Searched refs:countWkspSize (Results 1 – 2 of 2) sorted by relevance
73 const size_t countWkspSize = (HUF_SYMBOLVALUE_MAX + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_literal() local74 BYTE* const nodeWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_literal()175 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_sequences() local176 BYTE* const cTableWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_sequences()
3065 const size_t countWkspSize = (HUF_SYMBOLVALUE_MAX + 1) * sizeof(unsigned); in ZSTD_buildBlockEntropyStats_literals() local3066 BYTE* const nodeWksp = countWkspStart + countWkspSize; in ZSTD_buildBlockEntropyStats_literals()