Home
last modified time | relevance | path

Searched refs:distanceToNextMatch (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4hc.c287 U32 distanceToNextMatch = 1; in LZ4HC_InsertAndGetWiderMatch() local
291 if (candidateDist > distanceToNextMatch) { in LZ4HC_InsertAndGetWiderMatch()
292 distanceToNextMatch = candidateDist; in LZ4HC_InsertAndGetWiderMatch()
295 if (distanceToNextMatch > 1) { in LZ4HC_InsertAndGetWiderMatch()
296 if (distanceToNextMatch > matchIndex) break; /* avoid overflow */ in LZ4HC_InsertAndGetWiderMatch()
297 matchIndex -= distanceToNextMatch; in LZ4HC_InsertAndGetWiderMatch()