Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds