Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c321 U32 distanceToNextMatch = 1; in LZ4HC_InsertAndGetWiderMatch() local
329 if (candidateDist > distanceToNextMatch) { in LZ4HC_InsertAndGetWiderMatch()
330 distanceToNextMatch = candidateDist; in LZ4HC_InsertAndGetWiderMatch()
334 if (distanceToNextMatch > 1) { in LZ4HC_InsertAndGetWiderMatch()
335 if (distanceToNextMatch > matchIndex) break; /* avoid overflow */ in LZ4HC_InsertAndGetWiderMatch()
336 matchIndex -= distanceToNextMatch; in LZ4HC_InsertAndGetWiderMatch()

Completed in 4 milliseconds