HomeSort by: relevance | last modified time | path
    Searched defs:bytes_in (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/gzip/
unpack.c 155 accepted_bytes(off_t *bytes_in, off_t newbytes)
158 if (bytes_in != NULL)
159 (*bytes_in) += newbytes;
169 unpack_parse_header(int in, int out, char **pre, size_t *prelen, off_t *bytes_in,
195 accepted_bytes(bytes_in, PACK_HEADER_LENGTH);
237 accepted_bytes(bytes_in, unpackd->treelevels);
266 accepted_bytes(bytes_in, unpackd->symbolsin[i]);
284 off_t *bytes_in)
303 accepted_bytes(bytes_in, 1);
349 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in)
353 unpack_parse_header(dup(in), dup(out), &pre, &prelen, bytes_in, &unpackd); local
    [all...]
unpack.c 155 accepted_bytes(off_t *bytes_in, off_t newbytes)
158 if (bytes_in != NULL)
159 (*bytes_in) += newbytes;
169 unpack_parse_header(int in, int out, char **pre, size_t *prelen, off_t *bytes_in,
195 accepted_bytes(bytes_in, PACK_HEADER_LENGTH);
237 accepted_bytes(bytes_in, unpackd->treelevels);
266 accepted_bytes(bytes_in, unpackd->symbolsin[i]);
284 off_t *bytes_in)
303 accepted_bytes(bytes_in, 1);
349 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in)
353 unpack_parse_header(dup(in), dup(out), &pre, &prelen, bytes_in, &unpackd); local
    [all...]
  /src/external/bsd/ppp/dist/pppd/
pppd.h 154 uint64_t bytes_in; member in struct:pppd_stats
pppd.h 154 uint64_t bytes_in; member in struct:pppd_stats
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 153 bytes_in : bytes - scalar reader
160 trees_in : bytes_in - tree reader
496 class bytes_in : public bytes { class in inherits:bytes
503 bytes_in () function in class:bytes_in
507 ~bytes_in ()
595 bytes_in::check_crc () const
739 bytes_in::bflush ()
751 bytes_in::bfill ()
781 bytes_in::b ()
809 bytes_in::u32 (
    [all...]
module.cc 153 bytes_in : bytes - scalar reader
160 trees_in : bytes_in - tree reader
496 class bytes_in : public bytes { class in inherits:bytes
503 bytes_in () function in class:bytes_in
507 ~bytes_in ()
595 bytes_in::check_crc () const
739 bytes_in::bflush ()
751 bytes_in::bfill ()
781 bytes_in::b ()
809 bytes_in::u32 (
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 156 bytes_in : data - scalar reader
159 bytes_in::bits_in - bit stream reader
166 trees_in : bytes_in - tree reader
471 class bytes_in : public data { class in namespace:__anon984
478 bytes_in () function in class:__anon984::bytes_in
482 ~bytes_in ()
566 bytes_in::check_crc () const
696 struct bytes_in::bits_in {
697 bytes_in& in;
701 bits_in (bytes_in& in
    [all...]
module.cc 156 bytes_in : data - scalar reader
159 bytes_in::bits_in - bit stream reader
166 trees_in : bytes_in - tree reader
471 class bytes_in : public data { class in namespace:__anon984
478 bytes_in () function in class:__anon984::bytes_in
482 ~bytes_in ()
566 bytes_in::check_crc () const
696 struct bytes_in::bits_in {
697 bytes_in& in;
701 bits_in (bytes_in& in
    [all...]
  /src/external/bsd/libbind/dist/tests/
dig8.c 310 int bytes_out, bytes_in; local
954 if ((bytes_in = n) < 0) {
987 bytes_out, bytes_in);
dig8.c 310 int bytes_out, bytes_in; local
954 if ((bytes_in = n) < 0) {
987 bytes_out, bytes_in);
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_7zip.c 3525 size_t bytes_in, bytes_out; local
3548 bytes_in = bytes_avail;
3549 if (bytes_in > zip->pack_stream_inbytes_remaining)
3550 bytes_in = (size_t)zip->pack_stream_inbytes_remaining;
3553 buff_in, &bytes_in);
3564 zip->pack_stream_inbytes_remaining -= bytes_in;
3569 zip->pack_stream_bytes_unconsumed = bytes_in;
3584 if (end_of_data || (bytes_in == 0 && bytes_out == 0)) {
archive_read_support_format_7zip.c 3525 size_t bytes_in, bytes_out; local
3548 bytes_in = bytes_avail;
3549 if (bytes_in > zip->pack_stream_inbytes_remaining)
3550 bytes_in = (size_t)zip->pack_stream_inbytes_remaining;
3553 buff_in, &bytes_in);
3564 zip->pack_stream_inbytes_remaining -= bytes_in;
3569 zip->pack_stream_bytes_unconsumed = bytes_in;
3584 if (end_of_data || (bytes_in == 0 && bytes_out == 0)) {

Completed in 95 milliseconds