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