Searched defs:windowBits (Results 1 – 2 of 2) sorted by relevance
| /arm-trusted-firmware/lib/zlib/ |
| H A D | zlib.h | 1803 z_deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument 1806 z_inflateInit2(strm,windowBits) global() argument 1809 z_inflateBackInit(strm,windowBits,window) global() argument 1817 deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument 1820 inflateInit2(strm,windowBits) global() argument 1823 inflateBackInit(strm,windowBits,window) global() argument [all...] |
| H A D | inflate.c | 141 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2() argument 178 inflateInit2_(z_streamp strm,int windowBits,const char * version,int stream_size) inflateInit2_() argument [all...] |