Searched refs:MLTable (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 82 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D… member
|
| H A D | zstd_ddict.c | 76 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
|
| H A D | zstd_decompress.c | 1079 …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 D | zstd_decompress_block.c | 640 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1841 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member 1868 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
|
| H A D | zstd_v06.c | 2812 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 D | zstd_v05.c | 2651 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 D | zstd_v03.c | 2450 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member 2834 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
|
| H A D | zstd_v07.c | 2937 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 D | zstd_v04.c | 2502 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member 2970 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
|
| H A D | zstd_v02.c | 2809 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 D | zstd.c | 22702 …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()
|