Searched refs:lowestMatchIndex (Results 1 – 1 of 1) sorted by relevance
227 …const U32 lowestMatchIndex = (hc4->lowLimit + 64 KB > ipIndex) ? hc4->lowLimit : ipIndex - MAX_DIS… in LZ4HC_InsertAndGetWiderMatch() local243 matchIndex, lowestMatchIndex); in LZ4HC_InsertAndGetWiderMatch()245 while ((matchIndex>=lowestMatchIndex) && (nbAttempts)) { in LZ4HC_InsertAndGetWiderMatch()350 if (dict == usingDictCtx && nbAttempts && ipIndex - lowestMatchIndex < MAX_DISTANCE) { in LZ4HC_InsertAndGetWiderMatch()354 matchIndex = dictMatchIndex + lowestMatchIndex - (U32)dictEndOffset; in LZ4HC_InsertAndGetWiderMatch()