Home
last modified time | relevance | path

Searched refs:inflate (Results 76 - 100 of 147) sorted by relevance

123456

/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dutils_unittest.cc131 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 Delfio_utils.hpp287 inflate( const char* data,
H A Delfio_section.hpp246 auto decompressed_data = compression->inflate(
/third_party/zlib/examples/
H A Dgznorm.c19 #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 Dgzjoin.c52 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 Dlscrdec.c89 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 Dmvha.c186 ret = inflate(zstream, Z_SYNC_FLUSH); in decode_frame()
/third_party/curl/lib/
H A Dsetup-vms.h385 #define inflate INFLATE macro
/third_party/node/deps/v8/third_party/zlib/
H A Dzconf.h113 # define inflate z_inflate macro
293 The memory requirements for inflate are (in bytes) 1 << windowBits
/third_party/node/deps/zlib/
H A Dzconf.h116 # 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 Dchunkcopy.h35 #error chunkcopy.h inflate chunk SIMD is not defined for your build target
/third_party/node/deps/zlib/contrib/optimizations/
H A Dchunkcopy.h35 #error chunkcopy.h inflate chunk SIMD is not defined for your build target
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h82 # 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 DTapToToneActivity.java290 getMenuInflater().inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinflate.c0 /* 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 Dzlib_bench.cc175 result = inflate(&stream, Z_FINISH); in zlib_uncompress()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dchunkcopy.h35 #error chunkcopy.h inflate chunk SIMD is not defined for your build target
/third_party/skia/third_party/externals/zlib/
H A Dzconf.h113 # 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 Dgzip_stream.cc96 // 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 DStateAdapter.java162 LayoutInflater.from(mViewerActivity).inflate(R.layout.state_item, null); in inflateItemView()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas110 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 Dtestzlib.c250 ret=inflate(&zcpr,Z_SYNC_FLUSH); in main()
/third_party/zlib/
H A Dzconf.h104 # define inflate z_inflate macro
288 The memory requirements for inflate are (in bytes) 1 << windowBits
/third_party/node/src/
H A Dnode_zlib.cc825 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 Dzlibmodule.c288 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()

Completed in 21 milliseconds

123456