Searched refs:ld_word (Results 1 – 1 of 1) sorted by relevance
620 static WORD ld_word (const BYTE* ptr) /* Load a 2-byte little-endian word */ in ld_word() function1205 val = ld_word(fs->win + clst * 2 % SS(fs)); /* Simple WORD array */ in get_fat()1873 cl = ld_word(dir + DIR_FstClusLO);1875 cl |= (DWORD)ld_word(dir + DIR_FstClusHI) << 16;1912 if (ld_word(dir + LDIR_FstClusLO) != 0) return 0; /* Check if LDIR_FstClusLO is 0 */1917 chr = ld_word(dir + LfnOfs[di]); /* Pick a character from the entry */1948 if (ld_word(dir + LDIR_FstClusLO) != 0) return 0; /* Check if LDIR_FstClusLO is 0 */1953 chr = ld_word(dir + LfnOfs[di]); /* Pick a character from the entry */2189 if (xdir_sum(dirb) != ld_word(dirb + XDIR_SetSum)) return FR_INT_ERR;2428 …if (ld_word(fs->dirbuf + XDIR_NameHash) != hash) continue; /* Skip comparison if hash mismatched */[all …]