HomeSort by relevance Sort by last modified time
    Searched full:strm (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /external/zlib/examples/
zlib_how.html 75 <tt>have</tt> is the amount of data returned from <tt>deflate()</tt>. The <tt>strm</tt> structure
82 z_stream strm;
88 The <tt>zalloc</tt>, <tt>zfree</tt>, and <tt>opaque</tt> fields in the <tt>strm</tt>
122 strm.zalloc = Z_NULL;
123 strm.zfree = Z_NULL;
124 strm.opaque = Z_NULL;
125 ret = deflateInit(&amp;strm, level);
157 strm.avail_in = fread(in, 1, CHUNK, source);
159 (void)deflateEnd(&amp;strm);
163 strm.next_in = in
    [all...]
  /bootable/recovery/applypatch/
imgdiff.c 308 z_stream strm; local
309 strm.zalloc = Z_NULL;
310 strm.zfree = Z_NULL;
311 strm.opaque = Z_NULL;
312 strm.avail_in = curr->deflate_len;
313 strm.next_in = curr->deflate_data;
317 int ret = inflateInit2(&strm, -15);
319 strm.avail_out = curr->len;
320 strm.next_out = curr->data;
321 ret = inflate(&strm, Z_NO_FLUSH)
433 z_stream strm; local
530 z_stream strm; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 96 bool Read(istream &strm, const string &source);
97 bool Write(ostream &strm, const string &source) const;
149 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) {
155 if (!hdr.Read(strm, opts.source))
168 return reader(strm, ropts);
173 ifstream strm(filename.c_str());
174 if (!strm) {
178 return Read(strm, FstReadOptions(filename));
182 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
458 bool ReadHeaderAndSymbols(istream &strm, const FstReadOptions& opts
    [all...]
mutable-fst.h 71 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) {
77 if (!hdr.Read(strm, opts.source))
94 Fst<A> *fst = reader(strm, ropts);
100 ifstream strm(filename.c_str());
101 if (!strm) {
105 return Read(strm, FstReadOptions(filename));
  /external/zlib/
zlib.h 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zlib.h 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zlib.h 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zlib.h 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zlib.h 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zlib.h 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zlib.h 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
309 deflate() sets strm->adler to the adler32 checksum of all input read
312 deflate() may update strm->data_type if it can make a good guess about
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 Also to assist in this, on return inflate() will set strm->data_type to the
403 number of unused bits in the last byte taken from strm->next_in, plus 64
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /frameworks/base/core/jni/android/graphics/
Movie.cpp 91 SkStream* strm = CreateJavaInputStreamAdaptor(env, istream, byteArray); local
92 if (NULL == strm) {
96 SkMovie* moov = SkMovie::DecodeStream(strm);
97 strm->unref();
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 55 FileOutputStream strm = new FileOutputStream(filePath); local
56 strm.write("Oops!".getBytes());
57 strm.flush();
58 strm.close();
  /external/kernel-headers/original/linux/
zlib.h 190 extern int deflateInit (z_streamp strm, int level);
212 extern int zlib_deflate (z_streamp strm, int flush);
273 deflate() sets strm->adler to the adler32 checksum of all input read
290 extern int zlib_deflateEnd (z_streamp strm);
312 extern int zlib_inflateInit (z_streamp strm);
332 extern int zlib_inflate (z_streamp strm, int flush);
371 Also to assist in this, on return inflate() will set strm->data_type to the
372 number of unused bits in the last byte taken from strm->next_in, plus 64
377 uncompressed data from that block has been written to strm->next_out. The
400 below), inflate sets strm->adler to the adler32 checksum of the dictionar
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
strmdefs.h 21 * Global STRM constants and types.
53 UINT uSegment; /* Segment strm allocs from. 0 is local mem */
memdefs.h 47 * MEM_VIRTUALSEGID is used by Node & Strm to access virtual address space in
  /hardware/ti/omap3/dspbridge/libbridge/inc/
strmdefs.h 22 * Global STRM constants and types.
54 UINT uSegment; /* Segment strm allocs from. 0 is local mem */
memdefs.h 47 * MEM_VIRTUALSEGID is used by Node & Strm to access virtual address space in
  /external/bzip2/
bzlib.h 101 bz_stream* strm,
108 bz_stream* strm,
113 bz_stream* strm
117 bz_stream *strm,
123 bz_stream* strm
127 bz_stream *strm
  /external/qemu/block/
qcow.c 401 z_stream strm1, *strm = &strm1; local
404 memset(strm, 0, sizeof(*strm));
406 strm->next_in = (uint8_t *)buf;
407 strm->avail_in = buf_size;
408 strm->next_out = out_buf;
409 strm->avail_out = out_buf_size;
411 ret = inflateInit2(strm, -12);
414 ret = inflate(strm, Z_FINISH);
415 out_len = strm->next_out - out_buf
843 z_stream strm; local
    [all...]
  /external/zlib/contrib/ada/
zlib.adb 37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int;
145 Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm));
148 Free (Filter.Strm);
152 := Last_Error_Message (Filter.Strm.all);
154 Free (Filter.Strm);
223 Filter.Strm := new Z_Stream;
229 (To_Thin_Access (Filter.Strm),
236 Raise_Error (Filter.Strm.all);
357 Filter.Strm := new Z_Stream;
363 (To_Thin_Access (Filter.Strm), Win_Bits) /= Thin.Z_O
    [all...]
  /external/zlib/contrib/inflate86/
inffast.S 142 #define next_in_strm 0 /* strm->next_in */
143 #define avail_in_strm 4 /* strm->avail_in */
144 #define next_out_strm 12 /* strm->next_out */
145 #define avail_out_strm 16 /* strm->avail_out */
146 #define msg_strm 24 /* strm->msg */
147 #define state_strm 28 /* strm->state */
242 /* in = strm->next_in;
243 * out = strm->next_out;
244 * last = in + strm->avail_in - 11;
245 * beg = out - (start - strm->avail_out)
    [all...]
  /external/zlib/old/
zlib.html 351 <li> int <a href="#deflateInit">deflateInit</a> (<a href="#z_streamp">z_streamp</a> strm, int level);
352 <li> int <a href="#deflate">deflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);
353 <li> int <a href="#deflateEnd">deflateEnd</a> (<a href="#z_streamp">z_streamp</a> strm);
354 <li> int <a href="#inflateInit">inflateInit</a> (<a href="#z_streamp">z_streamp</a> strm);
355 <li> int <a href="#inflate">inflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);
356 <li> int <a href="#inflateEnd">inflateEnd</a> (<a href="#z_streamp">z_streamp</a> strm);
368 <font color="Blue"><dt> int <a name="deflateInit">deflateInit</a> (<a href="#z_streamp">z_streamp</a> strm, int level);</font>
393 <font color="Blue"><dt> int <a name="deflate">deflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);</font>
463 <a href="#deflate">deflate</a>() sets strm-&gt <a href="#adler">adler</a> to the <a href="#adler32">adler32</a> checksum of all input read
481 <font color="Blue"><dt> int <a name="deflateEnd">deflateEnd</a> (<a href="#z_streamp">z_streamp</a> strm);</font
    [all...]
  /external/libxml2/
nanohttp.c 156 z_stream *strm; /* Zlib stream object */ member in struct:xmlNanoHTTPCtxt
421 if (ctxt->strm != NULL) {
422 inflateEnd(ctxt->strm);
423 xmlFree(ctxt->strm);
773 ctxt->strm = xmlMalloc(sizeof(z_stream));
775 if (ctxt->strm != NULL) {
776 ctxt->strm->zalloc = Z_NULL;
777 ctxt->strm->zfree = Z_NULL;
778 ctxt->strm->opaque = Z_NULL;
779 ctxt->strm->avail_in = 0
    [all...]

Completed in 344 milliseconds

1 23 4 5