Searched refs:LZ4HC_hashPtr (Results 1 – 2 of 2) sorted by relevance
90 static U32 LZ4HC_hashPtr(const void* ptr) { return HASH_FUNCTION(LZ4_read32(ptr)); } in LZ4HC_hashPtr() function120 U32 const h = LZ4HC_hashPtr(base+idx); in LZ4HC_Insert()149 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndFindBestMatch()204 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch()
106 HashPos = &HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_BinTree_InsertAndGetAllMatches()