Searched refs:FSE_MAX_MEMORY_USAGE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dfse.h666 #ifndef FSE_MAX_MEMORY_USAGE
667 # define FSE_MAX_MEMORY_USAGE 14 macro
672 #if (FSE_DEFAULT_MEMORY_USAGE > FSE_MAX_MEMORY_USAGE)
673 # error "FSE_DEFAULT_MEMORY_USAGE must be <= FSE_MAX_MEMORY_USAGE"
697 #define FSE_MAX_TABLELOG (FSE_MAX_MEMORY_USAGE-2)
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c106 #define FSE_MAX_MEMORY_USAGE 14 macro
310 #define FSE_MAX_TABLELOG (FSE_MAX_MEMORY_USAGE-2)
H A Dzstd_v03.c994 #define FSE_MAX_MEMORY_USAGE 14 macro
1047 #define FSE_MAX_TABLELOG (FSE_MAX_MEMORY_USAGE-2)
H A Dzstd_v02.c993 #define FSE_MAX_MEMORY_USAGE 14 macro
1046 #define FSE_MAX_TABLELOG (FSE_MAX_MEMORY_USAGE-2)
H A Dzstd_v04.c977 #define FSE_MAX_MEMORY_USAGE 14 macro
1028 #define FSE_MAX_TABLELOG (FSE_MAX_MEMORY_USAGE-2)
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2109 #ifndef FSE_MAX_MEMORY_USAGE
2110 # define FSE_MAX_MEMORY_USAGE 14 macro
2137 #define FSE_MAX_TABLELOG (FSE_MAX_MEMORY_USAGE-2)
[all...]

Completed in 193 milliseconds