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.c1836 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
1865 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v05.c2646 FSEv05_DTable OffTable[FSEv05_DTABLE_SIZE_U32(OffFSEv05Log)]; member
3319 unsigned* DTableOffb = dctx->OffTable; in ZSTDv05_decompressSequences()
3684 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
H A Dzstd_v06.c2807 FSEv06_DTable OffTable[FSEv06_DTABLE_SIZE_U32(OffFSELog)]; member
3451 FSEv06_DTable* DTableOffb = dctx->OffTable; in ZSTDv06_decompressSequences()
3821 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy()
H A Dzstd_v03.c2445 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
2831 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v07.c2932 FSEv07_DTable OffTable[FSEv07_DTABLE_SIZE_U32(OffFSELog)]; member
3678 FSEv07_DTable* DTableOffb = dctx->OffTable; in ZSTDv07_decompressSequences()
4108 …{ size_t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv07_loadEntropy()
H A Dzstd_v02.c2804 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
3190 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()
H A Dzstd_v04.c2497 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; member
2967 U32* DTableOffb = dctx->OffTable; in ZSTD_decompressSequences()