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

123

/freebsd-10.3-release/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-10.3-release/contrib/ofed/libmlx4/src/
H A Dwqe.h87 uint32_t byte_count; member in struct:mlx4_wqe_data_seg
93 uint32_t byte_count; member in struct:mlx4_wqe_inline_seg
H A Dsrq.c98 scat[i].byte_count = htonl(wr->sg_list[i].length);
104 scat[i].byte_count = 0;
H A Dqp.c152 dseg->byte_count = htonl(sg->length);
163 * Need a barrier here before writing the byte_count field to
165 * byte_count field is set. Otherwise, if the segment begins
172 dseg->byte_count = htonl(sg->length);
335 seg->byte_count = htonl(MLX4_INLINE_SEG | seg_len);
354 * byte_count field is set. Otherwise
363 seg->byte_count = htonl(MLX4_INLINE_SEG | seg_len);
480 scat[i].byte_count = 0;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/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-10.3-release/contrib/ofed/libmthca/src/
H A Dwqe.h105 uint32_t byte_count; member in struct:mthca_data_seg
111 uint32_t byte_count; member in struct:mthca_inline_seg
H A Dsrq.c126 ((struct mthca_data_seg *) wqe)->byte_count =
136 ((struct mthca_data_seg *) wqe)->byte_count = 0;
219 ((struct mthca_data_seg *) wqe)->byte_count =
229 ((struct mthca_data_seg *) wqe)->byte_count = 0;
H A Dqp.c266 seg->byte_count = htonl(MTHCA_INLINE_SEG | s);
274 seg->byte_count = htonl(wr->sg_list[i].length);
378 ((struct mthca_data_seg *) wqe)->byte_count =
632 seg->byte_count = htonl(MTHCA_INLINE_SEG | s);
640 seg->byte_count = htonl(wr->sg_list[i].length);
743 ((struct mthca_data_seg *) wqe)->byte_count =
753 ((struct mthca_data_seg *) wqe)->byte_count = 0;
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/usr.bin/dtc/
H A Ddtb.cc112 if (byte_count != 0)
114 byte_count = 0;
124 if (byte_count++ == 0)
132 if (byte_count == 4)
135 byte_count = 0;
H A Ddtb.hh219 int byte_count; member in class:dtc::dtb::asm_writer
241 asm_writer() : byte_count(0), bytes_written(0) {}
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h136 extern off_t byte_count;
H A Dftpd.c83 off_t byte_count; variable
1031 byte_count = -1;
1068 LOGBYTES("get", name, byte_count);
1128 byte_count = -1;
1178 LOGBYTES(*mode == 'w' ? "put" : "append", name, byte_count);
1251 byte_count = 0;
1353 byte_count++;
1392 byte_count = cnt;
1415 byte_count += cnt;
1481 byte_count
[all...]
/freebsd-10.3-release/sys/ofed/include/linux/mlx4/
H A Dqp.h44 #define SET_BYTE_COUNT(byte_count) cpu_to_be32(byte_count)
422 __be32 byte_count; member in struct:mlx4_wqe_data_seg
433 __be32 byte_count; member in struct:mlx4_wqe_inline_seg
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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;
/freebsd-10.3-release/contrib/opie/
H A Dopieftpd.c201 static off_t byte_count; variable
846 byte_count = 0;
931 byte_count++;
959 byte_count += cnt;
1011 byte_count += cnt;
1025 byte_count++;
1310 byte_count, file_size);
1312 reply(213, "Status: %lu bytes transferred", byte_count);
1469 byte_count += strlen(dirname) + 1;
1504 byte_count
[all...]
/freebsd-10.3-release/libexec/ftpd/
H A Dftpd.c145 off_t byte_count; variable
1695 byte_count = -1;
1743 if (cmd == 0 && guest && stats && byte_count > 0)
1744 logxfer(name, byte_count, start);
1750 LOGBYTES("get", name, byte_count);
1796 byte_count = -1;
1840 LOGBYTES(*mode == 'a' ? "append" : "put", name, byte_count);
1918 byte_count = 0;
2086 byte_count++;
2089 byte_count
[all...]

Completed in 158 milliseconds

123