Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c524 BYTE* const olimit = op + maxOutputSize; in LZ4_compress_generic() local
602 …((outputLimited) && (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimit))) in LZ4_compress_generic()
647 if ((outputLimited) && (unlikely(op + (1 + LASTLITERALS) + (matchLength>>8) > olimit))) in LZ4_compress_generic()