Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c504 limitedOutput_directive outputLimited, in LZ4_compress_generic() argument
602 …if ((outputLimited) && (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimi… in LZ4_compress_generic()
647 if ((outputLimited) && (unlikely(op + (1 + LASTLITERALS) + (matchLength>>8) > olimit))) in LZ4_compress_generic()
697 …if ((outputLimited) && (((char*)op - dest) + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > (U32)max… in LZ4_compress_generic()