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

123

/freebsd-11-stable/contrib/netbsd-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...]
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_wqe.h102 __be32 byte_count; member in struct:mthca_data_seg
119 dseg->byte_count = cpu_to_be32(sg->length);
126 dseg->byte_count = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp108 uint16_t byte_count = 0;
113 byte_count = 4;
118 byte_count = 4 * ((data[0] >> 16) & 0xff) + 4;
126 byte_count = 4 * ((data[1] >> 24) & 0xff) + 8;
135 while (byte_offset < byte_count) {
146 if (byte_offset >= byte_count)
202 if (byte_offset >= byte_count)
227 uint64_t uleb128 = GetULEB128(data, byte_offset, byte_count);
233 if (byte_offset >= byte_count)
279 if (byte_offset >= byte_count)
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dwqe.h101 uint32_t byte_count; member in struct:mlx4_wqe_data_seg
107 uint32_t byte_count; member in struct:mlx4_wqe_inline_seg
/freebsd-11-stable/contrib/gdb/gdb/
H A Dminimon.h222 INT32 byte_count; member in struct:read_req_msg_t
232 INT32 byte_count; member in struct:write_req_msg_t
243 INT32 byte_count; member in struct:write_r_msg_t
285 INT32 byte_count; member in struct:copy_msg_t
296 INT32 byte_count; member in struct:fill_msg_t
419 INT32 byte_count; member in struct:read_ack_msg_t
429 INT32 byte_count; member in struct:read_r_ack_msg_t
440 INT32 byte_count; member in struct:write_ack_msg_t
483 INT32 byte_count; member in struct:copy_ack_msg_t
494 INT32 byte_count; member in struct:fill_ack_msg_t
[all...]
/freebsd-11-stable/lib/libgssapi/
H A Dgss_mech_switch.c56 int byte_count; local
88 byte_count = 0;
122 byte_count++;
143 byte_count++;
149 res = malloc(byte_count);
152 oid->length = byte_count;
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm20.c104 size_t byte_count; local
109 byte_count = uio->uio_resid;
110 if (byte_count < TPM_HEADER_SIZE) {
116 if (byte_count > TPM_BUFSIZE) {
127 result = uiomove(sc->buf, byte_count, uio);
133 result = sc->transmit(sc, byte_count);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_bufs.c423 int byte_count; local
436 byte_count = 0;
487 buf->offset = (dma->byte_count + offset);
506 byte_count += PAGE_SIZE << page_order;
509 DRM_DEBUG("byte_count: %d\n", byte_count);
526 dma->byte_count += byte_count;
552 int byte_count; local
598 byte_count
702 int byte_count; local
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dbio_ssl.c80 unsigned long byte_count; member in struct:bio_ssl_st
172 sb->byte_count += ret;
173 if (sb->byte_count > sb->renegotiate_count) {
174 sb->byte_count = 0;
245 bs->byte_count += ret;
246 if (bs->byte_count > bs->renegotiate_count) {
247 bs->byte_count = 0;
437 ((BIO_SSL *)dbio->ptr)->byte_count = ((BIO_SSL *)b->ptr)->byte_count;
/freebsd-11-stable/usr.bin/dtc/
H A Ddtb.cc130 if (byte_count != 0)
132 byte_count = 0;
142 if (byte_count++ == 0)
150 if (byte_count == 4)
153 byte_count = 0;
H A Ddtb.hh226 int byte_count; member in class:dtc::dtb::asm_writer
252 asm_writer() : byte_count(0), bytes_written(0) {}
/freebsd-11-stable/contrib/expat/tests/
H A Dstructdata.c60 size_t byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char); local
61 XML_Char *dup = malloc(byte_count);
64 memcpy(dup, s, byte_count);
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c75 int byte_count; local
104 byte_count = 0;
138 byte_count++;
159 byte_count++;
165 res = malloc(byte_count);
168 oid->length = byte_count;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c48 size_t byte_count; local
80 byte_count = 0;
114 byte_count++;
135 byte_count++;
141 res = malloc(byte_count);
144 oid->length = byte_count;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dwqe.h100 uint32_t byte_count; member in struct:mlx5_wqe_umr_klm_seg
186 uint32_t byte_count; member in struct:mlx5_wqe_inline_seg
H A Dsrq.c61 copy = min_t(long, size, be32toh(scat->byte_count));
120 scat[i].byte_count = htobe32(wr->sg_list[i].length);
126 scat[i].byte_count = 0;
/freebsd-11-stable/usr.bin/head/tests/
H A Dhead_test.sh61 atf_test_case byte_count
126 atf_add_test_case byte_count
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c699 int byte_count; local
715 byte_count = 0;
784 buf->offset = (dma->byte_count + offset);
808 byte_count += PAGE_SIZE << page_order;
811 DRM_DEBUG("byte_count: %d\n", byte_count);
831 dma->page_count += byte_count >> PAGE_SHIFT;
832 dma->byte_count += byte_count;
864 int byte_count; local
1069 int byte_count; local
1225 int byte_count; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h136 extern off_t byte_count;
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c52 apr_int64_t byte_count;
116 eb->byte_count += window->tview_len;
174 eb->byte_count += *len;
361 svn__ui64toa_sep(eb.byte_count, ',', pool),
51 apr_int64_t byte_count; member in struct:edit_baton_t
H A Dnull-blame-cmd.c45 apr_int64_t byte_count;
57 frb->byte_count += window->tview_len;
162 svn__ui64toa_sep(frb.byte_count, ',', pool)));
44 apr_int64_t byte_count; member in struct:file_rev_baton
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h43 #define SET_BYTE_COUNT(byte_count) cpu_to_be32(byte_count)
441 __be32 byte_count; member in struct:mlx4_wqe_data_seg
452 __be32 byte_count; member in struct:mlx4_wqe_inline_seg
/freebsd-11-stable/tools/tools/netrate/netreceive/
H A Dnetreceive.c62 uint64_t byte_count; /* rx byte counter */ member in struct:td_desc
120 t->byte_count += y;
177 bc0 += tp[i]->byte_count;
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp479 int byte_count = 0; // bytes read
491 byte_count++;
501 byte_count++;
512 ref_start = byte_count - space_count - 1;
540 byte_count - 1 - space_count - ref_start);
583 byte_count - 1 - space_count - ref_start);
644 byte_count - ref_start - space_count);
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp118 int byte_count; member in class:dvi_printer
197 : fp(stdout), byte_count(0), last_bop(-1), page_count(0), max_h(0), max_v(0),
232 byte_count += 1;
238 byte_count += 2;
245 byte_count += 3;
253 byte_count += 4;
477 int tem = byte_count;
493 for (i = 0; i < 4 || byte_count % 4 != 0; i++)
500 int tem = byte_count;

Completed in 355 milliseconds

123