Searched refs:countWksp (Results 1 – 1 of 1) sorted by relevance
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress_superblock.c | 71 unsigned* const countWksp = (unsigned*)workspace; in ZSTD_buildSuperBlockEntropy_literal() local 123 { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, in ZSTD_buildSuperBlockEntropy_literal() 130 (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue); in ZSTD_buildSuperBlockEntropy_literal() 137 (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue); in ZSTD_buildSuperBlockEntropy_literal() 173 unsigned* const countWksp = (unsigned*)workspace; in ZSTD_buildSuperBlockEntropy_sequences() local 203 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences() 228 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences() 250 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences() 585 unsigned* const countWksp = (unsigned*)workspace; in ZSTD_estimateSubBlockSize_literal() local 609 unsigned* const countWksp = (unsigned*)workspace; in ZSTD_estimateSubBlockSize_symbolType() local [all …]
|