Searched refs:byte_count (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-6-1-5-RELEASE/tests/lib/libc/string/
H A Dt_popcount.c40 static unsigned int byte_count[256]; variable
53 byte_count[i] = 0;
56 ++byte_count[i];
147 r = byte_count[i & 255] + byte_count[(i >> 8) & 255]
148 + byte_count[(i >> 16) & 255]
149 + byte_count[(i >> 24) & 255];
173 r2 = byte_count[p & 255] + byte_count[(p >> 8) & 255]
174 + byte_count[(
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Delf.c73 vmem_sub(int opr, void* xxx, void *addr, int nbytes, int *byte_count) argument
114 int tmp_progress = *byte_count * 100 / total_bytes;
115 *byte_count += n;
133 long byte_count; local
187 byte_count = 0;
211 &byte_count) != 0) {
217 &byte_count) != 0) {
221 byte_count += phtbl[i].p_memsz;
232 total_bytes = byte_count;
289 &byte_count) !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20000211-1.c28 size_t byte_count; member in struct:lstream
65 (( lstr )->out_buffer_ind >= ( lstr )->out_buffer_size ? Lstream_fputc ( lstr , pad ) : (( lstr )->out_buffer[( lstr )->out_buffer_ind++] = (unsigned char) ( pad ), ( lstr )->byte_count++, ( lstr )->buffering == LSTREAM_LINE_BUFFERED && ( lstr )->out_buffer[( lstr )->out_buffer_ind - 1] == '\n' ? Lstream_flush_out ( lstr ) : 0)) ;
77 (( lstr )->out_buffer_ind >= ( lstr )->out_buffer_size ? Lstream_fputc ( lstr , pad ) : (( lstr )->out_buffer[( lstr )->out_buffer_ind++] = (unsigned char) ( pad ), ( lstr )->byte_count++, ( lstr )->buffering == LSTREAM_LINE_BUFFERED && ( lstr )->out_buffer[( lstr )->out_buffer_ind - 1] == '\n' ? Lstream_flush_out ( lstr ) : 0)) ;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20000211-1.c28 size_t byte_count; member in struct:lstream
65 (( lstr )->out_buffer_ind >= ( lstr )->out_buffer_size ? Lstream_fputc ( lstr , pad ) : (( lstr )->out_buffer[( lstr )->out_buffer_ind++] = (unsigned char) ( pad ), ( lstr )->byte_count++, ( lstr )->buffering == LSTREAM_LINE_BUFFERED && ( lstr )->out_buffer[( lstr )->out_buffer_ind - 1] == '\n' ? Lstream_flush_out ( lstr ) : 0)) ;
77 (( lstr )->out_buffer_ind >= ( lstr )->out_buffer_size ? Lstream_fputc ( lstr , pad ) : (( lstr )->out_buffer[( lstr )->out_buffer_ind++] = (unsigned char) ( pad ), ( lstr )->byte_count++, ( lstr )->buffering == LSTREAM_LINE_BUFFERED && ( lstr )->out_buffer[( lstr )->out_buffer_ind - 1] == '\n' ? Lstream_flush_out ( lstr ) : 0)) ;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dvalid_hostname.c190 int byte_count = 0; local
207 byte_count++;
223 if (byte_count == 1 && byte_val == 0 && addr[strspn(addr, "0.")]) {
237 if (byte_count != BYTES_NEEDED) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_mech_switch.c50 size_t byte_count; local
82 byte_count = 0;
116 byte_count++;
137 byte_count++;
143 res = malloc(byte_count);
146 oid->length = byte_count;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dadbsys.c73 event.byte_count = buffer[0];
74 memcpy(event.bytes, buffer + 1, event.byte_count);
115 event.byte_count = buffer[0];
116 memcpy(event.bytes, buffer + 1, event.byte_count);
180 event.byte_count = buffer[0];
181 memcpy(event.bytes, buffer + 1, event.byte_count);
H A Dams.c422 event.byte_count = buf[0];
423 memcpy(event.bytes, buf + 1, event.byte_count);
457 max_byte = event->byte_count;
H A Dakbd.c293 event.byte_count = buffer[0];
294 memcpy(event.bytes, buffer + 1, event.byte_count);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dbio_ssl.c81 unsigned long byte_count; member in struct:bio_ssl_st
176 sb->byte_count+=ret;
177 if (sb->byte_count > sb->renegotiate_count)
179 sb->byte_count=0;
251 bs->byte_count+=ret;
252 if (bs->byte_count > bs->renegotiate_count)
254 bs->byte_count=0;
451 ((BIO_SSL *)dbio->ptr)->byte_count=
452 ((BIO_SSL *)b->ptr)->byte_count;
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_bufs.c455 int byte_count; local
468 byte_count = 0;
519 buf->offset = (dma->byte_count + offset);
538 byte_count += PAGE_SIZE << page_order;
541 DRM_DEBUG("byte_count: %d\n", byte_count);
558 dma->byte_count += byte_count;
584 int byte_count; local
633 byte_count
737 int byte_count; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dadbsys.h61 int byte_count; /* number of bytes */ member in struct:adb_event_s
/netbsd-6-1-5-RELEASE/sys/arch/macppc/include/
H A Dadbsys.h62 int byte_count; /* number of bytes */ member in struct:adb_event_s
/netbsd-6-1-5-RELEASE/usr.sbin/ndbootd/
H A Dndbootd.c178 unsigned int byte_count, bytes_left; local
188 byte_count = ip_packet->ip_hl << 2;
189 for (bytes_left = byte_count; bytes_left >= sizeof(*_word);) {
333 ssize_t byte_count; local
788 byte_count = ntohl(nd_packet->ndboot_packet_current_byte_count);
789 for (; byte_count > 0;) {
804 byte_count);
816 byte_count);
852 byte_count);
863 byte_count);
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpciidereg.h108 u_int32_t byte_count; /* memory region length */ member in struct:idedma_table
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/indxbib/
H A Dindxbib.cpp481 int byte_count = 0; // bytes read
493 byte_count++;
503 byte_count++;
514 ref_start = byte_count - space_count - 1;
542 byte_count - 1 - space_count - ref_start);
585 byte_count - 1 - space_count - ref_start);
646 byte_count - ref_start - space_count);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grodvi/
H A Ddvi.cpp120 int byte_count; member in class:dvi_printer
199 : fp(stdout), byte_count(0), last_bop(-1), page_count(0), max_h(0), max_v(0),
234 byte_count += 1;
240 byte_count += 2;
247 byte_count += 3;
255 byte_count += 4;
479 int tem = byte_count;
495 for (i = 0; i < 4 || byte_count % 4 != 0; i++)
502 int tem = byte_count;
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dfxp.c107 volatile uint16_t byte_count; member in struct:txdesc
240 cbp->byte_count = 22; /* (22) bytes to config */
344 txd->byte_count = htole16(0x8000);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82557reg.h190 /*0*/ volatile uint8_t __FXP_BITFIELD2(byte_count:6, :2);
346 volatile uint16_t byte_count; member in struct:fxp_cb_tx
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/netif/
H A Di82557.c227 cbp->byte_count = 22; /* (22) bytes to config */
355 txp->byte_count = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m32c/
H A Dm32c.c1215 int byte_count = 0, bytes; local
1260 if (byte_count != 0)
1261 addr = gen_rtx_PLUS (GET_MODE (addr), addr, GEN_INT (byte_count));
1270 byte_count += bytes;
1277 byte_count = 0;
1284 byte_count += 2;
1288 if (ppt == PP_pushm && byte_count)
1300 GEN_INT (-byte_count)));
1323 if (ppt == PP_popm && byte_count)
1338 return byte_count;
[all...]
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c191 off_t byte_count; variable
1737 byte_count = -1;
1778 logxfer("get", byte_count, name, NULL, tdp, error);
1850 byte_count = -1;
1897 logxfer(desc, byte_count, name, NULL, tdp, error);
1977 byte_count = 0;
2105 byte_count += c;
2266 byte_count++;
2285 if ((byte_count % 4096) == 0)
2417 FILESIZECHECK(byte_count
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dams.c445 event.byte_count = buffer[0];
446 memcpy(event.bytes, buffer + 1, event.byte_count);
480 max_byte = event->byte_count;
H A Dakbd.c280 event.byte_count = buffer[0];
281 memcpy(event.bytes, buffer + 1, event.byte_count);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/include/dig/
H A Ddig.h221 isc_uint64_t byte_count; member in struct:dig_query

Completed in 500 milliseconds

12