HomeSort by relevance Sort by last modified time
    Searched full:avail_out (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/skia/src/core/
SkFlate.cpp 47 flateData.avail_out = kBufferSize;
69 if (flateData.avail_out < kBufferSize) {
70 if (!dst->write(outputBuffer, kBufferSize - flateData.avail_out)) {
75 flateData.avail_out = kBufferSize;
98 if (flateData.avail_out < kBufferSize) {
99 if (!dst->write(outputBuffer, kBufferSize - flateData.avail_out))
102 flateData.avail_out = kBufferSize;
  /external/skia/src/core/
SkFlate.cpp 47 flateData.avail_out = kBufferSize;
69 if (flateData.avail_out < kBufferSize) {
70 if (!dst->write(outputBuffer, kBufferSize - flateData.avail_out)) {
75 flateData.avail_out = kBufferSize;
98 if (flateData.avail_out < kBufferSize) {
99 if (!dst->write(outputBuffer, kBufferSize - flateData.avail_out))
102 flateData.avail_out = kBufferSize;
  /external/zlib/src/contrib/delphi/
ZLib.pas 29 avail_out: Integer; // remaining free space at next_out
301 strm.avail_out := OutBytes;
310 strm.avail_out := 256;
344 strm.avail_out := OutBytes;
353 strm.avail_out := BufInc;
377 strm.avail_out := BufSize;
414 FZRec.avail_out := sizeof(FBuffer);
425 and (FZRec.avail_out = 0) do
429 FZRec.avail_out := sizeof(FBuffer);
431 if FZRec.avail_out < sizeof(FBuffer) the
    [all...]
  /external/zlib/src/examples/
fitblk.c 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
104 inf->avail_out = RAWLEN;
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
119 } while (ret != Z_STREAM_END && def->avail_out != 0);
156 def.avail_out = size + EXCESS;
163 if (ret == Z_STREAM_END && def.avail_out >= EXCESS) {
165 have = size + EXCESS - def.avail_out;
195 def.avail_out = size + EXCESS;
210 def.avail_out = size
    [all...]
zpipe.c 65 strm.avail_out = CHUNK;
69 have = CHUNK - strm.avail_out;
74 } while (strm.avail_out == 0);
123 strm.avail_out = CHUNK;
135 have = CHUNK - strm.avail_out;
140 } while (strm.avail_out == 0);
zran.c 169 strm.avail_out = 0;
186 if (strm.avail_out == 0) {
187 strm.avail_out = WINSIZE;
194 totout += strm.avail_out;
197 totout -= strm.avail_out;
217 totout, strm.avail_out, window);
297 strm.avail_out = len;
302 strm.avail_out = WINSIZE;
307 strm.avail_out = (unsigned)offset;
312 /* uncompress until avail_out filled, or end of stream *
    [all...]
  /external/chromium/chrome/common/
bzip2_unittest.cc 40 stream.avail_out = arraysize(output);
61 stream.avail_out = arraysize(output2);
  /external/openssh/
compress.c 103 /* Loop compressing until deflate() returns with avail_out != 0. */
107 outgoing_stream.avail_out = sizeof(buf);
115 sizeof(buf) - outgoing_stream.avail_out);
122 } while (outgoing_stream.avail_out == 0);
146 incoming_stream.avail_out = sizeof(buf);
152 sizeof(buf) - incoming_stream.avail_out);
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
c_zlib.c 154 state->istream.avail_out = 0;
166 state->ostream.avail_out = 0;
205 state->ostream.avail_out = olen;
212 ilen,olen - state->ostream.avail_out,
213 (ilen != olen - state->ostream.avail_out)?"zlib":"clear");
215 return olen - state->ostream.avail_out;
233 state->istream.avail_out = olen;
240 ilen,olen - state->istream.avail_out,
241 (ilen != olen - state->istream.avail_out)?"zlib":"clear");
243 return olen - state->istream.avail_out;
    [all...]
  /external/openssl/crypto/comp/
