Searched refs:countWkspSize (Results 1 – 2 of 2) sorted by relevance
72 const size_t countWkspSize = (HUF_SYMBOLVALUE_MAX + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_literal() local73 BYTE* const nodeWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_literal()174 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_sequences() local175 BYTE* const cTableWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_sequences()
11780 const size_t countWkspSize = (HUF_SYMBOLVALUE_MAX + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_literal() local11781 BYTE* const nodeWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_literal()11882 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_sequences() local11883 BYTE* const cTableWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_sequences()