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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dlz4.c487 U32 forwardH; local
497 forwardH = LZ4_HASH_VALUE(ip);
508 U32 h = forwardH;
517 forwardH = LZ4_HASH_VALUE(forwardIp);
621 forwardH = LZ4_HASH_VALUE(ip);
678 U32 forwardH; local
686 forwardH = LZ4_HASH64K_VALUE(ip);
697 U32 h = forwardH;
706 forwardH = LZ4_HASH64K_VALUE(forwardIp);
810 forwardH
[all...]
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c495 U32 forwardH; local
505 forwardH = LZ4_HASH_VALUE(ip);
516 U32 h = forwardH;
525 forwardH = LZ4_HASH_VALUE(forwardIp);
629 forwardH = LZ4_HASH_VALUE(ip);
690 U32 forwardH; local
698 forwardH = LZ4_HASH64K_VALUE(ip);
709 U32 h = forwardH;
718 forwardH = LZ4_HASH64K_VALUE(forwardIp);
822 forwardH
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c496 U32 forwardH; local
521 ip++; forwardH = LZ4_hashPosition(ip, tableType);
534 U32 const h = forwardH;
550 forwardH = LZ4_hashPosition(forwardIp, tableType);
643 forwardH = LZ4_hashPosition(++ip, tableType);
753 U32 forwardH; local
765 ip++; forwardH = LZ4_hashPosition(ip, tableType);
778 U32 h = forwardH;
786 forwardH = LZ4_hashPosition(forwardIp, tableType);
856 forwardH
[all...]

Completed in 86 milliseconds