/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | utils_unittest.cc | 131 ret = inflate(&decomp_strm, Z_FINISH); in TEST() 206 ret = inflate(&stream, Z_FINISH); in TEST() 275 ret = inflate(&stream, Z_FINISH); in TEST() 414 ret = inflate(&stream, Z_FINISH); in TEST()
|
/third_party/elfio/elfio/ |
H A D | elfio_utils.hpp | 287 inflate( const char* data,
|
H A D | elfio_section.hpp | 246 auto decompressed_data = compression->inflate(
|
/third_party/zlib/examples/ |
H A D | gznorm.c | 19 #include "zlib.h" // inflateInit2, inflate, inflateReset, inflateEnd, 87 // initialize the inflate engine to process a gzip member in gzip_normalize() 134 // Run that chunk of input through the inflate engine to exhaustion. in gzip_normalize() 144 // inflate and handle any errors in gzip_normalize() 148 int ret = inflate(&strm, Z_BLOCK); in gzip_normalize() 169 // Since strm.avail_in was > 0 for the inflate call, some input was in gzip_normalize() 403 // At the end of a member. Set up to inflate an in gzip_normalize() 421 // Done with the inflate engine. in gzip_normalize()
|
H A D | gzjoin.c | 52 inflate() and the crc32_combine() function. gzjoin will not compile with 61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */ 289 z_stream strm; /* zlib inflate stream */ in gzcopy() 297 /* allocate buffer for uncompressed data and initialize raw inflate in gzcopy() 309 /* inflate and copy compressed data, clear last-block bit if requested */ in gzcopy() 329 ret = inflate(&strm, Z_BLOCK); in gzcopy()
|
/third_party/ffmpeg/libavcodec/ |
H A D | lscrdec.c | 89 ret = inflate(zstream, Z_PARTIAL_FLUSH); in decode_idat() 91 av_log(s->avctx, AV_LOG_ERROR, "inflate returned error %d\n", ret); in decode_idat()
|
H A D | mvha.c | 186 ret = inflate(zstream, Z_SYNC_FLUSH); in decode_frame()
|
/third_party/curl/lib/ |
H A D | setup-vms.h | 385 #define inflate INFLATE macro
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zconf.h | 113 # define inflate z_inflate macro 293 The memory requirements for inflate are (in bytes) 1 << windowBits
|
/third_party/node/deps/zlib/ |
H A D | zconf.h | 116 # define inflate z_inflate macro 300 The memory requirements for inflate are (in bytes) 1 << windowBits
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 35 #error chunkcopy.h inflate chunk SIMD is not defined for your build target
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 35 #error chunkcopy.h inflate chunk SIMD is not defined for your build target
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 82 # define inflate z_inflate
macro 232 The memory requirements for inflate are (in bytes) 1 << windowBits
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | TapToToneActivity.java | 290 getMenuInflater().inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | inflate.c | 0 /* inflate.c -- zlib interface to inflate modules 29 /* inflate private state */ 33 inflate_mode mode; /* current inflate mode */ 63 Tracev((stderr, "inflate: reset\n")); in inflateReset() 77 Tracev((stderr, "inflate: end\n")); in inflateEnd() 131 Tracev((stderr, "inflate: allocated\n")); in inflateInit2_() 147 ZEXPORT(int) inflate( /* z, f) */ in inflate() function 188 Tracev((stderr, "inflate: zlib header ok\n")); in inflate() 269 Tracev((stderr, "inflate in inflate() [all...] |
/third_party/skia/third_party/externals/zlib/contrib/bench/ |
H A D | zlib_bench.cc | 175 result = inflate(&stream, Z_FINISH); in zlib_uncompress()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 35 #error chunkcopy.h inflate chunk SIMD is not defined for your build target
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zconf.h | 113 # define inflate z_inflate macro 293 The memory requirements for inflate are (in bytes) 1 << windowBits
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | gzip_stream.cc | 96 // previous inflate filled output buffer. don't change input params yet. in Inflate() 119 int error = inflate(&zcontext_, flush); in Inflate()
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | StateAdapter.java | 162 LayoutInflater.from(mViewerActivity).inflate(R.layout.state_item, null); in inflateItemView()
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 110 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate() function 182 {$L inflate.obj} 208 function inflate; external; function
|
/third_party/zlib/contrib/testzlib/ |
H A D | testzlib.c | 250 ret=inflate(&zcpr,Z_SYNC_FLUSH);
in main()
|
/third_party/zlib/ |
H A D | zconf.h | 104 # define inflate z_inflate macro 288 The memory requirements for inflate are (in bytes) 1 << windowBits
|
/third_party/node/src/ |
H A D | node_zlib.cc | 825 err_ = inflate(&strm_, flush_); in DoThreadPoolWork() 838 err_ = inflate(&strm_, flush_); in DoThreadPoolWork() 840 // Both inflateSetDictionary() and inflate() return Z_DATA_ERROR. in DoThreadPoolWork() 857 err_ = inflate(&strm_, flush_); in DoThreadPoolWork() 1059 // The other inflate cases will have the dictionary set when inflate() in SetDictionary()
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 288 inflate() and deflate() are called */ in PyZlib_Malloc() 481 err = inflate(&zst, flush); in zlib_decompress_impl() 685 "zlib version %s does not allow raw inflate with dictionary", in zlib_decompressobj_impl() 916 err = inflate(&self->zst, Z_SYNC_FLUSH); in zlib_Decompress_decompress_impl() 1300 err = inflate(&self->zst, flush); in zlib_Decompress_flush_impl() 1601 #ifdef Z_BLOCK // 1.2.0.5 for inflate, 1.2.3.4 for deflate in zlib_exec() 1604 #ifdef Z_TREES // 1.2.3.4, only for inflate in zlib_exec()
|