Searched refs:HT_SIZE (Results 1 – 2 of 2) 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()