| /netbsd-src/usr.bin/gzip/ |
| H A D | unpack.c | 135 accepted_bytes(off_t *bytes_in, off_t newbytes) in accepted_bytes() argument 138 if (bytes_in != NULL) in accepted_bytes() 139 (*bytes_in) += newbytes; in accepted_bytes() 149 unpack_parse_header(int in, int out, char *pre, size_t prelen, off_t *bytes_in, in unpack_parse_header() argument 166 accepted_bytes(bytes_in, PACK_HEADER_LENGTH); in unpack_parse_header() 208 accepted_bytes(bytes_in, unpackd->treelevels); in unpack_parse_header() 236 accepted_bytes(bytes_in, unpackd->symbolsin[i]); in unpack_parse_header() 253 unpack_decode(const unpack_descriptor_t *unpackd, off_t *bytes_in) in unpack_decode() argument 272 accepted_bytes(bytes_in, 1); in unpack_decode() 317 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) in unpack() argument [all …]
|
| H A D | unbzip2.c | 35 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) in unbzip2() argument 62 if (bytes_in) in unbzip2() 63 *bytes_in = prelen; in unbzip2() 78 if (bytes_in) in unbzip2() 79 *bytes_in += n; in unbzip2()
|
| H A D | unxz.c | 41 unxz(int i, int o, char *pre, size_t prelen, off_t *bytes_in) in unxz() argument 51 if (bytes_in == NULL) in unxz() 52 bytes_in = &bp; in unxz() 61 *bytes_in = strm.avail_in; in unxz() 89 *bytes_in += strm.avail_in; in unxz()
|
| H A D | unlz.c | 612 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) in unlz() argument 641 return lz_decode(fin, fout, dict_size, bytes_in); in unlz()
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_loclist.c | 229 dwarf_loclist_from_expr(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, in dwarf_loclist_from_expr() argument 234 return (dwarf_loclist_from_expr_a(dbg, bytes_in, bytes_len, in dwarf_loclist_from_expr() 239 dwarf_loclist_from_expr_a(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, in dwarf_loclist_from_expr_a() argument 267 return (dwarf_loclist_from_expr_b(dbg, bytes_in, bytes_len, addr_size, in dwarf_loclist_from_expr_a() 272 dwarf_loclist_from_expr_b(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, in dwarf_loclist_from_expr_b() argument 280 if (dbg == NULL || bytes_in == NULL || bytes_len == 0 || in dwarf_loclist_from_expr_b() 296 ret = _dwarf_loc_fill_locexpr(dbg, &ld, bytes_in, bytes_len, addr_size, in dwarf_loclist_from_expr_b()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | bio_prefix_text.c | 77 size_t bytes_in; in run_pipe() local 80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) in run_pipe() 83 while (bytes_out < bytes_in) { in run_pipe() 86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) in run_pipe()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | module.cc | 496 class bytes_in : public bytes { class 503 bytes_in () in bytes_in() function in bytes_in 507 ~bytes_in () in ~bytes_in() 595 bytes_in::check_crc () const in check_crc() 739 bytes_in::bflush () in bflush() 751 bytes_in::bfill () in bfill() 781 bytes_in::b () in b() 809 bytes_in::u32 () in u32() 833 bytes_in::c () in c() 870 bytes_in::i () in i() [all …]
|
| H A D | ChangeLog-2021 | 5260 * module.cc (bytes_in::i, bytes_in::wi): Avoid left shift of
|
| /netbsd-src/external/bsd/libbind/dist/tests/ |
| H A D | dig8.c | 310 int bytes_out, bytes_in; in main() local 954 if ((bytes_in = n) < 0) { in main() 987 bytes_out, bytes_in); in main()
|