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.c640 …unsigned* countLit, unsigned* offsetcodeCount, unsigned* matchlengthCount, unsigned* litlengthCoun… in ZDICT_countEStats() argument
661 countLit[*bytePtr]++; in ZDICT_countEStats()
722 static void ZDICT_flatLit(unsigned* countLit) in ZDICT_flatLit() argument
725 for (u=1; u<256; u++) countLit[u] = 2; in ZDICT_flatLit()
726 countLit[0] = 4; in ZDICT_flatLit()
727 countLit[253] = 1; in ZDICT_flatLit()
728 countLit[254] = 1; in ZDICT_flatLit()
738 unsigned countLit[256]; in ZDICT_analyzeEntropy() local
761 for (u=0; u<256; u++) countLit[u] = 1; /* any character must be described */ in ZDICT_analyzeEntropy()
783 countLit, offcodeCount, matchLengthCount, litLengthCount, repOffset, in ZDICT_analyzeEntropy()
[all …]