Searched defs:wbits (Results 1 – 10 of 10) sorted by relevance
| /third_party/python/Modules/clinic/ |
| D | zlibmodule.c.h | 34 int wbits = MAX_WBITS; in zlib_compress() local 104 int wbits = MAX_WBITS; in zlib_decompress() local 201 int wbits = MAX_WBITS; in zlib_compressobj() local 303 int wbits = MAX_WBITS; in zlib_decompressobj() local
|
| /third_party/python/Modules/ |
| D | zlibmodule.c | 320 zlib_compress_impl(PyObject *module, Py_buffer *data, int level, int wbits) in zlib_compress_impl() 418 zlib_decompress_impl(PyObject *module, Py_buffer *data, int wbits, in zlib_decompress_impl() 556 zlib_compressobj_impl(PyObject *module, int level, int method, int wbits, in zlib_compressobj_impl() 650 zlib_decompressobj_impl(PyObject *module, int wbits, PyObject *zdict) in zlib_decompressobj_impl()
|
| /third_party/python/Python/ |
| D | ast_opt.c | 157 size_t wbits = _PyLong_NumBits(w); in safe_multiply() local 203 size_t wbits = PyLong_AsSize_t(w); in safe_power() local 220 size_t wbits = PyLong_AsSize_t(w); in safe_lshift() local
|
| /third_party/skia/third_party/externals/freetype/src/gzip/ |
| D | inflate.c | 47 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member
|
| /third_party/zlib/ |
| D | inflate.h | 96 unsigned wbits; /* log base 2 of requested window size */ member
|
| /third_party/skia/third_party/externals/zlib/ |
| D | inflate.h | 95 unsigned wbits; /* log base 2 of requested window size */ member
|
| /third_party/node/deps/zlib/ |
| D | inflate.h | 96 unsigned wbits; /* log base 2 of requested window size */ member
|
| /third_party/node/deps/v8/third_party/zlib/ |
| D | inflate.h | 96 unsigned wbits; /* log base 2 of requested window size */ member
|
| /third_party/libwebsockets/win32port/zlib/ |
| D | inflate.h | 92 unsigned wbits; /* log base 2 of requested window size */ member
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_hdcd.c | 1066 … uint32_t wbits = (uint32_t)(states[i].window ^ states[i].window >> 5 ^ states[i].window >> 23); in hdcd_integrate() local
|