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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h73 #ifndef MAX_MEM_LEVEL
75 # define MAX_MEM_LEVEL 8 macro
77 # define MAX_MEM_LEVEL 9 macro
H A Dzlib.c70 #if MAX_MEM_LEVEL >= 8
73 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
614 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != DEFLATED ||
/opensolaris-onvv-gate/usr/src/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 ||
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h184 #ifndef MAX_MEM_LEVEL
186 #define MAX_MEM_LEVEL 8 macro
188 #define MAX_MEM_LEVEL 9 macro
H A Dzlib.c121 #if MAX_MEM_LEVEL >= 8
124 #define DEF_MEM_LEVEL MAX_MEM_LEVEL
897 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
5918 * allocation with reduced MAX_WBITS and MAX_MEM_LEVEL

Completed in 194 milliseconds