Home
last modified time | relevance | path

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

/openbmc/u-boot/include/u-boot/
H A Dzlib.h495 #define Z_FIXED 4 macro
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c261 strategy < 0 || strategy > Z_FIXED) {
429 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {