Home
last modified time | relevance | path

Searched refs:DEF_WBITS (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/lib/zlib/
Dzutil.h64 #ifndef DEF_WBITS
65 # define DEF_WBITS MAX_WBITS macro
Dinflate.c75 return inflateInit2_(strm, DEF_WBITS, version, stream_size); in inflateInit_()
/external/freetype/src/gzip/
Dzutil.h47 #ifndef DEF_WBITS
48 # define DEF_WBITS MAX_WBITS macro
/external/python/cpython2/Modules/zlib/
Dzutil.h60 #ifndef DEF_WBITS
61 # define DEF_WBITS MAX_WBITS macro
Dinflate.c244 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/external/zlib/src/
Dzutil.h60 #ifndef DEF_WBITS
61 # define DEF_WBITS MAX_WBITS macro
Dinflate.c244 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/external/python/cpython2/Modules/
Dzlibmodule.c53 #define DEF_WBITS MAX_WBITS macro
292 int wsize=DEF_WBITS; in PyZlib_decompress()
422 int wbits=DEF_WBITS, err; in PyZlib_decompressobj()