Searched refs:TABLESZ (Results 1 – 1 of 1) sorted by relevance
23 #define TABLESZ (1 << BITS) macro24 #define TABLEMAX (TABLESZ / 2)25 #define MASK (TABLESZ - 1)32 } table[TABLESZ];56 if (++pos == TABLESZ) in find_entry()