Searched refs:FSE_DEFAULT_TABLELOG (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 335 if (tableLog==0) tableLog = FSE_DEFAULT_TABLELOG; in FSE_optimalTableLog_internal() 442 if (tableLog==0) tableLog = FSE_DEFAULT_TABLELOG; in FSE_normalizeCount() 653 if (!tableLog) tableLog = FSE_DEFAULT_TABLELOG; in FSE_compress_wksp() 701 … return FSE_compress2(dst, dstCapacity, src, srcSize, FSE_MAX_SYMBOL_VALUE, FSE_DEFAULT_TABLELOG); in FSE_compress()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse.h | 700 #define FSE_DEFAULT_TABLELOG (FSE_DEFAULT_MEMORY_USAGE-2) macro
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 313 #define FSE_DEFAULT_TABLELOG (FSE_DEFAULT_MEMORY_USAGE-2) macro
|
| H A D | zstd_v03.c | 1050 #define FSE_DEFAULT_TABLELOG (FSE_DEFAULT_MEMORY_USAGE-2) macro
|
| H A D | zstd_v04.c | 1031 #define FSE_DEFAULT_TABLELOG (FSE_DEFAULT_MEMORY_USAGE-2) macro
|
| H A D | zstd_v02.c | 1049 #define FSE_DEFAULT_TABLELOG (FSE_DEFAULT_MEMORY_USAGE-2) macro
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2140 #define FSE_DEFAULT_TABLELOG (FSE_DEFAULT_MEMORY_USAGE-2) macro 7810 if (tableLog==0) tableLog = FSE_DEFAULT_TABLELOG; in FSE_optimalTableLog_internal() 7919 if (tableLog==0) tableLog = FSE_DEFAULT_TABLELOG; in FSE_normalizeCount() 8128 if (!tableLog) tableLog = FSE_DEFAULT_TABLELOG; in FSE_compress_wksp() 8173 … return FSE_compress2(dst, dstCapacity, src, srcSize, FSE_MAX_SYMBOL_VALUE, FSE_DEFAULT_TABLELOG); in FSE_compress()
|