Searched refs:ZSTD_NCountCost (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 70 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost() function 206 size_t const NCountCost = ZSTD_NCountCost(count, max, nbSeq, FSELog); in ZSTD_selectEncodingType()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 198 #define ZSTD_NCountCost zfs_ZSTD_NCountCost macro
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11311 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost() function 11447 size_t const NCountCost = ZSTD_NCountCost(count, max, nbSeq, FSELog); in ZSTD_selectEncodingType()
|