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.h79 …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.c1067 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
1068 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()
1070 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()
1104 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()
1175 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
H A Dzstd_decompress_block.c538 { 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.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.c1345 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
1346 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()
1348 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()
1384 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()
1463 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
H A Dzstd_decompress_block.c716 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1837 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
1864 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v05.c2647 FSEv05_DTable MLTable[FSEv05_DTABLE_SIZE_U32(MLFSEv05Log)]; member
3318 unsigned* DTableML = dctx->MLTable; in ZSTDv05_decompressSequences()
3692 …errorCode = FSEv05_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValue, matchlengthL… in ZSTDv05_loadEntropy()
H A Dzstd_v06.c2808 FSEv06_DTable MLTable[FSEv06_DTABLE_SIZE_U32(MLFSELog)]; member
3450 FSEv06_DTable* DTableML = dctx->MLTable; in ZSTDv06_decompressSequences()
3832 …{ size_t const errorCode = FSEv06_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv06_loadEntropy()
H A Dzstd_v03.c2446 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
2830 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v07.c2933 FSEv07_DTable MLTable[FSEv07_DTABLE_SIZE_U32(MLFSELog)]; member
3677 FSEv07_DTable* DTableML = dctx->MLTable; in ZSTDv07_decompressSequences()
4118 …{ size_t const errorCode = FSEv07_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv07_loadEntropy()
H A Dzstd_v02.c2805 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
3189 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
H A Dzstd_v04.c2498 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member
2966 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()