Searched refs:T_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
55 #define T_HASH_SIZE 8192 /* must be power of 2 */ macro58 static struct tdirent *t_hashtable[T_HASH_SIZE];61 #define T_HASH_INDEX(a) ((a) & (T_HASH_SIZE-1))