Searched refs:ipIndex (Results 1 – 1 of 1) sorted by relevance
226 const U32 ipIndex = (U32)(ip - base); in LZ4HC_InsertAndGetWiderMatch() local227 …const U32 lowestMatchIndex = (hc4->lowLimit + 64 KB > ipIndex) ? hc4->lowLimit : ipIndex - MAX_DIS… in LZ4HC_InsertAndGetWiderMatch()248 assert(matchIndex < ipIndex); in LZ4HC_InsertAndGetWiderMatch()249 if (favorDecSpeed && (ipIndex - matchIndex < 8)) { in LZ4HC_InsertAndGetWiderMatch()286 if (matchIndex + longest <= ipIndex) { in LZ4HC_InsertAndGetWiderMatch()350 if (dict == usingDictCtx && nbAttempts && ipIndex - lowestMatchIndex < MAX_DISTANCE) { in LZ4HC_InsertAndGetWiderMatch()355 while (ipIndex - matchIndex <= MAX_DISTANCE && nbAttempts--) { in LZ4HC_InsertAndGetWiderMatch()