Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h80 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… member
H A Dzstd_decompress.c1078 …entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable)); in ZSTD_loadDEntropy()
1080 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1081 …{ void* const workspace = &entropy->LLTable; /* use fse tables as temporary workspace; implies… in ZSTD_loadDEntropy()
1082 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1133 ZSTD_buildFSETable( entropy->LLTable, in ZSTD_loadDEntropy()
1192 dctx->LLTptr = dctx->entropy.LLTable; in ZSTD_decompressBegin()
H A Dzstd_ddict.c75 dctx->LLTptr = ddict->entropy.LLTable; in ZSTD_copyDDictParameters()
H A Dzstd_decompress_block.c616 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()