Searched refs:oMaxMatch (Results 1 – 1 of 1) sorted by relevance
740 BYTE* const oMaxMatch = op + targetDstSize - (LASTLITERALS + 1 /* token */); in LZ4_compress_destSize_generic() local814 if (op + ((matchLength+240)/255) > oMaxMatch) { in LZ4_compress_destSize_generic()816 matchLength = (15-1) + (oMaxMatch-op) * 255; in LZ4_compress_destSize_generic()