Searched refs:total (Results 1 - 25 of 354) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3332 uint32_t *bl, *c, maxl, total; local
3372 printf("\nHistogram for bucket list length (total of %u buckets):\n",
3374 printf(" Length\tNumber\t\t%% of total\tCoverage\n");
3375 total = 0;
3377 total += c[i] * i;
3379 c[i] * 100.0 / nbucket, total * 100.0 / (nchain - 1));
3392 uint64_t *bl, *c, maxl, total; local
3444 printf("Histogram for bucket list length (total of %ju buckets):\n",
3446 printf(" Length\tNumber\t\t%% of total\tCoverage\n");
3447 total
3465 uint32_t *bl, *c, maxl, total; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c741 size_t skip, total; local
744 total = 0;
746 while (total + window <= (1024 * 128)) {
774 total += skip;
H A Darchive_read_support_filter_uu.c47 int64_t total; member in struct:uudecode
443 ssize_t total; local
457 total = 0;
486 (uudecode->total > 0 || total > 0)) {
498 if (total == 0 && ravail <= 0) {
515 if (total == 0) {
529 if (total + len >= UUENCODE_BID_MAX_READ) {
552 if (total + len * 2 > OUT_BUFF_SIZE)
581 *out++ = n >> 16; total
[all...]
H A Darchive_read_support_filter_rpm.c165 ssize_t avail_in, total; local
172 total = avail_in = 0;
224 total = rpm->hpos;
260 total = avail_in;
270 } while (total == 0 && avail_in > 0);
276 return (total);
H A Darchive_ppmd7.c770 static UInt32 Range_GetThreshold(void *pp, UInt32 total) argument
773 return (p->Code - p->Low) / (p->Range /= total);
1001 static void RangeEnc_Encode(CPpmd7z_RangeEnc *p, UInt32 start, UInt32 size, UInt32 total) argument
1003 p->Low += (UInt64)start * (UInt64)(p->Range /= total);
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c386 int total; \
389 for (total = 0, n = (m); n != NULL; n = n->m_next) { \
390 total += n->m_len; \
395 if ((m)->m_pkthdr.len != total) { \
397 __func__, (m)->m_pkthdr.len, total); \
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c661 size_t count=0, rrsig_count=0, len=0, i, total; local
680 total = count + rrsig_count;
681 len += sizeof(*data) + total*(sizeof(size_t) + sizeof(time_t) +
693 data->rr_data = (uint8_t**)&(data->rr_len[total]);
694 data->rr_ttl = (time_t*)&(data->rr_data[total]);
695 nextrdata = (uint8_t*)&(data->rr_ttl[total]);
711 for(i=0; i<total; i++) {
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c2398 size_t total = sldns_buffer_limit(c->buffer); local
2400 sldns_buffer_set_position(c->buffer, total);
2401 c->http_stored = total;
2474 size_t total = sldns_buffer_limit(c->buffer); local
2476 sldns_buffer_set_position(c->buffer, total);
2477 c->http_stored = total;
H A Dconfig_file.c851 size_t total = 0, left; local
858 /* count total length */
860 total += strlen(s->str) + 1; /* len + newline */
861 left = total+1; /* one extra for nul at end */
/freebsd-11-stable/contrib/unbound/util/data/
H A Dpacked_rrset.c149 size_t total; local
152 total = d1->count + d1->rrsig_count;
153 for(i=0; i<total; i++) {
181 size_t total = data->count + data->rrsig_count; local
186 data->rr_data = (uint8_t**)&(data->rr_len[total]);
187 data->rr_ttl = (time_t*)&(data->rr_data[total]);
188 nextrdata = (uint8_t*)&(data->rr_ttl[total]);
189 for(i=0; i<total; i++) {
222 size_t total = data->count + data->rrsig_count; local
225 for(i=0; i<total;
[all...]
H A Dmsgreply.h235 * @param total: total rrset count (presumably an+ns+ar).
243 size_t ar, size_t total, enum sec_status sec);
H A Dmsgreply.c97 size_t ar, size_t total, enum sec_status sec)
102 sizeof(struct ub_packed_rrset_key*) * total;
103 if(total >= RR_COUNT_MAX) return NULL; /* sanity check on numRRS*/
107 sizeof(struct rrset_ref) * (total));
118 rep->rrset_count = total;
124 else rep->rrsets = (struct ub_packed_rrset_key**)&(rep->ref[total]);
126 memset( rep->rrsets, 0, sizeof(struct ub_packed_rrset_key*) * total);
128 memset( &rep->ref[0], 0, sizeof(struct rrset_ref) * total);
276 size_t total = pset->rr_count + pset->rrsig_count; local
285 data->rr_data = (uint8_t**)&(data->rr_len[total]);
95 construct_reply_info_base(struct regional* region, uint16_t flags, size_t qd, time_t ttl, time_t prettl, time_t expttl, size_t an, size_t ns, size_t ar, size_t total, enum sec_status sec) argument
[all...]
H A Dmsgencode.c505 size_t total = data->count+data->rrsig_count; local
506 for(i=data->count; i<total; i++) {
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c794 size_t total, old_total; local
811 total = d->count + d->rrsig_count;
822 else d->rr_len[total-1] = rdatalen;
849 d->rr_ttl[total-1] = rr_ttl;
850 memmove(d->rr_data[total-1], rdata, rdatalen);
934 size_t sigs, sigsz, i, j, total; local
957 total = old->count + old->rrsig_count;
963 if(total != 0)
964 memmove(d->rr_len, old->rr_len, total*sizeof(size_t));
976 if(total !
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c121 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; local
168 total = front+back+mesh+msg+rrset+infra+iter+val+ac+superac+me;
170 total += subnet;
174 (unsigned)total, (unsigned)front, (unsigned)back,
183 (unsigned)total, (unsigned)front, (unsigned)back,
188 log_info("Total heap memory estimate: %u total-alloc: %u "
189 "total-free: %u", (unsigned)total,
H A Dremote.c1092 struct ub_stats_info total; local
1095 memset(&total, 0, sizeof(total));
1103 total = s;
1104 else server_stats_add(&total, &s);
1107 total.mesh_time_median /= (double)daemon->num;
1108 if(!print_stats(ssl, "total", &total))
1113 if(!print_mem(ssl, worker, daemon, &total))
1115 if(!print_hist(ssl, &total))
[all...]
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c459 size_t total = data->count + data->rrsig_count; local
463 for(i=0; i<total; i++) {
/freebsd-11-stable/contrib/less/
H A Dtags.c20 static int total; variable
109 total = curseq = 0;
245 * Return the total number of tags.
250 return total;
293 total = 0;
369 total++;
372 if (total == 0)
511 total = 0;
604 total++;
611 total
[all...]
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c2330 uint32_t total; local
2441 /* reset total length */
2442 total = 0;
2469 total += frame_len;
2472 DPRINTFN(6, "transferring %d bytes\n", total);
2477 while (total > 0) {
2480 if (n > total)
2481 n = total;
2485 total -= n;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h214 * @a progress is the number of bytes already transferred, @a total is
215 * the total number of bytes to transfer or -1 if it's not known, @a
221 apr_off_t total,
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c2093 "Switch config: header reported: %d in structure, %d total\n",
5933 resp[i].total,
6044 sbuf_printf(buf, "total # of elements: %d\n", sw_config->header.num_total);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h740 int total; member in struct:mlx4_mac_table
763 int total; member in struct:mlx4_vlan_table
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2215 sort -k 2,2 -t ' ' > compfreq.total
2219 join -t ' ' -1 2 -2 2 compfreq.present compfreq.total |
2225 cut -f 2 -d ' ' < compfreq.total > comp.total
2226 rm INDEX-ALL compfreq compfreq.total compfreq.present
2234 # deal with this, if "kernel|X" is listed in comp.total
2237 # If "kernel|<anything>" is in comp.total but "kernel|X" is
2241 grep -E "^kernel\|${KCOMP}\$" comp.total >> comp.present
2243 if grep -qE "^kernel\|" comp.total &&
2244 ! grep -qE "^kernel\|${KCOMP}\$" comp.total; the
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dzarc.c62 struct zfield total; member in struct:zarcrates
124 rate->total.stat = calc_rate(curstat.hits.stat, curstat.misses.stat)
156 mvwprintw(wnd, row, 31+1+5+7+7+8, "%3"PRIu64, rate.total.stat)
H A Dvmstat.c101 u_int v_tfree; /* total pages freed */
125 #define total s.Total macro
317 mvprintw(INTSROW + 1, INTSCOL + 6, "total");
454 putfloat(100.0 * (v_page_count - total.t_free) / v_page_count,
459 sysputpage(wnd, MEMROW + 2, MEMCOL + 4, 7, total.t_arm, 0);
460 sysputpage(wnd, MEMROW + 2, MEMCOL + 12, 7, total.t_armshr, 0);
461 sysputpage(wnd, MEMROW + 2, MEMCOL + 20, 8, total.t_avm, 0);
462 sysputpage(wnd, MEMROW + 2, MEMCOL + 29, 8, total.t_avmshr, 0);
463 sysputpage(wnd, MEMROW + 3, MEMCOL + 4, 7, total.t_rm, 0);
464 sysputpage(wnd, MEMROW + 3, MEMCOL + 12, 7, total
[all...]

Completed in 338 milliseconds

1234567891011>>