Searched refs:OFTable (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_internal.h81 ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace while building hufTable during DDict creation */ member in struct:__anon230
H A Dzstd_ddict.c74 dctx->OFTptr = ddict->entropy.OFTable;
H A Dzstd_decompress.c1297 ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable));
1298 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);
1322 ZSTD_buildFSETable( entropy->OFTable,
1414 dctx->OFTptr = dctx->entropy.OFTable;
H A Dzstd_decompress_block.c704 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr,

Completed in 190 milliseconds