Home
last modified time | relevance | path

Searched refs:currentSegmentLength (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.c365 size_t currentSegmentLength; in LZ4HC_InsertAndGetWiderMatch() local
375 currentSegmentLength = backLength + forwardPatternLength; in LZ4HC_InsertAndGetWiderMatch()
377 if ( (currentSegmentLength >= srcPatternLength) /* current pattern segment large enough to contain full srcPatternLength */ in LZ4HC_InsertAndGetWiderMatch()
388 U32 const newMatchIndex = matchCandidateIdx - (U32)backLength; /* farthest position in current segment, will find a match of length currentSegmentLength + maybe some back */ in LZ4HC_InsertAndGetWiderMatch()
395 size_t const maxML = MIN(currentSegmentLength, srcPatternLength); in LZ4HC_InsertAndGetWiderMatch()

Completed in 4 milliseconds