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()
1233 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()1234 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()1236 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()1272 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()1348 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
640 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()