Home
last modified time | relevance | path

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

/linux-4.1.27/lib/lz4/
Dlz4_compress.c68 #define MATCHLIMIT (iend - LASTLITERALS) in lz4_compressctx()
121 if (unlikely(op + length + (2 + 1 + LASTLITERALS) + in lz4_compressctx()
176 if (unlikely(op + (1 + LASTLITERALS) + (length >> 8) > oend)) in lz4_compressctx()
250 #define MATCHLIMIT (iend - LASTLITERALS) in lz4_compress64kctx()
302 if (unlikely(op + length + (2 + 1 + LASTLITERALS) in lz4_compress64kctx()
359 if (unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)) in lz4_compress64kctx()
Dlz4defs.h75 #define LASTLITERALS 5 macro
Dlz4hc_compress.c326 const u8 *const matchlimit = (iend - LASTLITERALS); in lz4_compresshcctx()