Lines Matching refs:ovml
1358 int ovml = MINMATCH; /* overflow - last sequence */
1385 ovml = firstML;
1561 ovml = ml;
1605 /* Assumption : ip, anchor, ovml and ovref must be set correctly */
1616 assert(maxMlSize < INT_MAX); assert(ovml >= 0);
1617 if ((size_t)ovml > maxMlSize) ovml = (int)maxMlSize;
1618 if ((oend + LASTLITERALS) - (op + ll_totalCost + 2) - 1 + ovml >= MFLIMIT) {
1619 DEBUGLOG(6, "Space to end : %i + ml (%i)", (int)((oend + LASTLITERALS) - (op + ll_totalCost + 2) - 1), ovml);
1621 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ovml, ovref, notLimited, oend);