Home
last modified time | relevance | path

Searched refs:OffTable (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1804 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
1833 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v05.c2594 FSEv05_DTable OffTable[FSEv05_DTABLE_SIZE_U32(OffFSEv05Log)]; member
3273 unsigned* DTableOffb = dctx->OffTable; in ZSTDv05_decompressSequences()
3639 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
H A Dzstd_v06.c2751 FSEv06_DTable OffTable[FSEv06_DTABLE_SIZE_U32(OffFSELog)]; member
3401 FSEv06_DTable* DTableOffb = dctx->OffTable; in ZSTDv06_decompressSequences()
3772 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy()
H A Dzstd_v03.c2383 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
2775 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v07.c2877 FSEv07_DTable OffTable[FSEv07_DTABLE_SIZE_U32(OffFSELog)]; member
3626 FSEv07_DTable* DTableOffb = dctx->OffTable; in ZSTDv07_decompressSequences()
4056 …{ size_t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv07_loadEntropy()
H A Dzstd_v02.c2743 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
3136 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v04.c2441 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
2917 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()