Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c90 static U32 LZ4HC_hashPtr(const void* ptr) { return HASH_FUNCTION(LZ4_read32(ptr)); } in LZ4HC_hashPtr() function
120 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()
Dlz4opt.h106 HashPos = &HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_BinTree_InsertAndGetAllMatches()