Searched refs:OFTable (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 78 …ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace … member
|
H A D | zstd_decompress.c | 1066 …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 D | zstd_ddict.c | 77 dctx->OFTptr = ddict->entropy.OFTable; in ZSTD_copyDDictParameters()
|
H A D | zstd_decompress_block.c | 528 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, in ZSTD_decodeSeqHeaders()
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 81 …ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace … member
|
H A D | zstd_decompress.c | 1344 …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 D | zstd_ddict.c | 77 dctx->OFTptr = ddict->entropy.OFTable; in ZSTD_copyDDictParameters()
|
H A D | zstd_decompress_block.c | 704 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, in ZSTD_decodeSeqHeaders()
|