Searched refs:maxML (Results 1 – 1 of 1) sorted by relevance
391 … size_t const maxML = MIN(currentSegmentLength, srcPatternLength); in LZ4HC_InsertAndGetWiderMatch() local392 if ((size_t)longest < maxML) { in LZ4HC_InsertAndGetWiderMatch()395 assert(maxML < 2 GB); in LZ4HC_InsertAndGetWiderMatch()396 longest = (int)maxML; in LZ4HC_InsertAndGetWiderMatch()