Searched refs:distToNextPattern (Results 1 – 1 of 1) sorted by relevance
400 … { U32 const distToNextPattern = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch() local401 … if (distToNextPattern > matchIndex) break; /* avoid overflow */ in LZ4HC_InsertAndGetWiderMatch()402 matchIndex -= distToNextPattern; in LZ4HC_InsertAndGetWiderMatch()