Home
last modified time | relevance | path

Searched refs:XDIR_NameHash (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c179 #define XDIR_NameHash 36 /* exFAT: Hash of file name (WORD) */ macro
2318 st_word(dirb + XDIR_NameHash, xname_sum(lfn)); /* Set name hash */
2435 …if (ld_word(fs->dirbuf + XDIR_NameHash) != hash) continue; /* Skip comparison if hash mismatched */
4992 nh = ld_word(fs->dirbuf + XDIR_NameHash);
4995 st_word(fs->dirbuf + XDIR_NameHash, nh);