Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c15405 size_t i; size_t position; int repIdx; in ZSTD_copyBlockSequences() local
15423 repIdx = (unsigned int)i - outSeqs[i].offset; in ZSTD_copyBlockSequences()
15427 --repIdx; in ZSTD_copyBlockSequences()
15429 repIdx = (unsigned int)i - 1; in ZSTD_copyBlockSequences()
15433 assert(repIdx >= -3); in ZSTD_copyBlockSequences()
15434 outSeqs[i].offset = repIdx >= 0 ? outSeqs[repIdx].offset : repStartValue[-repIdx - 1]; in ZSTD_copyBlockSequences()