Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress.c3065 const size_t countWkspSize = (HUF_SYMBOLVALUE_MAX + 1) * sizeof(unsigned); in ZSTD_buildBlockEntropyStats_literals() local
3066 BYTE* const nodeWksp = countWkspStart + countWkspSize; in ZSTD_buildBlockEntropyStats_literals()