| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 399 static size_t FSE_buildDTable in FSE_buildDTable() function 920 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress() 1634 FSE_buildDTable(DTableLL, norm, max, LLlog); in ZSTDv01_decodeSeqHeaders() 1652 FSE_buildDTable(DTableOffb, norm, max, Offlog); in ZSTDv01_decodeSeqHeaders() 1670 FSE_buildDTable(DTableML, norm, max, MLlog); in ZSTDv01_decodeSeqHeaders()
|
| H A D | zstd_v04.c | 496 static size_t FSE_buildDTable ( FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolV… 1077 static size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal… in FSE_buildDTable() function 1426 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress() 2749 FSE_buildDTable(DTableLL, norm, max, LLlog); in ZSTD_decodeSeqHeaders() 2768 FSE_buildDTable(DTableOffb, norm, max, Offlog); in ZSTD_decodeSeqHeaders() 2786 FSE_buildDTable(DTableML, norm, max, MLlog); in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v03.c | 1100 static size_t FSE_buildDTable in FSE_buildDTable() function 1444 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress() 2623 FSE_buildDTable(DTableLL, norm, max, LLlog); in ZSTD_decodeSeqHeaders() 2642 FSE_buildDTable(DTableOffb, norm, max, Offlog); in ZSTD_decodeSeqHeaders() 2660 FSE_buildDTable(DTableML, norm, max, MLlog); in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v02.c | 1099 static size_t FSE_buildDTable in FSE_buildDTable() function 1443 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress() 2982 FSE_buildDTable(DTableLL, norm, max, LLlog); in ZSTD_decodeSeqHeaders() 3001 FSE_buildDTable(DTableOffb, norm, max, Offlog); in ZSTD_decodeSeqHeaders() 3019 FSE_buildDTable(DTableML, norm, max, MLlog); in ZSTD_decodeSeqHeaders()
|
| /f-stack/freebsd/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 | 379 size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, uns… in FSE_buildDTable() function
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 57 #define FSE_buildDTable zfs_FSE_buildDTable macro
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 1077 FSE_PUBLIC_API size_t FSE_buildDTable (FSE_DTable* dt, const short* normalizedCounter, unsigned max… 2822 size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, uns… in FSE_buildDTable() function 3022 CHECK_F( FSE_buildDTable (workSpace, counting, maxSymbolValue, tableLog) ); in FSE_decompress_wksp()
|