Searched refs:forwardPatternLength (Results 1 – 1 of 1) sorted by relevance
356 …size_t forwardPatternLength = LZ4HC_countPattern(matchPtr+sizeof(pattern), iLimit, pattern) + size… in LZ4HC_InsertAndGetWiderMatch() local357 if (extDict && matchPtr + forwardPatternLength == iLimit) { in LZ4HC_InsertAndGetWiderMatch()358 … U32 const rotatedPattern = LZ4HC_rotatePattern(forwardPatternLength, pattern); in LZ4HC_InsertAndGetWiderMatch()359 … forwardPatternLength += LZ4HC_countPattern(lowPrefixPtr, iHighLimit, rotatedPattern); in LZ4HC_InsertAndGetWiderMatch()371 currentSegmentLength = backLength + forwardPatternLength; in LZ4HC_InsertAndGetWiderMatch()374 … && (forwardPatternLength <= srcPatternLength) ) { /* haven't reached this position yet */ in LZ4HC_InsertAndGetWiderMatch()375 …U32 const newMatchIndex = matchCandidateIdx + (U32)forwardPatternLength - (U32)srcPatternLength; … in LZ4HC_InsertAndGetWiderMatch()