Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_internal.h82 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… member
H A Dzstd_ddict.c73 dctx->LLTptr = ddict->entropy.LLTable; in ZSTD_copyDDictParameters()
H A Dzstd_decompress.c1388 …entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable)); in ZSTD_loadDEntropy()
1390 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1391 …{ void* const workspace = &entropy->LLTable; /* use fse tables as temporary workspace; implies… in ZSTD_loadDEntropy()
1392 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1443 ZSTD_buildFSETable( entropy->LLTable, in ZSTD_loadDEntropy()
1504 dctx->LLTptr = dctx->entropy.LLTable; in ZSTD_decompressBegin()
H A Dzstd_decompress_block.c738 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()