Searched refs:ipIndex (Results 1 – 1 of 1) sorted by relevance
255 const U32 ipIndex = (U32)(ip - base); in LZ4HC_InsertAndGetWiderMatch() local256 …westMatchIndex = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex) ? hc4->lowLimit : ipIndex - LZ… in LZ4HC_InsertAndGetWiderMatch()276 assert(matchIndex < ipIndex); in LZ4HC_InsertAndGetWiderMatch()277 if (favorDecSpeed && (ipIndex - matchIndex < 8)) { in LZ4HC_InsertAndGetWiderMatch()314 if (matchIndex + (U32)longest <= ipIndex) { in LZ4HC_InsertAndGetWiderMatch()414 && ipIndex - lowestMatchIndex < LZ4_DISTANCE_MAX) { in LZ4HC_InsertAndGetWiderMatch()419 while (ipIndex - matchIndex <= LZ4_DISTANCE_MAX && nbAttempts--) { in LZ4HC_InsertAndGetWiderMatch()