Home
last modified time | relevance | path

Searched refs:MLTable (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h82 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D… member
H A Dzstd_ddict.c76 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
H A Dzstd_decompress.c1079 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
1080 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()
1082 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()
1118 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()
1193 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
H A Dzstd_decompress_block.c640 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1841 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
1868 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v06.c2812 FSEv06_DTable MLTable[FSEv06_DTABLE_SIZE_U32(MLFSELog)]; member
3454 FSEv06_DTable* DTableML = dctx->MLTable; in ZSTDv06_decompressSequences()
3836 …{ size_t const errorCode = FSEv06_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv06_loadEntropy()
H A Dzstd_v05.c2651 FSEv05_DTable MLTable[FSEv05_DTABLE_SIZE_U32(MLFSEv05Log)]; member
3322 unsigned* DTableML = dctx->MLTable; in ZSTDv05_decompressSequences()
3696 …errorCode = FSEv05_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValue, matchlengthL… in ZSTDv05_loadEntropy()
H A Dzstd_v03.c2450 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
2834 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v07.c2937 FSEv07_DTable MLTable[FSEv07_DTABLE_SIZE_U32(MLFSELog)]; member
3681 FSEv07_DTable* DTableML = dctx->MLTable; in ZSTDv07_decompressSequences()
4122 …{ size_t const errorCode = FSEv07_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv07_loadEntropy()
H A Dzstd_v04.c2502 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
2970 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v02.c2809 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
3193 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22702 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D… member
24276 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
25573 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
25574 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()
25576 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()
25610 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()
25681 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
26931 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()