Searched refs:olimit (Results 1 – 1 of 1) sorted by relevance
893 BYTE* const olimit = op + maxOutputSize; in LZ4_compress_generic_validated() local1025 (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimit)) ) { in LZ4_compress_generic_validated()1029 …ken */ + MFLIMIT - MINMATCH /* min last literals so last match is <= end - MFLIMIT */ > olimit))) { in LZ4_compress_generic_validated()1058 …oken */ + MFLIMIT - MINMATCH /* min last literals so last match is <= end - MFLIMIT */ > olimit)) { in LZ4_compress_generic_validated()1098 (unlikely(op + (1 + LASTLITERALS) + (matchCode+240)/255 > olimit)) ) { in LZ4_compress_generic_validated()1101 …Code = 15 /* in token */ - 1 /* to avoid needing a zero byte */ + ((U32)(olimit - op) - 1 - LASTLI… in LZ4_compress_generic_validated()1138 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic_validated()1208 (op + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > olimit)) { in LZ4_compress_generic_validated()1211 assert(olimit >= op); in LZ4_compress_generic_validated()1212 lastRun = (size_t)(olimit-op) - 1/*token*/; in LZ4_compress_generic_validated()