Searched refs:STARTHI (Results 1 – 3 of 3) sorted by relevance
/external/mtools/ | ||
D | fat_free.c | 64 first |= STARTHI(dir) << 16; in fatFreeWithDir() |
D | msdos.h | 67 #define STARTHI(dir) (_WORD((dir)->startHi)) macro |
D | fat.c | 976 first |= STARTHI(dir) << 16; in getStart() |