Searched refs:MLTable (Results 1 - 4 of 4) sorted by last modified time

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c1298 ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFTable) + sizeof(entropy->OFTable));
1299 ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRESS_WORKSPACE_SIZE);
1301 size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable);
1337 ZSTD_buildFSETable( entropy->MLTable,
1413 dctx->MLTptr = dctx->entropy.MLTable;
H A Dzstd_decompress_internal.h82 ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_DECOMPRESS_WORKSPACE_SIZE large */ member in struct:__anon230
H A Dzstd_decompress_block.c716 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr,
H A Dzstd_ddict.c73 dctx->MLTptr = ddict->entropy.MLTable;

Completed in 184 milliseconds