Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h78 …ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace … member
H A Dzstd_decompress.c1066 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLT… in ZSTD_loadDEntropy()
1067 …entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFTable) + sizeof(entropy->OFTable)); in ZSTD_loadDEntropy()
1068 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1070 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1091 ZSTD_buildFSETable( entropy->OFTable, in ZSTD_loadDEntropy()
1176 dctx->OFTptr = dctx->entropy.OFTable; in ZSTD_decompressBegin()
H A Dzstd_ddict.c77 dctx->OFTptr = ddict->entropy.OFTable; in ZSTD_copyDDictParameters()
H A Dzstd_decompress_block.c528 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, in ZSTD_decodeSeqHeaders()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h81 …ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace … member
H A Dzstd_decompress.c1344 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLT… in ZSTD_loadDEntropy()
1345 …entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFTable) + sizeof(entropy->OFTable)); in ZSTD_loadDEntropy()
1346 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1348 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1369 ZSTD_buildFSETable( entropy->OFTable, in ZSTD_loadDEntropy()
1464 dctx->OFTptr = dctx->entropy.OFTable; in ZSTD_decompressBegin()
H A Dzstd_ddict.c77 dctx->OFTptr = ddict->entropy.OFTable; in ZSTD_copyDDictParameters()
H A Dzstd_decompress_block.c704 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, in ZSTD_decodeSeqHeaders()