Searched refs:oMaxLit (Results 1 – 1 of 1) sorted by relevance
739 …BYTE* const oMaxLit = op + targetDstSize - 2 /* offset */ - 8 /* because 8+MINMATCH==MFLIMIT */ - … in LZ4_compress_destSize_generic() local741 BYTE* const oMaxSeq = oMaxLit - 1 /* token */; in LZ4_compress_destSize_generic()789 if (op + ((litLength+240)/255) + litLength > oMaxLit) { in LZ4_compress_destSize_generic()