Searched refs:EXFAT_ENTRY_NONE (Results 1 – 1 of 1) sorted by relevance
28 #define EXFAT_ENTRY_NONE (-1) macro167 int previous = EXFAT_ENTRY_NONE; in check_entries()176 current = (i < n) ? entry[i].type : EXFAT_ENTRY_NONE; in check_entries()179 case EXFAT_ENTRY_NONE: in check_entries()190 current == EXFAT_ENTRY_NONE || in check_entries()195 current == EXFAT_ENTRY_NONE); in check_entries()
Completed in 4 milliseconds