c_zlib.c 154 state->istream.avail_out = 0;
166 state->ostream.avail_out = 0;
205 state->ostream.avail_out = olen;
212 ilen,olen - state->ostream.avail_out,
213 (ilen != olen - state->ostream.avail_out)?"zlib":"clear");
215 return olen - state->ostream.avail_out;
233 state->istream.avail_out = olen;
240 ilen,olen - state->istream.avail_out,
241 (ilen != olen - state->istream.avail_out)?"zlib":"clear");
243 return olen - state->istream.avail_out;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 68 zcontext_.avail_out = output_buffer_length_;
88 if ((zerror_ == Z_OK) && (zcontext_.avail_out == 0)) {
97 zcontext_.avail_out = 0;
110 zcontext_.avail_out = output_buffer_length_;
216 zcontext_.avail_out = 0;
247 if ((sub_data_ == NULL) || (zcontext_.avail_out == 0)) {
256 zcontext_.avail_out = sub_data_size_;
259 } while (error == Z_OK && zcontext_.avail_out == 0);
262 sub_stream_->BackUp(zcontext_.avail_out);
306 zcontext_.avail_out != 0)
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 68 zcontext_.avail_out = output_buffer_length_;
77 if ((zerror_ == Z_OK) && (zcontext_.avail_out == 0)) {
86 zcontext_.avail_out = 0;
106 zcontext_.avail_out = output_buffer_length_;
210 zcontext_.avail_out = 0;
241 if ((sub_data_ == NULL) || (zcontext_.avail_out == 0)) {
250 zcontext_.avail_out = sub_data_size_;
253 } while (error == Z_OK && zcontext_.avail_out == 0);
255 && (zcontext_.avail_out != sub_data_size_)) {
257 sub_stream_->BackUp(zcontext_.avail_out);
    [all...]
  /external/zlib/src/contrib/masmx64/
inffas8664.c 55 strm->avail_out >= 258
56 start >= strm->avail_out
75 requires strm->avail_out >= 258 for each loop to avoid checking for
108 unsigned start; /* inflate()'s starting value for strm->avail_out */
130 ar.beg = ar.out - (start - strm->avail_out);
131 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
178 strm->avail_out = (unsigned)(ar.out < ar.end ?
  /external/libppp/src/
deflate.c 105 state->cx.avail_out = DEFLATE_CHUNK_LEN - 2;
123 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0)
134 if (state->cx.avail_out == 0) {
140 state->cx.avail_out = DEFLATE_CHUNK_LEN;
144 olen += (mo->m_len = DEFLATE_CHUNK_LEN - state->cx.avail_out);
242 * We set avail_out to 1 initially so we can look at the first
249 state->cx.avail_out = 1;
268 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0)
279 if (state->cx.avail_out == 0) {
286 state->cx.avail_out = DEFLATE_CHUNK_LEN-1
    [all...]
  /external/zlib/src/contrib/ada/
zlib-thin.adb 27 -- Avail_Out --
30 function Avail_Out (Strm : in Z_Stream) return UInt is
32 return Strm.Avail_Out;
33 end Avail_Out;
120 Strm.Avail_Out := Size;
  /external/chromium_org/chrome/browser/metrics/
compression_utils.cc 38 stream.avail_out = static_cast<uInt>(*dest_length);
39 if (static_cast<uLong>(stream.avail_out) != *dest_length)
  /external/chromium_org/third_party/zlib/
uncompr.c 39 stream.avail_out = (uInt)*destLen;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
  /external/qemu/distrib/zlib-1.2.3/
uncompr.c 41 stream.avail_out = (uInt)*destLen;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
  /external/zlib/src/
uncompr.c 39 stream.avail_out = (uInt)*destLen;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
  /external/kernel-headers/original/linux/
zlib.h 90 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
107 dropped to zero. It must update next_out and avail_out when avail_out
227 - Provide more output starting at next_out and update next_out and avail_out
235 more output, and updating avail_in or avail_out accordingly; avail_out
238 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
239 and with zero avail_out, it must be called again after making room in the
255 If deflate returns with avail_out == 0, this function must be called again
257 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /development/ndk/platforms/android-3/include/linux/
zlib.h 25 uInt avail_out; member in struct:z_stream_s
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 78 stream->stream.avail_out = len;
92 // zlib reports this "if no progress is possible (for example avail_in or avail_out was
127 // The deflateParams documentation says that avail_out must never be 0 because it may be
132 stream->stream.avail_out = 0;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 25 uInt avail_out; member in struct:z_stream_s
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
zlib.h 25 uInt avail_out; member in struct:z_stream_s
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
zlib.h 25 uInt avail_out; member in struct:z_stream_s

Completed in 1723 milliseconds

1 2 3 4 5 6 7 8 91011