Home
last modified time | relevance | path

Searched refs:distToNextPattern (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4hc.c399 … { U32 const distToNextPattern = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch() local
400 … if (distToNextPattern > matchIndex) break; /* avoid overflow */ in LZ4HC_InsertAndGetWiderMatch()
401 matchIndex -= distToNextPattern; in LZ4HC_InsertAndGetWiderMatch()