Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h84 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D… member
H A Dzstd_ddict.c77 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
H A Dzstd_decompress.c1464 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
1465 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()
1467 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()
1503 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()
1583 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
H A Dzstd_decompress_block.c762 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h83 …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.c1463 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
1464 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()
1466 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()
1502 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()
1582 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
H A Dzstd_decompress_block.c761 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1805 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
1832 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v05.c2595 FSEv05_DTable MLTable[FSEv05_DTABLE_SIZE_U32(MLFSEv05Log)]; member
3272 unsigned* DTableML = dctx->MLTable; in ZSTDv05_decompressSequences()
3647 …errorCode = FSEv05_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValue, matchlengthL… in ZSTDv05_loadEntropy()
H A Dzstd_v06.c2752 FSEv06_DTable MLTable[FSEv06_DTABLE_SIZE_U32(MLFSELog)]; member
3400 FSEv06_DTable* DTableML = dctx->MLTable; in ZSTDv06_decompressSequences()
3783 …{ size_t const errorCode = FSEv06_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv06_loadEntropy()
H A Dzstd_v03.c2384 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
2774 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v07.c2878 FSEv07_DTable MLTable[FSEv07_DTABLE_SIZE_U32(MLFSELog)]; member
3625 FSEv07_DTable* DTableML = dctx->MLTable; in ZSTDv07_decompressSequences()
4066 …{ size_t const errorCode = FSEv07_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv07_loadEntropy()
H A Dzstd_v02.c2744 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
3135 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v04.c2442 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
2916 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()