Searched refs:LASTLITERALS (Results 1 – 6 of 6) sorted by relevance
101 #define matchlimit (iend - LASTLITERALS) in LZ4_compress_heap_limitedOutput()156 if unlikely(op + length + (2 + 1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress_heap_limitedOutput()205 if unlikely(op + (1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress_heap_limitedOutput()286 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64k_heap_limitedOutput()341 if unlikely(op + length + (2 + 1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress64k_heap_limitedOutput()390 if unlikely(op + (1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress64k_heap_limitedOutput()
167 #define LASTLITERALS 5 macro432 || (ip+length>iend-(2+1+LASTLITERALS))) )467 while (endOnInput ? ip<iend-(LASTLITERALS+1) : 1)497 if (cpy > oend-LASTLITERALS) goto _output_error;
169 #define LASTLITERALS 5 macro434 || (ip+length>iend-(2+1+LASTLITERALS))) )469 while (endOnInput ? ip<iend-(LASTLITERALS+1) : 1)499 if (cpy > oend-LASTLITERALS) goto _output_error;
164 #define LASTLITERALS 5 macro429 || (ip+length>iend-(2+1+LASTLITERALS))) )464 while (endOnInput ? ip<iend-(LASTLITERALS+1) : 1)494 if (cpy > oend-LASTLITERALS) goto _output_error;