Searched refs:DEF_WBITS (Results 1 - 10 of 10) sorted by relevance

/external/freetype/src/gzip/
H A Dzutil.h47 #ifndef DEF_WBITS
48 # define DEF_WBITS MAX_WBITS macro
/external/pdfium/third_party/zlib_v128/
H A Dzutil.h60 #ifndef DEF_WBITS
61 # define DEF_WBITS MAX_WBITS macro
H A Dinflate.c227 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/external/python/cpython2/Modules/zlib/
H A Dzutil.h58 #ifndef DEF_WBITS
59 # define DEF_WBITS MAX_WBITS macro
H A Dinflate.c227 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/external/syslinux/com32/lib/zlib/
H A Dzutil.h54 #ifndef DEF_WBITS
55 # define DEF_WBITS MAX_WBITS macro
H A Dinflate.c206 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/external/zlib/src/
H A Dzutil.h58 #ifndef DEF_WBITS
59 # define DEF_WBITS MAX_WBITS macro
H A Dinflate.c227 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/external/python/cpython2/Modules/
H A Dzlibmodule.c53 #define DEF_WBITS MAX_WBITS macro
292 int wsize=DEF_WBITS;
422 int wbits=DEF_WBITS, err;

Completed in 241 milliseconds