Searched refs:olimit (Results 1 – 1 of 1) sorted by relevance
484 BYTE* const olimit = op + maxOutputSize; in LZ4_compress_generic() local555 (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimit))) in LZ4_compress_generic()595 (unlikely(op + (1 + LASTLITERALS) + (matchCode>>8) > olimit)) ) in LZ4_compress_generic()