Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1830 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
1859 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v06.c2807 FSEv06_DTable OffTable[FSEv06_DTABLE_SIZE_U32(OffFSELog)]; member
3451 FSEv06_DTable* DTableOffb = dctx->OffTable; in ZSTDv06_decompressSequences()
3793 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy()
H A Dzstd_v05.c2642 FSEv05_DTable OffTable[FSEv05_DTABLE_SIZE_U32(OffFSEv05Log)]; member
3307 U32* DTableOffb = dctx->OffTable; in ZSTDv05_decompressSequences()
3647 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
H A Dzstd_v03.c2432 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
2815 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v07.c2930 FSEv07_DTable OffTable[FSEv07_DTABLE_SIZE_U32(OffFSELog)]; member
3674 FSEv07_DTable* DTableOffb = dctx->OffTable; in ZSTDv07_decompressSequences()
4071 …{ size_t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv07_loadEntropy()
H A Dzstd_v02.c2791 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
3174 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v04.c2548 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
3017 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()