Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_superblock.c72 const size_t countWkspSize = (HUF_SYMBOLVALUE_MAX + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_literal() local
73 BYTE* const nodeWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_literal()
175 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_sequences() local
176 BYTE* const cTableWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_sequences()