Home
last modified time | relevance | path

Searched refs:wbits (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/lib/zlib_inflate/
Dinflate.c73 z->state->wbits = (uInt)w;
138 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
Dinfutil.h135 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c318 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member
385 z->state->wbits = (uInt)w;
434 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c295 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member
362 z->state->wbits = (uInt)w;
411 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)