Home | History | Annotate | Download | only in lib

Lines Matching full:olimit

524     BYTE* const olimit = op + maxOutputSize;
602 if ((outputLimited) && (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimit)))
647 if ((outputLimited) && (unlikely(op + (1 + LASTLITERALS) + (matchLength>>8) > olimit)))