Searched refs:bytes (Results 251 - 275 of 930) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/usr.sbin/altq/tbrconfig/
H A Dtbrconfig.c151 printf("%s: tokenrate %s(bps) bucketsize %s(bytes)\n",
192 printf("%s: tokenrate %s(bps) bucketsize %s(bytes)\n",
224 u_long bytes; local
227 bytes = strtoul(s, &cp, 0);
230 bytes *= 1024;
232 bytes *= 1024 * 1024;
234 bytes *= 1024 * 1024 * 1024;
236 return (bytes);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dbout.c81 struct external_exec *bytes,
84 /* Now fill in fields in the execp, from the bytes in the raw data. */
85 execp->a_info = H_GET_32 (abfd, bytes->e_info);
86 execp->a_text = GET_WORD (abfd, bytes->e_text);
87 execp->a_data = GET_WORD (abfd, bytes->e_data);
88 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
89 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
90 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
91 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
92 execp->a_drsize = GET_WORD (abfd, bytes
80 bout_swap_exec_header_in(bfd *abfd, struct external_exec *bytes, struct internal_exec *execp) argument
105 bout_swap_exec_header_out(bfd *abfd, struct internal_exec *execp, struct external_exec *bytes) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dbout.c81 struct external_exec *bytes,
84 /* Now fill in fields in the execp, from the bytes in the raw data. */
85 execp->a_info = H_GET_32 (abfd, bytes->e_info);
86 execp->a_text = GET_WORD (abfd, bytes->e_text);
87 execp->a_data = GET_WORD (abfd, bytes->e_data);
88 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
89 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
90 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
91 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
92 execp->a_drsize = GET_WORD (abfd, bytes
80 bout_swap_exec_header_in(bfd *abfd, struct external_exec *bytes, struct internal_exec *execp) argument
105 bout_swap_exec_header_out(bfd *abfd, struct internal_exec *execp, struct external_exec *bytes) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dtsget19 if ($state->{bytes} < $data_len) {
20 $data_len = $data_len - $state->{bytes};
22 $return_data = substr ${$state->{data}}, $state->{bytes}, $data_len;
23 $state->{bytes} += $data_len;
88 $curl->setopt(CURLOPT_INFILE, {data => $body, bytes => 0});
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Dlibdevmapper-event.c216 unsigned bytes = 0; local
224 while (bytes < size) {
242 ret = read(fifos->server, buf + bytes, size);
252 bytes += ret;
253 if (bytes == 2 * sizeof(uint32_t) && header) {
258 bytes = 0;
263 if (bytes != size) {
269 return bytes == size;
276 unsigned bytes = 0; local
304 while (bytes < siz
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dcgen-ibld.in237 recorded in host byte order, otherwise BUFFER is an array of bytes
255 /* If we're recording insns as numbers (rather than a string of bytes),
324 Ensure sufficient bytes are cached in EX_INFO.
325 OFFSET is the offset in bytes from the start of the insn of the value.
333 int bytes,
342 mask = (1 << bytes) - 1;
347 for (mask = 1 << offset; bytes > 0; --bytes, ++offset, mask <<= 1)
351 if (bytes)
357 (pc, ex_info->insn_bytes + offset, bytes, inf
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcharset.c172 /* In all other cases we simply copy input bytes to the
477 const gdb_byte *bytes, unsigned int num_bytes,
490 obstack_grow (output, bytes, num_bytes);
500 inp = (char *) bytes;
519 bytes we have converted. */
535 /* We emit escape sequence for the bytes, skip them,
583 /* The number of bytes remaining in the input. */
584 size_t bytes;
596 make_wchar_iterator (const gdb_byte *input, size_t bytes,
609 result->bytes
469 convert_between_encodings(const char *from, const char *to, const gdb_byte *bytes, unsigned int num_bytes, int width, struct obstack *output, enum transliterations translit) argument
576 size_t bytes; member in struct:wchar_iterator
588 make_wchar_iterator(const gdb_byte *input, size_t bytes, const char *charset, size_t width) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Ddriver_wext.c126 * @ssid: Buffer for the SSID; must be at least 32 bytes long
250 int bytes; local
255 bytes = strspn(spos, "0123456789abcdefABCDEF");
256 if (!bytes || (bytes & 1))
258 bytes /= 2;
260 req_ies = os_malloc(bytes);
262 hexstr2bin(spos, req_ies, bytes) < 0)
265 data.assoc_info.req_ies_len = bytes;
267 spos += bytes *
1136 int bytes; local
1151 int bytes; local
1166 int bytes; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Daddbytes.c61 addbytes(const char *bytes, int count) argument
63 return __waddbytes(stdscr, bytes, count, 0);
71 waddbytes(WINDOW *win, const char *bytes, int count) argument
73 return __waddbytes(win, bytes, count, 0);
81 mvaddbytes(int y, int x, const char *bytes, int count) argument
83 return mvwaddbytes(stdscr, y, x, bytes, count);
91 mvwaddbytes(WINDOW *win, int y, int x, const char *bytes, int count) argument
96 return __waddbytes(win, bytes, count, 0);
106 __waddbytes(WINDOW *win, const char *bytes, int count, attr_t attr) argument
125 __CTRACE(__CTRACE_INPUT, "ADDBYTES: add %d bytes\
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_qstats.c294 printf(" [ pkts: %10llu bytes: %10llu "
295 "dropped pkts: %6llu bytes: %6llu ]\n",
297 (unsigned long long)cur.data.cbq_stats.xmit_cnt.bytes,
299 (unsigned long long)cur.data.cbq_stats.drop_cnt.bytes);
315 printf(" [ pkts: %10llu bytes: %10llu "
316 "dropped pkts: %6llu bytes: %6llu ]\n",
318 (unsigned long long)cur.data.priq_stats.xmitcnt.bytes,
320 (unsigned long long)cur.data.priq_stats.dropcnt.bytes);
335 printf(" [ pkts: %10llu bytes: %10llu "
336 "dropped pkts: %6llu bytes
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dmd5.c33 * To compute the message digest of a chunk of bytes, declare an
35 * needed on buffers full of bytes, and then call MD5Final, which
95 ctx->bytes[0] = 0;
96 ctx->bytes[1] = 0;
121 * the data and converts bytes into longwords for this routine.
208 * of bytes.
216 t = ctx->bytes[0];
217 if ((ctx->bytes[0] = t + len) < t)
218 ctx->bytes[1]++; /* Carry from low to high */
241 /* Handle any remaining bytes o
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dmd5.c33 * To compute the message digest of a chunk of bytes, declare an
35 * needed on buffers full of bytes, and then call MD5Final, which
70 ctx->bytes[0] = 0;
71 ctx->bytes[1] = 0;
96 * the data and converts bytes into longwords for this routine.
183 * of bytes.
191 t = ctx->bytes[0];
192 if ((ctx->bytes[0] = t + len) < t)
193 ctx->bytes[1]++; /* Carry from low to high */
216 /* Handle any remaining bytes o
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_anonymityrevocation/
H A Dcsencryption_result.c27 LogError("malloc of %d bytes failed", sizeof(CS_ENCRYPTION_RESULT));
46 LogError("malloc of %d bytes failed",
62 BYTE *buffer, *bytes; local
73 LogError("malloc of %d bytes failed", bufferLength);
85 bytes = compute_bytes( bufferLength, buffer, length, digest);
86 if( bytes == NULL) return NULL;
87 value = bi_set_as_nbin( length, bytes);
88 free( bytes);
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dcommon.c88 ssize_t bytes; local
98 bytes = getline(&lbuf, &lbuf_len, fp);
99 if (bytes == -1)
104 if (lbuf[--bytes] == '\n')
105 lbuf[bytes] = '\0';
261 syslog(LOG_ERR, "memory exhausted (xalloc %zu bytes)", s);
282 syslog(LOG_ERR, "memory exhausted (xrealloc %zu bytes)", s);
H A Ddhcp.c494 ssize_t b, bytes = 0, ocets; local
515 bytes += ((4 * 4) * 2) + 4;
547 return bytes;
653 ssize_t b, bytes = 0; local
685 bytes += b;
687 bytes += 16 * 2 + 8 + 2 + 1 + 2;
702 bytes += b;
704 bytes += (4 * 4);
708 return bytes;
1116 ssize_t bytes local
1158 ssize_t bytes; local
1185 ssize_t bytes = 0; local
1255 ssize_t bytes = 0; local
[all...]
H A Darp.c113 ssize_t bytes; local
121 bytes = get_raw_packet(iface, ETHERTYPE_ARP,
123 if (bytes == 0 || bytes == -1)
126 if ((size_t)bytes < sizeof(ar))
143 if ((hw_t + ar.ar_hln + ar.ar_pln) - arp_buffer > bytes)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/mm/
H A Ddbg_malloc.c51 unsigned int bytes, mbytes; member in struct:__anon2790
89 and fill in the boundary bytes */
114 _mem_stats.bytes += s;
115 if (_mem_stats.bytes > _mem_stats.mbytes)
116 _mem_stats.mbytes = _mem_stats.bytes;
119 _mem_stats.bytes); */
166 _mem_stats.bytes -= mb->length;
217 log_very_verbose("%ld bytes leaked in total", tot);
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Denic.c99 static int enic_putpkt(struct _Enic *regs, void *buf, int bytes) argument
103 tpostone(regs,phys,bytes);
106 //printf("\tenic: sent %d at %x\n",bytes,phys);
107 return bytes;
112 int enic_getpkt(struct _Enic *regs, void *buf, int bytes, int timeo) argument
118 rpostone(regs,phys,bytes);
120 //printf("\tenic: recv %d at %x\n",bytes,phys);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dtracepoint.c492 unsigned char *bytes; member in struct:agent_expr
635 /* The number of bytes displaced by fast tracepoints. It may subsume
885 several bytes at and after this pointer, so that traceframe
1253 /* The size in bytes of the buffer used to talk to the IPA helper
1375 trace_debug ("Want to allocate %ld+%ld bytes in trace buffer",
1600 trace_debug ("Allocated %d bytes", (int) amt);
1765 trace_debug ("Want to collect %s bytes at 0x%s (basereg %d)",
2214 /* Restore any bytes overwritten by tracepoints. */
2577 /* Reserve USED bytes from the jump space. */
2582 trace_debug ("claim_jump_space reserves %s bytes a
4243 unsigned char bytes[1]; member in union:__anon436::__anon437
4248 unsigned char bytes[2]; member in union:__anon436::__anon438
4253 unsigned char bytes[4]; member in union:__anon436::__anon439
4258 unsigned char bytes[8]; member in union:__anon436::__anon440
[all...]
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Ddump.c270 double bytes; local
333 bytes = ((double)size) * map->logical_block;
334 adjust_value_and_compute_prefix(&bytes, &j);
336 printf(" (%#5.1f%c)", bytes, j);
516 printf(" #: booter bytes load_address "
624 printf("boot length (in bytes): %10lu\n", p->dpme_boot_bytes);
878 double bytes; local
881 bytes = *value;
882 if (bytes < 1024.0) {
885 bytes
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc64/string/
H A Dstrlen.S47 * 1) Given a word 'x', we can test to see if it contains any 0 bytes
56 * there were no 0x00 bytes in the word.
86 sll %g5, 3, %g5 ! Convert to bytes. hoisted
103 ! sll %g5, 3, %g5 ! Convert to bytes. Also hoisted
112 or %o4, %g1, %g1 ! Make leading bytes != 0
/netbsd-6-1-5-RELEASE/distrib/common/
H A Dbuildfloppies.sh125 bytes=$5
126 blocks=$(roundup ${bytes} 512)
142 # floppysize is in units of 512-byte blocks; free_space is in bytes.
158 "$prog: Image is ${excess} bytes ($(( ${excess} / 1024 )) KB)"\
166 "Writing $(( ${padto} * 512 )) bytes ($(( ${padto} / 2 )) KB)" \
168 "padded by ${free_space} bytes" \
171 echo "Writing ${bytes} bytes ($(( ${blocks} / 2 )) KB)"\
173 "free space ${free_space} bytes" \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dmovsd.s21 # In this test, the transfer will stop after n bytes.
47 # Now make sure exactly 4 bytes were transferred.
84 # Now make sure 5 bytes were transferred, and the 6th is zero.
/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqstat/
H A Dqdisc_cdnr.c135 printf(" %s %10llu pkts %16llu bytes",
138 (ull)sp->tce_cnts[j].bytes);
142 sp->tce_cnts[j].bytes,
143 lp->tce_cnts[j].bytes, sec)));
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_program.c417 ssize_t bytes; local
426 bytes = child_read(self, p, state->out_buf_len - total);
427 if (bytes < 0)
431 if (bytes == 0)
434 total += bytes;
435 p += bytes;

Completed in 395 milliseconds

<<11121314151617181920>>