Home | History | Annotate | Download | only in lib

Lines Matching refs:HashTable

88     U32 hashTable[HASHTABLESIZE];
117 MEM_INIT((void*)hc4->hashTable, 0, sizeof(hc4->hashTable));
133 U32* HashTable = hc4->hashTable;
141 size_t delta = idx - HashTable[h];
144 HashTable[h] = idx;
158 U32* const HashTable = hc4->hashTable;
170 matchIndex = HashTable[LZ4HC_hashPtr(ip)];
217 U32* const HashTable = hc4->hashTable;
230 matchIndex = HashTable[LZ4HC_hashPtr(ip)];