Searched refs:bytes_in (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.bin/gzip/
H A Dunbzip2.c39 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) argument
66 if (bytes_in)
67 *bytes_in = prelen;
82 if (bytes_in)
83 *bytes_in += n;
H A Dunpack.c139 accepted_bytes(off_t *bytes_in, off_t newbytes) argument
142 if (bytes_in != NULL)
143 (*bytes_in) += newbytes;
153 unpack_parse_header(int in, int out, char *pre, size_t prelen, off_t *bytes_in, argument
173 accepted_bytes(bytes_in, PACK_HEADER_LENGTH);
215 accepted_bytes(bytes_in, unpackd->treelevels);
243 accepted_bytes(bytes_in, unpackd->symbolsin[i]);
260 unpack_decode(const unpack_descriptor_t *unpackd, off_t *bytes_in) argument
279 accepted_bytes(bytes_in, 1);
324 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) argument
[all...]
H A Dunxz.c43 unxz(int i, int o, char *pre, size_t prelen, off_t *bytes_in) argument
53 if (bytes_in == NULL)
54 bytes_in = &bp;
63 *bytes_in = strm.avail_in;
91 *bytes_in += strm.avail_in;
H A Dunlz.c614 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) argument
645 return lz_decode(fin, fout, dict_size, bytes_in);
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c226 dwarf_loclist_from_expr(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, argument
231 return (dwarf_loclist_from_expr_a(dbg, bytes_in, bytes_len,
236 dwarf_loclist_from_expr_a(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, argument
264 return (dwarf_loclist_from_expr_b(dbg, bytes_in, bytes_len, addr_size,
269 dwarf_loclist_from_expr_b(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, argument
277 if (dbg == NULL || bytes_in == NULL || bytes_len == 0 ||
293 ret = _dwarf_loc_fill_locexpr(dbg, &ld, bytes_in, bytes_len, addr_size,
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.h95 u_long bytes_in, bytes_out; member in struct:digi_p
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c207 u_long bytes_in; /* statistics */ member in struct:com_s
744 ++com->bytes_in;
775 com->bytes_in += count;
2228 printf("received chars:\t\t\t%d\n", com->bytes_in);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3107 size_t bytes_in, bytes_out; local
3130 bytes_in = bytes_avail;
3131 if (bytes_in > zip->pack_stream_inbytes_remaining)
3132 bytes_in = (size_t)zip->pack_stream_inbytes_remaining;
3135 buff_in, &bytes_in);
3146 zip->pack_stream_inbytes_remaining -= bytes_in;
3151 zip->pack_stream_bytes_unconsumed = bytes_in;
3166 if (end_of_data || (bytes_in == 0 && bytes_out == 0)) {
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c234 u_long bytes_in; /* statistics */ member in struct:com_s
1559 ++com->bytes_in;
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c316 u_long bytes_in; /* statistics */ member in struct:com_s
2409 ++com->bytes_in;

Completed in 108 milliseconds