Searched refs:distanceToNextMatch (Results 1 – 1 of 1) sorted by relevance
317 U32 distanceToNextMatch = 1; in LZ4HC_InsertAndGetWiderMatch() local325 if (candidateDist > distanceToNextMatch) { in LZ4HC_InsertAndGetWiderMatch()326 distanceToNextMatch = candidateDist; in LZ4HC_InsertAndGetWiderMatch()331 if (distanceToNextMatch > 1) { in LZ4HC_InsertAndGetWiderMatch()332 if (distanceToNextMatch > matchIndex) break; /* avoid overflow */ in LZ4HC_InsertAndGetWiderMatch()333 matchIndex -= distanceToNextMatch; in LZ4HC_InsertAndGetWiderMatch()