Searched refs:MLTable (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 79 …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 | 1067 …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 D | zstd_decompress_block.c | 538 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()
|
/freebsd/sys/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 | 1345 …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 D | zstd_decompress_block.c | 716 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 1837 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member 1864 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
|
H A D | zstd_v05.c | 2647 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 D | zstd_v06.c | 2808 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 D | zstd_v03.c | 2446 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member 2830 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
|
H A D | zstd_v07.c | 2933 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 D | zstd_v02.c | 2805 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member 3189 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
|
H A D | zstd_v04.c | 2498 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member 2966 U32* DTableML = dctx->MLTable; in ZSTD_decompressSequences()
|