Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dentropy_common.c60 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount() local
62 if (FSE_isError(countSize)) return countSize; in FSE_readNCount()
63 if (countSize > hbSize) return ERROR(corruption_detected); in FSE_readNCount()
64 return countSize; in FSE_readNCount()
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 Dzstd_compress.c2048 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
2056 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for LitLens failed"); in ZSTD_compressSequences_internal()
2059 op += countSize; in ZSTD_compressSequences_internal()
2076 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
2084 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for Offsets failed"); in ZSTD_compressSequences_internal()
2087 op += countSize; in ZSTD_compressSequences_internal()
2102 { size_t const countSize = ZSTD_buildCTable( in ZSTD_compressSequences_internal() local
2110 FORWARD_IF_ERROR(countSize, "ZSTD_buildCTable for MatchLengths failed"); in ZSTD_compressSequences_internal()
2113 op += countSize; in ZSTD_compressSequences_internal()