Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c336 #define STEPSIZE 8 macro
345 #define STEPSIZE 4 macro
559 while (likely(ip < matchlimit - (STEPSIZE - 1))) { in LZ4_compressCtx()
562 ip += STEPSIZE; in LZ4_compressCtx()
563 ref += STEPSIZE; in LZ4_compressCtx()
748 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()
751 ip += STEPSIZE; in LZ4_compress64kCtx()
752 ref += STEPSIZE; in LZ4_compress64kCtx()
959 if (unlikely(op - ref < STEPSIZE)) { in LZ4_uncompress_unknownOutputSize()
973 op += STEPSIZE - 4; in LZ4_uncompress_unknownOutputSize()
[all …]