Searched refs:LASTLITERALS (Results 1 – 2 of 2) sorted by relevance
377 #define LASTLITERALS 5 macro559 #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()
141 #define LASTLITERALS 5 macro