Searched refs:LASTLITERALS (Results 1 – 3 of 3) sorted by relevance
68 #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()
75 #define LASTLITERALS 5 macro
326 const u8 *const matchlimit = (iend - LASTLITERALS); in lz4_compresshcctx()