Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/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
213 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for LitLens failed"); in ZSTD_buildSuperBlockEntropy_sequences()
215 fseMetadata->lastCountSize = countSize; in ZSTD_buildSuperBlockEntropy_sequences()
216 op += countSize; in ZSTD_buildSuperBlockEntropy_sequences()
237 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for Offsets failed"); in ZSTD_buildSuperBlockEntropy_sequences()
239 fseMetadata->lastCountSize = countSize; in ZSTD_buildSuperBlockEntropy_sequences()
240 op += countSize; in ZSTD_buildSuperBlockEntropy_sequences()
255 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_MatchLength, MLFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences() local
259 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for MatchLengths failed"); in ZSTD_buildSuperBlockEntropy_sequences()
261 fseMetadata->lastCountSize = countSize; in ZSTD_buildSuperBlockEntropy_sequences()
[all …]
H A Dhist.c74 size_t const countSize = (*maxSymbolValuePtr + 1) * sizeof(*count); in HIST_count_parallel_wksp() local
84 ZSTD_memset(count, 0, countSize); in HIST_count_parallel_wksp()
130 ZSTD_memmove(count, Counting1, countSize); /* in case count & Counting1 are overlapping */ in HIST_count_parallel_wksp()
H A Dzstd_compress.c2238 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal() local
2246 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for LitLens failed"); in ZSTD_entropyCompressSequences_internal()
2249 op += countSize; in ZSTD_entropyCompressSequences_internal()
2266 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal() local
2274 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for Offsets failed"); in ZSTD_entropyCompressSequences_internal()
2277 op += countSize; in ZSTD_entropyCompressSequences_internal()
2292 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal() local
2300 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for MatchLengths failed"); in ZSTD_entropyCompressSequences_internal()
2303 op += countSize; in ZSTD_entropyCompressSequences_internal()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dentropy_common.c83 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body() local
85 if (FSE_isError(countSize)) return countSize; in FSE_readNCount_body()
86 if (countSize > hbSize) return ERROR(corruption_detected); in FSE_readNCount_body()
87 return countSize; in FSE_readNCount_body()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2539 if (FSE_isError(countSize)) return countSize; in FSE_readNCount()
2541 return countSize; in FSE_readNCount()
11924 op += countSize; in ZSTD_buildSuperBlockEntropy_sequences()
11948 op += countSize; in ZSTD_buildSuperBlockEntropy_sequences()
11970 op += countSize; in ZSTD_buildSuperBlockEntropy_sequences()
15132 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
15143 op += countSize; in ZSTD_compressSequences_internal()
15160 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
15171 op += countSize; in ZSTD_compressSequences_internal()
15186 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
[all …]