OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countWksp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_superblock.c
313
unsigned* const
countWksp
= (unsigned*)workspace;
320
size_t const largest = HIST_count_wksp (
countWksp
, &maxSymbolValue, (const BYTE*)literals, litSize, workspace, wkspSize);
322
{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable,
countWksp
, maxSymbolValue);
337
unsigned* const
countWksp
= (unsigned*)workspace;
344
HIST_countFast_wksp(
countWksp
, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */
349
? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog,
countWksp
, max)
354
cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable,
countWksp
, max);
zstd_compress.c
3644
unsigned* const
countWksp
= (unsigned*)workspace;
3675
HIST_count_wksp (
countWksp
, &maxSymbolValue,
3694
&& !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable,
countWksp
, maxSymbolValue)) {
3700
huffLog = HUF_optimalTableLog(huffLog, srcSize, maxSymbolValue, nodeWksp, nodeWkspSize, nextHuf->CTable,
countWksp
, hufFlags);
3702
{ size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable,
countWksp
,
3710
(HUF_CElt*)nextHuf->CTable,
countWksp
, maxSymbolValue);
3718
(HUF_CElt const*)prevHuf->CTable,
countWksp
, maxSymbolValue);
3836
unsigned* const
countWksp
= (unsigned*)workspace;
3844
size_t const largest = HIST_count_wksp (
countWksp
, &maxSymbolValue, (const BYTE*)literals, litSize, workspace, wkspSize);
3846
{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable,
countWksp
, maxSymbolValue)
[
all
...]
Completed in 40 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026