Searched defs:wbits (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | zlibmodule.c.h | 97 int wbits = MAX_WBITS; in zlib_decompress() local 190 int wbits = MAX_WBITS; in zlib_compressobj() local 317 int wbits = MAX_WBITS; in zlib_decompressobj() local
|
/external/python/cpython3/Python/ |
D | ast_opt.c | 130 size_t wbits = _PyLong_NumBits(w); in safe_multiply() local 176 size_t wbits = PyLong_AsSize_t(w); in safe_power() local 193 size_t wbits = PyLong_AsSize_t(w); in safe_lshift() local
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 336 zlib_decompress_impl(PyObject *module, Py_buffer *data, int wbits, in zlib_decompress_impl() 464 zlib_compressobj_impl(PyObject *module, int level, int method, int wbits, in zlib_compressobj_impl() 561 zlib_decompressobj_impl(PyObject *module, int wbits, PyObject *zdict) in zlib_decompressobj_impl()
|
/external/freetype/src/gzip/ |
D | inflate.c | 47 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 385 int wbits=MAX_WBITS, memLevel=DEF_MEM_LEVEL, strategy=0, err; in PyZlib_compressobj() local 422 int wbits=DEF_WBITS, err; in PyZlib_decompressobj() local
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.h | 95 unsigned wbits; /* log base 2 of requested window size */ member
|
/external/rust/crates/libz-sys/src/zlib/ |
D | inflate.h | 95 unsigned wbits; /* log base 2 of requested window size */ member
|
/external/libwebsockets/win32port/zlib/ |
D | inflate.h | 92 unsigned wbits; /* log base 2 of requested window size */ member
|
/external/angle/third_party/zlib/ |
D | inflate.h | 95 unsigned wbits; /* log base 2 of requested window size */ member
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | inflate.h | 99 unsigned wbits; /* log base 2 of requested window size */ member
|
/external/zlib/ |
D | inflate.h | 95 unsigned wbits; /* log base 2 of requested window size */ member
|