Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4hc.c256 const U32 ipIndex = (U32)(ip - base); in LZ4HC_InsertAndGetWiderMatch() local
257 …westMatchIndex = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex) ? hc4->lowLimit : ipIndex - LZ… in LZ4HC_InsertAndGetWiderMatch()
277 assert(matchIndex < ipIndex); in LZ4HC_InsertAndGetWiderMatch()
278 if (favorDecSpeed && (ipIndex - matchIndex < 8)) { in LZ4HC_InsertAndGetWiderMatch()
315 if (matchIndex + (U32)longest <= ipIndex) { in LZ4HC_InsertAndGetWiderMatch()
415 && ipIndex - lowestMatchIndex < LZ4_DISTANCE_MAX) { in LZ4HC_InsertAndGetWiderMatch()
420 while (ipIndex - matchIndex <= LZ4_DISTANCE_MAX && nbAttempts--) { in LZ4HC_InsertAndGetWiderMatch()