Searched refs:HT_SIZE (Results 1 – 3 of 3) sorted by relevance
13 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro29 uint32_t HTable[HT_SIZE];
56 memset(HashTable -> HTable, 0xFF, HT_SIZE * sizeof(uint32_t)); in _ClearHashTable()
45 #define HT_SIZE(head) \ macro