Home | History | Annotate | Download | only in zfs

Lines Matching defs:matchlimit

481 #define	matchlimit (iend - LASTLITERALS)
559 while likely(ip < matchlimit - (STEPSIZE - 1)) {
570 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
575 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
579 if ((ip < matchlimit) && (*ref == *ip))
676 #define matchlimit (iend - LASTLITERALS)
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) && (*ref == *ip))