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