Home
last modified time | relevance | path

Searched refs:HashTable (Results 1 – 1 of 1) sorted by relevance

/lib/lz4/
Dlz4hc_compress.c107 U32 * const HashTable = hc4->hashTable; in LZ4HC_InsertAndFindBestMatch() local
120 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndFindBestMatch()
179 U32 * const HashTable = hc4->hashTable; in LZ4HC_InsertAndGetWiderMatch() local
193 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch()