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

/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dlz4.c147 #define STEPSIZE 8 macro
156 #define STEPSIZE 4 macro
260 if unlikely(op - ref < STEPSIZE) {
273 op += STEPSIZE - 4;
278 cpy = op + length - (STEPSIZE - 4);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c329 #define STEPSIZE 8 macro
338 #define STEPSIZE 4 macro
560 while likely(ip < matchlimit - (STEPSIZE - 1)) {
563 ip += STEPSIZE;
564 ref += STEPSIZE;
753 while (ip < matchlimit - (STEPSIZE - 1)) {
756 ip += STEPSIZE;
757 ref += STEPSIZE;
957 if unlikely(op - ref < STEPSIZE) {
971 op += STEPSIZE
[all...]

Completed in 60 milliseconds