Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c60 FSE_DTable* FSE_createDTable (unsigned tableLog) in FSE_createDTable()
63 return (FSE_DTable*)ZSTD_malloc( FSE_DTABLE_SIZE_U32(tableLog) * sizeof (U32) ); in FSE_createDTable()
66 void FSE_freeDTable (FSE_DTable* dt) in FSE_freeDTable()
176 size_t FSE_buildDTable_wksp(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue… in FSE_buildDTable_wksp()
187 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
205 size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
234 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
296 const FSE_DTable* dt) in FSE_decompress_usingDTable()
324 FSE_DTable* const dtable = (FSE_DTable*)workSpace; in FSE_decompress_wksp_body()
376 typedef FSE_DTable DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)];
[all …]
H A Dfse.h246 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
247 FSE_PUBLIC_API FSE_DTable* FSE_createDTable(unsigned tableLog);
248 FSE_PUBLIC_API void FSE_freeDTable(FSE_DTable* dt);
253 FSE_PUBLIC_API size_t FSE_buildDTable (FSE_DTable* dt, const short* normalizedCounter, unsigned max…
260 …singDTable(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt);
313 …_DTABLE_SIZE(maxTableLog) (FSE_DTABLE_SIZE_U32(maxTableLog) * sizeof(FSE_DTable))
346 FSE_PUBLIC_API size_t FSE_buildDTable_wksp(FSE_DTable* dt, const short* normalizedCounter, unsigned…
349 size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
352 size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
442 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
[all …]
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c58 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
400 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
598 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
615 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
773 static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState()
821 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
890 const FSE_DTable* dt) in FSE_decompress_usingDTable()
1577 FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb, in ZSTDv01_decodeSeqHeaders()
H A Dzstd_v04.c489 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
841 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
844 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
859 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
890 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState()
1077 static size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal… in FSE_buildDTable()
1276 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
1294 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
1324 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
1393 const FSE_DTable* dt) in FSE_decompress_usingDTable()
[all …]
H A Dzstd_v03.c610 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
668 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
671 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
685 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
717 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState()
1101 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
1299 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
1316 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
1345 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
1414 const FSE_DTable* dt) in FSE_decompress_usingDTable()
[all …]
H A Dzstd_v02.c608 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
666 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
669 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
683 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
715 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState()
1100 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
1298 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
1315 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
1344 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
1413 const FSE_DTable* dt) in FSE_decompress_usingDTable()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1071 FSE_PUBLIC_API FSE_DTable* FSE_createDTable(unsigned tableLog);
1072 FSE_PUBLIC_API void FSE_freeDTable(FSE_DTable* dt);
1797 size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
1800 size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
2811 FSE_DTable* FSE_createDTable (unsigned tableLog) in FSE_createDTable()
2817 void FSE_freeDTable (FSE_DTable* dt) in FSE_freeDTable()
2885 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
2903 size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
2932 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
2994 const FSE_DTable* dt) in FSE_decompress_usingDTable()
[all …]