Searched refs:ld_word (Results 1 – 1 of 1) sorted by relevance
614 static WORD ld_word (const BYTE* ptr) /* Load a 2-byte little-endian word */ in ld_word() function1159 val = ld_word(fs->win + clst * 2 % SS(fs)); /* Simple WORD array */ in get_fat()1824 cl = ld_word(dir + DIR_FstClusLO);1826 cl |= (DWORD)ld_word(dir + DIR_FstClusHI) << 16;1863 if (ld_word(dir + LDIR_FstClusLO) != 0) return 0; /* Check LDIR_FstClusLO */1868 uc = ld_word(dir + LfnOfs[s]); /* Pick an LFN character */1899 if (ld_word(dir + LDIR_FstClusLO) != 0) return 0; /* Check LDIR_FstClusLO is 0 */1904 uc = ld_word(dir + LfnOfs[s]); /* Pick an LFN character */2140 if (xdir_sum(dirb) != ld_word(dirb + XDIR_SetSum)) return FR_INT_ERR;2376 …if (ld_word(fs->dirbuf + XDIR_NameHash) != hash) continue; /* Skip comparison if hash mismatched */[all …]