Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h77 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… member
H A Dzstd_decompress.c1066 …entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable)); in ZSTD_loadDEntropy()
1068 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1069 …{ void* const workspace = &entropy->LLTable; /* use fse tables as temporary workspace; implies… in ZSTD_loadDEntropy()
1070 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1117 ZSTD_buildFSETable( entropy->LLTable, in ZSTD_loadDEntropy()
1174 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.c518 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()
/freebsd/sys/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.c1344 …entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable)); in ZSTD_loadDEntropy()
1346 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1347 …{ void* const workspace = &entropy->LLTable; /* use fse tables as temporary workspace; implies… in ZSTD_loadDEntropy()
1348 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1399 ZSTD_buildFSETable( entropy->LLTable, in ZSTD_loadDEntropy()
1462 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.c692 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1835 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member
1863 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
H A Dzstd_v05.c2645 FSEv05_DTable LLTable[FSEv05_DTABLE_SIZE_U32(LLFSEv05Log)]; member
3317 unsigned* DTableLL = dctx->LLTable; in ZSTDv05_decompressSequences()
3700 errorCode = FSEv05_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, litlengthLog); in ZSTDv05_loadEntropy()
H A Dzstd_v06.c2806 FSEv06_DTable LLTable[FSEv06_DTABLE_SIZE_U32(LLFSELog)]; member
3449 FSEv06_DTable* DTableLL = dctx->LLTable; in ZSTDv06_decompressSequences()
3843 …{ size_t const errorCode = FSEv06_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv06_loadEntropy()
H A Dzstd_v03.c2444 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member
2829 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
H A Dzstd_v07.c2931 FSEv07_DTable LLTable[FSEv07_DTABLE_SIZE_U32(LLFSELog)]; member
3676 FSEv07_DTable* DTableLL = dctx->LLTable; in ZSTDv07_decompressSequences()
4128 …{ size_t const errorCode = FSEv07_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv07_loadEntropy()
H A Dzstd_v02.c2803 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member
3188 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
H A Dzstd_v04.c2496 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member
2965 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()