Searched refs:olimit (Results 1 – 1 of 1) sorted by relevance
1183 BYTE *const olimit = op + maxOutputSize; in LZ4_compress_generic_validated() local1354 (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength / 255) > olimit))) in LZ4_compress_generic_validated()1359 …token */ + MFLIMIT - MINMATCH /* min last literals so last match is <= end - MFLIMIT */ > olimit))) in LZ4_compress_generic_validated()1392 … token */ + MFLIMIT - MINMATCH /* min last literals so last match is <= end - MFLIMIT */ > olimit)) in LZ4_compress_generic_validated()1443 (unlikely(op + (1 + LASTLITERALS) + (matchCode + 240) / 255 > olimit))) in LZ4_compress_generic_validated()1448 …Code = 15 /* in token */ - 1 /* to avoid needing a zero byte */ + ((U32)(olimit - op) - 1 - LASTLI… in LZ4_compress_generic_validated()1492 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic_validated()1579 (op + lastRun + 1 + ((lastRun + 255 - RUN_MASK) / 255) > olimit)) in LZ4_compress_generic_validated()1584 assert(olimit >= op); in LZ4_compress_generic_validated()1585 lastRun = (size_t)(olimit - op) - 1 /*token*/; in LZ4_compress_generic_validated()