HomeSort by: relevance | last modified time | path
    Searched defs:avail_out (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
netpgpv-bzlib.h 58 unsigned int avail_out; member in struct:__anon1082
zlib.h 433 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
475 dropped to zero. It must update next_out and avail_out when avail_out
602 - Provide more output starting at next_out and update next_out and avail_out
610 more output, and updating avail_in or avail_out accordingly; avail_out
613 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
614 and with zero avail_out, it must be called again after making room in the
634 If deflate returns with avail_out == 0, this function must be called again
636 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/external/bsd/bzip2/dist/
bzlib.h 58 unsigned int avail_out; member in struct:__anon6528
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h 227 * strm->avail_out > 0 when calling lzma_code().
491 size_t avail_out; /**< Amount of free space in next_out. */ member in struct:__anon24561
557 * strm->avail_in, strm->next_out, and strm->avail_out to pass input
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 90 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
132 dropped to zero. It must update next_out and avail_out when avail_out
259 - Provide more output starting at next_out and update next_out and avail_out
267 more output, and updating avail_in or avail_out accordingly; avail_out
270 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
271 and with zero avail_out, it must be called again after making room in the
291 If deflate returns with avail_out == 0, this function must be called again
293 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/common/dist/zlib/
zlib.h 94 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
137 to zero. It must update next_out and avail_out when avail_out has dropped
267 - Generate more output starting at next_out and update next_out and avail_out
275 output, and updating avail_in or avail_out accordingly; avail_out should
277 output when it wants, for example when the output buffer is full (avail_out
279 zero avail_out, it must be called again after making room in the output
321 If deflate returns with avail_out == 0, this function must be called again
323 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/sys/net/
zlib.h 368 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
387 dropped to zero. It must update next_out and avail_out when avail_out
511 - Provide more output starting at next_out and update next_out and avail_out
519 more output, and updating avail_in or avail_out accordingly; avail_out
522 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
523 and with zero avail_out, it must be called again after making room in the
539 If deflate returns with avail_out == 0, this function must be called again
541 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_brotli.c 383 size_t avail_out; member in struct:__anon74::__anon75
392 size_t avail_out; member in struct:__anon74::__anon76
532 ctx->decode.avail_out = (size_t)outl;
537 &ctx->decode.avail_out, &ctx->decode.next_out, NULL);
544 if (BrotliDecoderIsFinished(ctx->decode.state) || ctx->decode.avail_out == 0)
545 return (int)(outl - ctx->decode.avail_out);
559 int tot = outl - ctx->decode.avail_out;
603 ctx->encode.avail_out = ctx->encode.bufsize;
634 ctx->encode.avail_out = ctx->encode.bufsize;
637 &ctx->encode.avail_out, &ctx->encode.next_out, NULL)
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
135 to zero. It must update next_out and avail_out when avail_out has dropped
265 - Generate more output starting at next_out and update next_out and avail_out
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
135 to zero. It must update next_out and avail_out when avail_out has dropped
265 - Generate more output starting at next_out and update next_out and avail_out
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
135 to zero. It must update next_out and avail_out when avail_out has dropped
265 - Generate more output starting at next_out and update next_out and avail_out
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
135 to zero. It must update next_out and avail_out when avail_out has dropped
265 - Generate more output starting at next_out and update next_out and avail_out
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_7zip.c 141 size_t avail_out; member in struct:la_zstream
719 if (zip->stream.avail_out == 0) {
724 zip->stream.avail_out = sizeof(zip->wbuff);
735 uint64_t bytes = sizeof(zip->wbuff) - zip->stream.avail_out;
1799 if (lastrm->avail_out > lastrm->avail_in)
1802 bytes = lastrm->avail_out;
1809 lastrm->avail_out -= bytes;
1850 strm->avail_out = (uInt)lastrm->avail_out;
1883 strm->avail_out = (uInt)lastrm->avail_out
    [all...]
archive_read_support_format_cab.c 141 int64_t avail_out; member in struct:lzx_stream
1441 cab->stream.avail_out = 0;
1474 cab->stream.avail_out =
1686 cab->xstrm.avail_out =
2411 int64_t bytes_written = strm->avail_out;
2413 bytes_written -= strm->avail_out;
2583 if (strm->avail_out <= 0)
2595 if (l > strm->avail_out)
2596 l = (int)strm->avail_out;
2605 strm->avail_out -= l
    [all...]
archive_read_support_format_lha.c 144 int avail_out; member in struct:lzh_stream
1583 lha->strm.avail_out = 0;
1604 lha->strm.avail_out = 0;
1621 if (lha->strm.avail_out) {
1623 *size = lha->strm.avail_out;
2079 strm->avail_out = (int)s;
archive_write_set_format_xar.c 173 size_t avail_out; member in struct:la_zstream
734 if (xar->stream.avail_out == 0 ||
737 xar->stream.avail_out;
747 xar->stream.avail_out =
1789 xar->stream.avail_out = sizeof(xar->wbuff);
1798 size = sizeof(xar->wbuff) - xar->stream.avail_out;
1805 xar->stream.avail_out = sizeof(xar->wbuff);
2701 strm->avail_out = (uInt)lastrm->avail_out;
2734 strm->avail_out = (uInt)lastrm->avail_out
    [all...]
  /src/external/gpl3/binutils/dist/gas/
write.c 1450 int avail_out; local
1458 avail_out = obstack_room (ob);
1459 if (avail_out <= 0)
1465 avail_out = obstack_room (ob);
1467 if (avail_out <= 0)
1470 obstack_blank_fast (ob, avail_out);
1472 &avail_out);
1480 if (avail_out > 0)
1481 obstack_blank_fast (ob, -avail_out);
1565 int avail_out; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
write.c 1444 int avail_out; local
1452 avail_out = obstack_room (ob);
1453 if (avail_out <= 0)
1460 avail_out = obstack_room (ob);
1462 if (avail_out <= 0)
1465 obstack_blank_fast (ob, avail_out);
1467 &avail_out);
1475 if (avail_out > 0)
1476 obstack_blank_fast (ob, -avail_out);
1560 int avail_out; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-pre.cc 64 This is adds computation of AVAIL_OUT and ANTIC_IN and
80 Currently the AVAIL_OUT sets are the remaining quadraticness in
156 which is effectively ANTIC_IN - AVAIL_OUT. The latter two have to be
166 2. The value is not in AVAIL_OUT(B) -- there would be no need to
173 4. At least one successor has the value in AVAIL_OUT -- to avoid
617 /* The AVAIL_OUT set, which represents which values are available in
619 bitmap_set_t avail_out; member in struct:bb_bitmap_sets
630 AVAIL_OUT set of blocks with the new insertions performed during
653 #define AVAIL_OUT(BB) ((bb_value_sets_t) ((BB)->aux))->avail_out
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 64 This is adds computation of AVAIL_OUT and ANTIC_IN and
80 Currently the AVAIL_OUT sets are the remaining quadraticness in
156 which is effectively ANTIC_IN - AVAIL_OUT. The latter two have to be
166 2. The value is not in AVAIL_OUT(B) -- there would be no need to
173 4. At least one successor has the value in AVAIL_OUT -- to avoid
629 /* The AVAIL_OUT set, which represents which values are available in
631 bitmap_set_t avail_out; member in struct:bb_bitmap_sets
642 AVAIL_OUT set of blocks with the new insertions performed during
665 #define AVAIL_OUT(BB) ((bb_value_sets_t) ((BB)->aux))->avail_out
    [all...]

Completed in 63 milliseconds

1 2