Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c664 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro
693 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()
713 forwardH = LZ4_HASH64K_VALUE(forwardIp); in LZ4_compress64kCtx()
805 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compress64kCtx()
808 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)]; in LZ4_compress64kCtx()
809 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base; in LZ4_compress64kCtx()
817 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c664 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro
698 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()
718 forwardH = LZ4_HASH64K_VALUE(forwardIp); in LZ4_compress64kCtx()
810 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compress64kCtx()
813 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)]; in LZ4_compress64kCtx()
814 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base; in LZ4_compress64kCtx()
822 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()