Searched refs:DEF_WBITS (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/lib/zlib/ |
D | zutil.h | 64 #ifndef DEF_WBITS 65 # define DEF_WBITS MAX_WBITS macro
|
D | inflate.c | 75 return inflateInit2_(strm, DEF_WBITS, version, stream_size); in inflateInit_()
|
/external/freetype/src/gzip/ |
D | zutil.h | 47 #ifndef DEF_WBITS 48 # define DEF_WBITS MAX_WBITS macro
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.h | 60 #ifndef DEF_WBITS 61 # define DEF_WBITS MAX_WBITS macro
|
D | inflate.c | 244 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
|
/external/zlib/src/ |
D | zutil.h | 60 #ifndef DEF_WBITS 61 # define DEF_WBITS MAX_WBITS macro
|
D | inflate.c | 244 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 53 #define DEF_WBITS MAX_WBITS macro 292 int wsize=DEF_WBITS; in PyZlib_decompress() 422 int wbits=DEF_WBITS, err; in PyZlib_decompressobj()
|