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