Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c673 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic() local
773 … matchIndex += dictDelta; /* make dictCtx index comparable with current context */ in LZ4_compress_generic()
941 matchIndex += dictDelta; in LZ4_compress_generic()