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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c152 #define STEPSIZE 8 macro
161 #define STEPSIZE 4 macro
268 if unlikely(op - ref < STEPSIZE) {
281 op += STEPSIZE - 4;
286 cpy = op + length - (STEPSIZE - 4);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c167 #define STEPSIZE 8 macro
176 #define STEPSIZE 4 macro
280 if unlikely(op - ref < STEPSIZE) {
293 op += STEPSIZE - 4;
298 cpy = op + length - (STEPSIZE - 4);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c360 #define STEPSIZE 8 macro
369 #define STEPSIZE 4 macro
611 while likely(ip < matchlimit - (STEPSIZE - 1)) {
614 ip += STEPSIZE;
615 ref += STEPSIZE;
804 while (ip < matchlimit - (STEPSIZE - 1)) {
807 ip += STEPSIZE;
808 ref += STEPSIZE;
996 if unlikely(op - ref < STEPSIZE) {
1010 op += STEPSIZE
[all...]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c343 #define STEPSIZE 8 macro
352 #define STEPSIZE 4 macro
588 while likely(ip < matchlimit - (STEPSIZE - 1)) {
591 ip += STEPSIZE;
592 ref += STEPSIZE;
781 while (ip < matchlimit - (STEPSIZE - 1)) {
784 ip += STEPSIZE;
785 ref += STEPSIZE;
986 if unlikely(op - ref < STEPSIZE) {
1000 op += STEPSIZE
[all...]

Completed in 64 milliseconds