Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/decompress/
Dzstd_decompress_internal.h80 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… member
Dzstd_decompress.c1297 …entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable)); in ZSTD_loadDEntropy()
1299 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1300 …{ void* const workspace = &entropy->LLTable; /* use fse tables as temporary workspace; implies… in ZSTD_loadDEntropy()
1301 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1352 ZSTD_buildFSETable( entropy->LLTable, in ZSTD_loadDEntropy()
1412 dctx->LLTptr = dctx->entropy.LLTable; in ZSTD_decompressBegin()
Dzstd_ddict.c72 dctx->LLTptr = ddict->entropy.LLTable; in ZSTD_copyDDictParameters()
Dzstd_decompress_block.c692 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()