Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c487 U32 forwardH; in LZ4_compressCtx() local
497 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()
508 U32 h = forwardH; in LZ4_compressCtx()
517 forwardH = LZ4_HASH_VALUE(forwardIp); in LZ4_compressCtx()
621 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()
678 U32 forwardH; in LZ4_compress64kCtx() local
686 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()
697 U32 h = forwardH; in LZ4_compress64kCtx()
706 forwardH = LZ4_HASH64K_VALUE(forwardIp); in LZ4_compress64kCtx()
810 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()