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

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c486 #define matchlimit (iend - LASTLITERALS) macro
564 while (likely(ip < matchlimit - (STEPSIZE - 1))) {
575 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
580 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
584 if ((ip < matchlimit) && (*ref == *ip))
676 #define matchlimit (iend - LASTLITERALS) macro
752 while (ip < matchlimit - (STEPSIZE - 1)) {
763 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
768 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
772 if ((ip < matchlimit)
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c489 #define matchlimit (iend - LASTLITERALS) macro
567 while likely(ip < matchlimit - (STEPSIZE - 1)) {
578 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
583 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
587 if ((ip < matchlimit) && (*ref == *ip))
684 #define matchlimit (iend - LASTLITERALS) macro
760 while (ip < matchlimit - (STEPSIZE - 1)) {
771 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
776 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
780 if ((ip < matchlimit)
[all...]

Completed in 59 milliseconds