Home
last modified time | relevance | path

Searched defs:countSize (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dhist.c74 size_t const countSize = (*maxSymbolValuePtr + 1) * sizeof(*count); in HIST_count_parallel_wksp() local
Dzstd_compress_superblock.c210 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_LitLength, LLFSELog, (symbolEn… in ZSTD_buildSuperBlockEntropy_sequences() local
234 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_OffsetBits, OffFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences() local
256 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_MatchLength, MLFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences() local
Dzstd_compress.c2187 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal() local
2215 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal() local
2241 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal() local
/linux-6.1.9/lib/zstd/common/
Dentropy_common.c79 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body() local