Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c344 #define STEPSIZE 8 macro
353 #define STEPSIZE 4 macro
567 while likely(ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compressCtx()
570 ip += STEPSIZE; in LZ4_compressCtx()
571 ref += STEPSIZE; in LZ4_compressCtx()
760 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()
763 ip += STEPSIZE; in LZ4_compress64kCtx()
764 ref += STEPSIZE; in LZ4_compress64kCtx()
975 if unlikely(op - ref < STEPSIZE) { in LZ4_uncompress_unknownOutputSize()
989 op += STEPSIZE - 4; in LZ4_uncompress_unknownOutputSize()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c345 #define STEPSIZE 8 macro
354 #define STEPSIZE 4 macro
567 while (likely(ip < matchlimit - (STEPSIZE - 1))) { in LZ4_compressCtx()
570 ip += STEPSIZE; in LZ4_compressCtx()
571 ref += STEPSIZE; in LZ4_compressCtx()
755 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()
758 ip += STEPSIZE; in LZ4_compress64kCtx()
759 ref += STEPSIZE; in LZ4_compress64kCtx()