/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | fse_decompress.c | 60 size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, uns… in FSE_buildDTable() function 260 CHECK_F( FSE_buildDTable (workSpace, counting, maxSymbolValue, tableLog) ); in FSE_decompress_wksp()
|
H A D | fse.h | 241 FSE_PUBLIC_API size_t FSE_buildDTable (FSE_DTable* dt, const short* normalizedCounter, unsigned max…
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 395 static size_t FSE_buildDTable in FSE_buildDTable() function 916 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress() 1630 FSE_buildDTable(DTableLL, norm, max, LLlog); in ZSTDv01_decodeSeqHeaders() 1648 FSE_buildDTable(DTableOffb, norm, max, Offlog); in ZSTDv01_decodeSeqHeaders() 1666 FSE_buildDTable(DTableML, norm, max, MLlog); in ZSTDv01_decodeSeqHeaders()
|
H A D | zstd_v04.c | 493 static size_t FSE_buildDTable ( FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolV… 1073 static size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal… in FSE_buildDTable() function 1422 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress() 2745 FSE_buildDTable(DTableLL, norm, max, LLlog); in ZSTD_decodeSeqHeaders() 2764 FSE_buildDTable(DTableOffb, norm, max, Offlog); in ZSTD_decodeSeqHeaders() 2782 FSE_buildDTable(DTableML, norm, max, MLlog); in ZSTD_decodeSeqHeaders()
|
H A D | zstd_v03.c | 1096 static size_t FSE_buildDTable in FSE_buildDTable() function 1440 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress() 2619 FSE_buildDTable(DTableLL, norm, max, LLlog); in ZSTD_decodeSeqHeaders() 2638 FSE_buildDTable(DTableOffb, norm, max, Offlog); in ZSTD_decodeSeqHeaders() 2656 FSE_buildDTable(DTableML, norm, max, MLlog); in ZSTD_decodeSeqHeaders()
|
H A D | zstd_v02.c | 1095 static size_t FSE_buildDTable in FSE_buildDTable() function 1439 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress() 2978 FSE_buildDTable(DTableLL, norm, max, LLlog); in ZSTD_decodeSeqHeaders() 2997 FSE_buildDTable(DTableOffb, norm, max, Offlog); in ZSTD_decodeSeqHeaders() 3015 FSE_buildDTable(DTableML, norm, max, MLlog); in ZSTD_decodeSeqHeaders()
|
/freebsd/sys/contrib/openzfs/module/zstd/include/ |
H A D | zstd_compat_wrapper.h | 76 #define FSE_buildDTable zfs_FSE_buildDTable macro
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | fse.h | 253 FSE_PUBLIC_API size_t FSE_buildDTable (FSE_DTable* dt, const short* normalizedCounter, unsigned max…
|
H A D | fse_decompress.c | 389 size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, uns… in FSE_buildDTable() function
|