Searched refs:MLTable (Results 1 – 4 of 4) sorted by relevance
82 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D… member
73 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
1298 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()1299 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()1301 …nst 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()
716 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()