Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lz4/
H A Dlz4.c377 #define LASTLITERALS 5 macro
559 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx()
613 if unlikely(op + length + (2 + 1 + LASTLITERALS) + in LZ4_compressCtx()
664 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compressCtx()
754 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64kCtx()
806 if unlikely(op + length + (2 + 1 + LASTLITERALS) + in LZ4_compress64kCtx()
857 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compress64kCtx()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c141 #define LASTLITERALS 5 macro