Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c690 BYTE* const olimit = op + maxOutputSize; in LZ4_compress_generic() local
815 (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimit))) in LZ4_compress_generic()
818 …ken */ + MFLIMIT - MINMATCH /* min last literals so last match is <= end - MFLIMIT */ > olimit))) { in LZ4_compress_generic()
847 …oken */ + MFLIMIT - MINMATCH /* min last literals so last match is <= end - MFLIMIT */ > olimit)) { in LZ4_compress_generic()
887 (unlikely(op + (1 + LASTLITERALS) + (matchCode>>8) > olimit)) ) { in LZ4_compress_generic()
892 …Code = 15 /* in token */ - 1 /* to avoid needing a zero byte */ + ((U32)(olimit - op) - 2 - 1 - LA… in LZ4_compress_generic()
980 (op + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > olimit)) { in LZ4_compress_generic()
983 lastRun = (olimit-op) - 1; in LZ4_compress_generic()