Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c53 static U32 LZ4HC_hashPtr(const void *ptr) in LZ4HC_hashPtr() function
84 U32 const h = LZ4HC_hashPtr(base + idx); in LZ4HC_Insert()
120 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndFindBestMatch()
193 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch()