Searched refs:MLTable (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_internal.h | 82 ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_DECOMPRESS_WORKSPACE_SIZE large */ member
|
H A D | zstd_ddict.c | 73 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
|
H A D | zstd_decompress.c | 1298 ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFTable) + sizeof(entropy->OFTable)); in ZSTD_loadDEntropy() 1299 ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRESS_WORKSPACE_SIZE); in ZSTD_loadDEntropy() 1301 size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy() 1337 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy() 1413 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()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | decompress.c | 71 FSE_DTable MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)]; member 120 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin() 850 size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, MLtype, MaxML, MLFSELog, ip, iend - ip, in ZSTD_decodeSeqHeaders() 1910 CHECK_E(FSE_buildDTable_wksp(entropy->MLTable, matchlengthNCount, matchlengthMaxValue, matchlengthLog, entropy->workspace, sizeof(entropy->workspace)), dictionary_corrupted); in ZSTD_loadEntropy() 2008 dstDCtx->MLTptr = ddict->entropy.MLTable; in ZSTD_refDDict()
|
Completed in 12 milliseconds