Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c656 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro
686 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()
706 forwardH = LZ4_HASH64K_VALUE(forwardIp); in LZ4_compress64kCtx()
798 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compress64kCtx()
801 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)]; in LZ4_compress64kCtx()
802 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base; in LZ4_compress64kCtx()
810 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()