Searched refs:currentSegmentLength (Results 1 – 1 of 1) sorted by relevance
362 size_t currentSegmentLength; in LZ4HC_InsertAndGetWiderMatch() local370 currentSegmentLength = backLength + forwardPatternLength; in LZ4HC_InsertAndGetWiderMatch()372 …if ( (currentSegmentLength >= srcPatternLength) /* current pattern segment large enough to conta… in LZ4HC_InsertAndGetWiderMatch()390 … size_t const maxML = MIN(currentSegmentLength, srcPatternLength); in LZ4HC_InsertAndGetWiderMatch()