Searched refs:LZ4HC_hashPtr (Results 1 – 1 of 1) sorted by relevance
52 static U32 LZ4HC_hashPtr(const void *ptr)83 U32 const h = LZ4HC_hashPtr(base + idx); in LZ4HC_Insert() 119 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndFindBestMatch() 192 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch() 53 static U32 LZ4HC_hashPtr(const void *ptr) LZ4HC_hashPtr() function