| /src/usr.bin/gzip/ |
| unzstd.c | 31 unzstd(int in, int out, char *pre, size_t prelen, off_t *bytes_in) 55 if (bytes_in != NULL) 56 *bytes_in = prelen; 72 if (bytes_in != NULL) 73 *bytes_in += res;
|
| unbzip2.c | 35 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) 62 if (bytes_in) 63 *bytes_in = prelen; 78 if (bytes_in) 79 *bytes_in += n;
|
| 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...] |
| unxz.c | 41 unxz(int i, int o, char *pre, size_t prelen, off_t *bytes_in) 51 if (bytes_in == NULL) 52 bytes_in = &bp; 56 *bytes_in = strm.avail_in; 82 *bytes_in += strm.avail_in;
|
| unlz.c | 665 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) 704 return lz_decode(fin, fout, dict_size, bytes_in, pre, prelen);
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_loclist.c | 229 dwarf_loclist_from_expr(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, 234 return (dwarf_loclist_from_expr_a(dbg, bytes_in, bytes_len, 239 dwarf_loclist_from_expr_a(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, 267 return (dwarf_loclist_from_expr_b(dbg, bytes_in, bytes_len, addr_size, 272 dwarf_loclist_from_expr_b(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, 280 if (dbg == NULL || bytes_in == NULL || bytes_len == 0 || 296 ret = _dwarf_loc_fill_locexpr(dbg, &ld, bytes_in, bytes_len, addr_size,
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_prefix_text.c | 77 size_t bytes_in; local 80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) 83 while (bytes_out < bytes_in) { 86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| bio_prefix_text.c | 77 size_t bytes_in; local 80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) 83 while (bytes_out < bytes_in) { 86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes))
|
| /src/external/bsd/ppp/dist/pppd/ |
| pppd.h | 154 uint64_t bytes_in; member in struct:pppd_stats
|
| auth.c | 1269 used = stats.bytes_in; 1276 used = (stats.bytes_in > stats.bytes_out) 1277 ? stats.bytes_in 1281 used = stats.bytes_in+stats.bytes_out;
|
| main.c | 1343 link_stats.bytes_out, link_stats.bytes_in); 1374 link_stats.bytes_in -= old_link_stats.bytes_in; 1383 snprintf(numbuf, sizeof(numbuf), "%" PRIu64, link_stats.bytes_in);
|
| /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:__anon13559 478 bytes_in () function in class:__anon13559::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/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...] |
| /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);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_7zip.c | 3533 size_t bytes_in, bytes_out; local 3556 bytes_in = bytes_avail; 3557 if (bytes_in > zip->pack_stream_inbytes_remaining) 3558 bytes_in = (size_t)zip->pack_stream_inbytes_remaining; 3561 buff_in, &bytes_in); 3572 zip->pack_stream_inbytes_remaining -= bytes_in; 3577 zip->pack_stream_bytes_unconsumed = bytes_in; 3592 if (end_of_data || (bytes_in == 0 && bytes_out == 0)) {
|
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| sys-bsd.c | 1341 stats->bytes_in = req.stats.p.ppp_ibytes;
|