Searched refs:bytes (Results 226 - 250 of 930) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal128.h61 /* Decimal 128-bit type, accessible by bytes */
63 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/ member in struct:__anon6889
H A Ddecimal32.h61 /* Decimal 32-bit type, accessible by bytes */
63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/ member in struct:__anon6890
H A Ddecimal64.h63 /* Decimal 64-bit type, accessible by bytes */
65 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/ member in struct:__anon6891
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/string/
H A Dbcmp.S55 PTR_SUBU a3, zero, a1 # compute # bytes to word align address
61 move v0, v1 # init v0,v1 so unmodified bytes match
62 LWHI v0, 0(a0) # read 1, 2, or 3 bytes
86 lbu v0, 0(a0) # compare bytes until a1 word aligned
/netbsd-6-1-5-RELEASE/sys/dev/microcode/aic7xxx/
H A Daicasm.c377 cur_instr->format.bytes[0],
378 cur_instr->format.bytes[1],
379 cur_instr->format.bytes[2],
380 cur_instr->format.bytes[3]);
382 cur_instr->format.bytes[3],
383 cur_instr->format.bytes[2],
384 cur_instr->format.bytes[1],
385 cur_instr->format.bytes[0]);
622 cur_instr->format.bytes[0],
623 cur_instr->format.bytes[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal128.h61 /* Decimal 128-bit type, accessible by bytes */
63 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/ member in struct:__anon1104
H A Ddecimal32.h61 /* Decimal 32-bit type, accessible by bytes */
63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/ member in struct:__anon1105
H A Ddecimal64.h63 /* Decimal 64-bit type, accessible by bytes */
65 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/ member in struct:__anon1106
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A Dtraps.c101 unsigned long taddr, char *buf, int bytes)
106 return sim_core_read_buffer (sd, cpu, read_map, buf, taddr, bytes);
111 unsigned long taddr, const char *buf, int bytes)
116 return sim_core_write_buffer (sd, cpu, write_map, buf, taddr, bytes);
99 syscall_read_mem(host_callback *cb, struct cb_syscall *sc, unsigned long taddr, char *buf, int bytes) argument
109 syscall_write_mem(host_callback *cb, struct cb_syscall *sc, unsigned long taddr, const char *buf, int bytes) argument
/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqstat/
H A Dqdisc_cbq.c108 printf(" offtime: %d [us] wrr_allot: %d bytes\n",
114 rate2str(calc_rate(sp->xmit_cnt.bytes,
115 lp->xmit_cnt.bytes, sec)));
121 (ull)sp->xmit_cnt.bytes);
128 (ull)sp->drop_cnt.bytes);
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dprogressbar.h51 GLOBAL off_t bytes; /* current # of bytes read */ variable
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtape.h45 uint64_t bytes; member in struct:tape_sysctl
68 uint64_t rbytes; /* total bytes read */
69 uint64_t wbytes; /* total bytes written */
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_wfq.c149 new_wfqp->bytes = 0;
158 queue->bytes = queue->quota = 0;
271 queue->bytes += byte;
272 wfqp->bytes += byte;
294 while (wfqp->bytes > wfqp->hwm) {
303 drop_queue->bytes -= byte;
305 wfqp->bytes -= byte;
425 if ((byte = queue->bytes * 100 / queue->weight) > max_byte) {
445 if ((wfqp->bytes == 0) || ((queue = wfqp->rrp) == NULL))
451 if (queue->bytes <
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dams.c233 * buffer[0] = 4 (bytes)
423 memcpy(event.bytes, buf + 1, event.byte_count);
464 buttons = (~event->bytes[2]) & 0xff;
466 buttons = (event->bytes[0] & 0x80) ? 0 : 1;
471 buttons = (~event->bytes[2]) & 0x07;
473 buttons = (event->bytes[0] & 0x80) ? 0 : 1;
479 if (!(event->bytes[i] & 0x80))
487 if (!(event->bytes[i] & mask))
497 new_event.u.m.dx = ((signed int) (event->bytes[1] & 0x3f)) -
498 ((event->bytes[
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.c268 if (memcmp (buf, tests[i].bytes, tests[i].byte_len) != 0) {
269 printf ("encoding of %s has bad bytes:\n"
271 print_bytes ((unsigned char *)tests[i].bytes, tests[i].byte_len);
276 rk_dumpdata("correct", tests[i].bytes, tests[i].byte_len);
374 const void *bytes; local
394 bytes = tests[i].bytes;
397 bytes = NULL;
400 buf = map_alloc(OVERRUN, bytes, sz, &buf_map);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_att.c158 const unsigned char *bytes, int len)
162 attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, type, bytes, len);
171 const unsigned char *bytes, int len)
175 attr = X509_ATTRIBUTE_create_by_NID(NULL, nid, type, bytes, len);
184 const unsigned char *bytes, int len)
188 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
258 const char *atrname, int type, const unsigned char *bytes, int len)
271 nattr = X509_ATTRIBUTE_create_by_OBJ(attr,obj,type,bytes,len);
257 X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, const char *atrname, int type, const unsigned char *bytes, int len) argument
H A Dx509_req.c293 const unsigned char *bytes, int len)
296 type, bytes, len)) return 1;
302 const unsigned char *bytes, int len)
305 type, bytes, len)) return 1;
311 const unsigned char *bytes, int len)
314 type, bytes, len)) return 1;
291 X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
300 X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len) argument
309 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dbyaddr.c71 unsigned char *bytes; local
85 bytes = (unsigned char *)(&address->type);
89 (bytes[3] & 0xff),
90 (bytes[2] & 0xff),
91 (bytes[1] & 0xff),
92 (bytes[0] & 0xff));
96 *cp++ = hex_digits[bytes[i] & 0x0f];
98 *cp++ = hex_digits[(bytes[i] >> 4) & 0x0f];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dcrti.asm2 Return spill offset of 40 and 20. Aligned to 16 bytes for n32. */
H A Dcrtn.asm2 Return spill offset of 40 and 20. Aligned to 16 bytes for n32. */
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/string/
H A Dmemcmp.S50 bicl3 $-4,%r0,%r3 # handle at most 3 extra bytes
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dofwmagic.S88 # max pft size ( 2^48 bytes )
/netbsd-6-1-5-RELEASE/bin/dd/
H A Dmisc.c134 "%llu bytes transferred in %lu.%03d secs (%llu bytes/sec)\n",
135 (unsigned long long) st.bytes,
138 (unsigned long long) (st.bytes * 1000LL / mS));
220 (unsigned long long)st.bytes);
225 st.bytes, "B",
227 warnx("humanize_number (bytes transferred)");
232 (unsigned long long) (st.bytes * 1000LL / mS));
237 st.bytes * 1000LL / mS, "B",
239 warnx("humanize_number (bytes pe
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlto-compress.c45 size_t bytes; member in struct:lto_compression_stream
118 size_t required = stream->bytes + num_chars;
130 memcpy (stream->buffer + stream->bytes, base, num_chars);
131 stream->bytes += num_chars;
171 size_t remaining = stream->bytes;
257 size_t remaining = stream->bytes;
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dchartype.c142 ssize_t bytes; local
160 bytes = (ssize_t)mbstowcs(p, argv[i], bufspace);
162 if (bytes == -1) {
166 bytes++; /* include '\0' in the count */
167 bufspace -= (size_t)bytes;
168 p += bytes;

Completed in 268 milliseconds

1234567891011>>