Searched refs:srcPatternLength (Results 1 – 1 of 1) sorted by relevance
269 size_t srcPatternLength = 0; in LZ4HC_InsertAndGetWiderMatch() local348 … srcPatternLength = LZ4HC_countPattern(ip+sizeof(pattern), iHighLimit, pattern) + sizeof(pattern); in LZ4HC_InsertAndGetWiderMatch()377 …if ( (currentSegmentLength >= srcPatternLength) /* current pattern segment large enough to conta… in LZ4HC_InsertAndGetWiderMatch()378 … && (forwardPatternLength <= srcPatternLength) ) { /* haven't reached this position yet */ in LZ4HC_InsertAndGetWiderMatch()379 …ewMatchIndex = matchCandidateIdx + (U32)forwardPatternLength - (U32)srcPatternLength; /* best pos… in LZ4HC_InsertAndGetWiderMatch()395 … size_t const maxML = MIN(currentSegmentLength, srcPatternLength); in LZ4HC_InsertAndGetWiderMatch()