Searched refs:forwardPatternLength (Results 1 – 1 of 1) sorted by relevance
317 …size_t const forwardPatternLength = LZ4HC_countPattern(matchPtr+sizeof(pattern), iHighLimit, patte… in LZ4HC_InsertAndGetWiderMatch() local320 size_t const currentSegmentLength = backLength + forwardPatternLength; in LZ4HC_InsertAndGetWiderMatch()323 … && (forwardPatternLength <= srcPatternLength) ) { /* haven't reached this position yet */ in LZ4HC_InsertAndGetWiderMatch()324 …matchIndex = matchCandidateIdx + (U32)forwardPatternLength - (U32)srcPatternLength; /* best posit… in LZ4HC_InsertAndGetWiderMatch()