Searched refs:MAX_MEM_LEVEL (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/contrib/zlib/
H A Dgzguts.h148 #if MAX_MEM_LEVEL >= 8
151 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Dzconf.h256 #ifndef MAX_MEM_LEVEL
258 # define MAX_MEM_LEVEL 8 macro
260 # define MAX_MEM_LEVEL 9 macro
H A Dzutil.h65 #if MAX_MEM_LEVEL >= 8
68 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Ddeflate.c298 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h98 #define MAX_MEM_LEVEL 9 macro
H A Dzutil.h74 #if MAX_MEM_LEVEL >= 8
77 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Ddeflate.c271 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
/freebsd-11-stable/sys/sys/
H A Dzlib.h151 #ifndef MAX_MEM_LEVEL
153 # define MAX_MEM_LEVEL 8 macro
155 # define MAX_MEM_LEVEL 9 macro
H A Dzutil.h84 #if MAX_MEM_LEVEL >= 8
87 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
/freebsd-11-stable/sys/libkern/
H A Dzlib.c120 #if MAX_MEM_LEVEL >= 8
123 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
786 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
5214 * with reduced MAX_WBITS and MAX_MEM_LEVEL

Completed in 102 milliseconds