Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c256 …const U32 lowestMatchIndex = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex) ? hc4->lowLimit : … in LZ4HC_InsertAndGetWiderMatch() local
271 matchIndex, lowestMatchIndex); in LZ4HC_InsertAndGetWiderMatch()
273 while ((matchIndex>=lowestMatchIndex) && (nbAttempts)) { in LZ4HC_InsertAndGetWiderMatch()
348 if ( (repeat == rep_confirmed) && (matchCandidateIdx >= lowestMatchIndex) in LZ4HC_InsertAndGetWiderMatch()
368 … backLength = matchCandidateIdx - MAX(matchCandidateIdx - (U32)backLength, lowestMatchIndex); in LZ4HC_InsertAndGetWiderMatch()
369 assert(matchCandidateIdx - backLength >= lowestMatchIndex); in LZ4HC_InsertAndGetWiderMatch()
414 && ipIndex - lowestMatchIndex < LZ4_DISTANCE_MAX) { in LZ4HC_InsertAndGetWiderMatch()
418 matchIndex = dictMatchIndex + lowestMatchIndex - (U32)dictEndOffset; in LZ4HC_InsertAndGetWiderMatch()