Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c60 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhist.c74 size_t const countSize = (*maxSymbolValuePtr + 1) * sizeof(*count); in HIST_count_parallel_wksp() local
H A Dzstd_compress.c2484 { size_t const countSize = ZSTD_buildCTable( in ZSTD_buildSequencesStatistics() local
2516 { size_t const countSize = ZSTD_buildCTable( in ZSTD_buildSequencesStatistics() local
2546 { size_t const countSize = ZSTD_buildCTable( in ZSTD_buildSequencesStatistics() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c209 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_LitLength, LLFSELog, (symbolEn… in ZSTD_buildSuperBlockEntropy_sequences() local
233 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_OffsetBits, OffFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences() local
255 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_MatchLength, MLFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences() local
H A Dzstd_compress.c2048 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
2076 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
2102 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dentropy_common.c89 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body() local