Home
last modified time | relevance | path

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

/titanic_50/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)) { in LZ4_compressCtx()
614 ip += STEPSIZE; in LZ4_compressCtx()
615 ref += STEPSIZE; in LZ4_compressCtx()
804 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()
807 ip += STEPSIZE; in LZ4_compress64kCtx()
808 ref += STEPSIZE; in LZ4_compress64kCtx()
996 if unlikely(op - ref < STEPSIZE) { in real_LZ4_uncompress()
1010 op += STEPSIZE - 4; in real_LZ4_uncompress()
[all …]
/titanic_50/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) { in LZ4_uncompress_unknownOutputSize()
281 op += STEPSIZE - 4; in LZ4_uncompress_unknownOutputSize()
286 cpy = op + length - (STEPSIZE - 4); in LZ4_uncompress_unknownOutputSize()
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth179 4 constant STEPSIZE
338 2dup - STEPSIZE < if ( dest_end s_buf length op ref )
361 swap STEPSIZE 4 - +
368 + STEPSIZE 4 - - ( dest_end s_buf ref op cpy R: dest s_end )