Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c592 … U32* countLit, U32* offsetcodeCount, U32* matchlengthCount, U32* litlengthCount, U32* repOffsets, in ZDICT_countEStats() argument
621 for (u=0; u<nbSeq; u++) offsetcodeCount[codePtr[u]]++; in ZDICT_countEStats()