Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dgzip.c69 r = deflateInit2_(&s, Z_BEST_SPEED, Z_DEFLATED, window, in zzip()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h505 #define Z_DEFLATED 8 macro
/rk3399_rockchip-uboot/lib/zlib/
H A Dinflate.c387 if (BITS(4) != Z_DEFLATED) { in inflate()
409 if ((state->flags & 0xff) != Z_DEFLATED) { in inflate()
H A Ddeflate.c204 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
259 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
653 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;