Searched refs:LLTable (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 77 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… member
|
H A D | zstd_decompress.c | 1066 …entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable)); in ZSTD_loadDEntropy() 1068 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy() 1069 …{ void* const workspace = &entropy->LLTable; /* use fse tables as temporary workspace; implies… in ZSTD_loadDEntropy() 1070 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy() 1117 ZSTD_buildFSETable( entropy->LLTable, in ZSTD_loadDEntropy() 1174 dctx->LLTptr = dctx->entropy.LLTable; in ZSTD_decompressBegin()
|
H A D | zstd_ddict.c | 75 dctx->LLTptr = ddict->entropy.LLTable; in ZSTD_copyDDictParameters()
|
H A D | zstd_decompress_block.c | 518 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 80 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… member
|
H A D | zstd_decompress.c | 1344 …entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable)); in ZSTD_loadDEntropy() 1346 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy() 1347 …{ void* const workspace = &entropy->LLTable; /* use fse tables as temporary workspace; implies… in ZSTD_loadDEntropy() 1348 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy() 1399 ZSTD_buildFSETable( entropy->LLTable, in ZSTD_loadDEntropy() 1462 dctx->LLTptr = dctx->entropy.LLTable; in ZSTD_decompressBegin()
|
H A D | zstd_ddict.c | 75 dctx->LLTptr = ddict->entropy.LLTable; in ZSTD_copyDDictParameters()
|
H A D | zstd_decompress_block.c | 692 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 1835 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member 1863 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
|
H A D | zstd_v05.c | 2645 FSEv05_DTable LLTable[FSEv05_DTABLE_SIZE_U32(LLFSEv05Log)]; member 3317 unsigned* DTableLL = dctx->LLTable; in ZSTDv05_decompressSequences() 3700 errorCode = FSEv05_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, litlengthLog); in ZSTDv05_loadEntropy()
|
H A D | zstd_v06.c | 2806 FSEv06_DTable LLTable[FSEv06_DTABLE_SIZE_U32(LLFSELog)]; member 3449 FSEv06_DTable* DTableLL = dctx->LLTable; in ZSTDv06_decompressSequences() 3843 …{ size_t const errorCode = FSEv06_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv06_loadEntropy()
|
H A D | zstd_v03.c | 2444 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member 2829 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
|
H A D | zstd_v07.c | 2931 FSEv07_DTable LLTable[FSEv07_DTABLE_SIZE_U32(LLFSELog)]; member 3676 FSEv07_DTable* DTableLL = dctx->LLTable; in ZSTDv07_decompressSequences() 4128 …{ size_t const errorCode = FSEv07_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv07_loadEntropy()
|
H A D | zstd_v02.c | 2803 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member 3188 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
|
H A D | zstd_v04.c | 2496 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member 2965 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
|