Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c567 …unsigned* countLit, unsigned* offsetcodeCount, unsigned* matchlengthCount, unsigned* litlengthCoun… in ZDICT_countEStats() argument
588 countLit[*bytePtr]++; in ZDICT_countEStats()
649 static void ZDICT_flatLit(unsigned* countLit) in ZDICT_flatLit() argument
652 for (u=1; u<256; u++) countLit[u] = 2; in ZDICT_flatLit()
653 countLit[0] = 4; in ZDICT_flatLit()
654 countLit[253] = 1; in ZDICT_flatLit()
655 countLit[254] = 1; in ZDICT_flatLit()
665 unsigned countLit[256]; in ZDICT_analyzeEntropy() local
689 for (u=0; u<256; u++) countLit[u] = 1; /* any character must be described */ in ZDICT_analyzeEntropy()
711 countLit, offcodeCount, matchLengthCount, litLengthCount, repOffset, in ZDICT_analyzeEntropy()
[all …]