Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c140 #define COPYLENGTH 8 macro
220 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()
221 (ip + length > iend - COPYLENGTH)) { in LZ4_uncompress_unknownOutputSize()
287 if (cpy > oend - COPYLENGTH) { in LZ4_uncompress_unknownOutputSize()
294 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dlz4.c342 #define COPYLENGTH 8 macro
344 #define MFLIMIT (COPYLENGTH + MINMATCH)
966 if unlikely(cpy > oend - COPYLENGTH) { in real_LZ4_uncompress()
1016 if (cpy > oend - COPYLENGTH) { in real_LZ4_uncompress()
1023 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in real_LZ4_uncompress()
1084 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()
1085 (ip + length > iend - COPYLENGTH)) { in LZ4_uncompress_unknownOutputSize()
1145 if (cpy > oend - COPYLENGTH) { in LZ4_uncompress_unknownOutputSize()
1152 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize()
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth180 8 constant COPYLENGTH
249 3 pick COPYLENGTH - over < ( dest_end length dest cpy flag )
255 r@ COPYLENGTH - > ( dest_end length dest cpy flag token s_buf flag )
370 \ if cpy > oend - COPYLENGTH
371 4 pick COPYLENGTH - ( dest_end s_buf ref op cpy oend-COPYLENGTH )
372 2dup > if ( dest_end s_buf ref op cpy oend-COPYLENGTH )
373 swap ( dest_end s_buf ref op oend-COPYLENGTH cpy )
377 then ( dest_end s_buf ref op oend-COPYLENGTH cpy )
379 >r ( dest_end s_buf ref op oend-COPYLENGTH R: dest s_end cpy )
380 -rot swap ( dest_end s_buf oend-COPYLENGTH op ref )
[all …]