Home
last modified time | relevance | path

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

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