Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
A Dzstd_decompress_internal.h81 …ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace … member
A Dzstd_decompress.c1232 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLT… in ZSTD_loadDEntropy()
1233 …entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFTable) + sizeof(entropy->OFTable)); in ZSTD_loadDEntropy()
1234 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1236 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1257 ZSTD_buildFSETable( entropy->OFTable, in ZSTD_loadDEntropy()
1349 dctx->OFTptr = dctx->entropy.OFTable; in ZSTD_decompressBegin()
A Dzstd_ddict.c74 dctx->OFTptr = ddict->entropy.OFTable; in ZSTD_copyDDictParameters()
A Dzstd_decompress_block.c628 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, in ZSTD_decodeSeqHeaders()

Completed in 14 milliseconds