Home
last modified time | relevance | path

Searched refs:Z_FIXED (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/zmod/
H A Dzlib.h194 #define Z_FIXED 4 macro
H A Ddeflate.c273 strategy < 0 || strategy > Z_FIXED) {
439 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {