HomeSort by: relevance | last modified time | path
    Searched defs:matchlimit (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
lz4.c 481 #define matchlimit (iend - LASTLITERALS) macro
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) 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) && (*ref == *ip)
    [all...]

Completed in 20 milliseconds