Searched refs:total (Results 151 - 175 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dstrings-table.c418 svn_filesize_t total;
424 total = length;
431 /* No more records? Then return the total length. */
434 *size = total;
440 total += length;
416 svn_filesize_t total; local
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h68 UInt32 (*GetThreshold)(void *p, UInt32 total);
H A Darchive_write_set_format_pax.c347 * total length past 100, requiring an extra digit. The next
1268 * - Get the total size of available data of sparse.
1339 * Overwrite a file size by the total size of sparse blocks and
1826 size_t total; local
1846 total = 0;
1847 while (total < s) {
1858 return (total);
1860 p = ((const unsigned char *)buff) + total;
1861 ws = s - total;
1869 total
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp1020 int total = 0; // Count elements that were set. It'll be used as an array size local
1038 if (total == 0 || prev_comma) {
1039 total++;
1049 total++;
1058 if (!__kmp_dflt_max_active_levels_set && total > 1)
1060 KMP_DEBUG_ASSERT(total > 0);
1061 if (total <= 0) {
1069 nth_array->nth = (int *)KMP_INTERNAL_MALLOC(sizeof(int) * total * 2);
1073 nth_array->size = total * 2;
1075 if (nth_array->size < total) {
4185 int total = 0; // Count elements that were set. It'll be used as an array size local
4286 int total = 0; // Count elements that were set. It'll be used as an array size local
[all...]
H A Dkmp_stats.h327 double total; member in struct:logHistogram::__anon3444
360 bins[i].total = 0;
368 double total(int b) const { return bins[b + logOffset].total; } function in class:logHistogram
375 bins[i].total += o.bins[i].total;
439 std::string format(char unit, bool total = false) const;
509 // time(EXECUTING_TASK) + time(DOING_NOTHING) = total time thread is alive
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c151 long double total = (long double)lquanta[0] * (long double)(base - 1); local
154 total += (long double)lquanta[i + 1] * (long double)base;
156 return (total + (long double)lquanta[levels + 1] *
234 long double total; local
242 total = (long double)llquanta[bin++] * (long double)(value - 1);
249 total += (long double)llquanta[bin++] * (long double)(value);
259 return (total + (long double)llquanta[bin] * (long double)value);
1307 dtrace_aggdata_t **total; local
1318 * determine our maximum aggregation ID, one to actually total
1335 total
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgcov.c36 the include file, but there is no way to get the total execution
1194 gcov_type total = 0;
1201 total += arc->count;
1204 total += arc->count;
1208 blk->count = total;
1216 gcov_type total;
1225 total = blk->count;
1229 total -= arc->count;
1235 inv_arc->count = total;
1261 total
1193 gcov_type total = 0; local
1215 gcov_type total; local
[all...]
H A Dtree-ssa-dce.c73 int total;
655 stats.total++;
812 percg = ((float) stats.removed / (float) stats.total) * 100;
814 stats.removed, stats.total, (int) percg);
72 int total; member in struct:stmt_stats
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c521 int i, total, ret; local
534 total = 0;
536 total += exec[i].relocation_count;
539 reloc = drm_malloc_ab(total, sizeof(*reloc));
547 total = 0;
555 if (copy_from_user(reloc+total, user_relocs,
581 reloc_offset[i] = total;
582 total += exec[i].relocation_count;
/freebsd-11-stable/contrib/nvi/common/
H A Dmsg.c135 * blen: total length of the buffer
444 recno_t total; local
477 for (cnt = 0, total = 0; cnt < ARSIZE(action); ++cnt)
478 total += sp->rptlines[cnt];
479 if (total == 0)
481 if (total <= rptval && sp->rptlines[L_YANKED] < rptval) {
H A Dkey.c366 size_t total; local
383 total = gp->i_cnt + gp->i_next + nitems + TERM_PUSH_SHIFT;
384 if (total >= gp->i_nelem && v_event_grow(sp, MAX(total, 64)))
/freebsd-11-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c352 int i, pass, total; local
369 total = 0;
372 total++;
375 printf("%u of %u 802.11i TKIP test vectors passed\n", pass, total);
380 return (pass == total ? 0 : -1);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dacs.c125 * it overlaps. The one with least total interference is picked up.
226 * ACS: * channel 1: total interference = 0.121432
227 * ACS: * channel 2: total interference = 0.137512
228 * ACS: * channel 3: total interference = 0.369757
229 * ACS: * channel 4: total interference = 0.546338
230 * ACS: * channel 5: total interference = 0.690538
231 * ACS: * channel 6: total interference = 0.762242
232 * ACS: * channel 7: total interference = 0.756092
233 * ACS: * channel 8: total interference = 0.537451
234 * ACS: * channel 9: total interferenc
296 long double factor, busy, total; local
[all...]
/freebsd-11-stable/usr.sbin/powerd/
H A Dpowerd.c146 int error, cpu, i, total; local
171 total = 0;
173 total += cp_times[cpu * CPUSTATES + i] -
176 if (total == 0)
179 cp_times_old[cpu * CPUSTATES + CP_IDLE]) * 100 / total;
692 printf("total joules used: %u.%03u\n",
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dentropy.c144 isc_uint32_t total; /*%< entropy from this source */ member in struct:isc_entropysource
536 isc_uint32_t remain, deltae, count, total; local
554 total = 0;
627 total += deltae;
644 add_entropy(ent, total);
899 source->total = 0;
978 source->total = 0;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c4656 arm_size_rtx_costs (rtx x, int code, int outer_code, int *total)
4663 *total = thumb_rtx_costs (x, code, outer_code);
4673 *total = COSTS_N_INSNS (1);
4675 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4683 *total = COSTS_N_INSNS (2);
4689 *total = COSTS_N_INSNS (2) + rtx_cost (XEXP (x, 0), code);
4699 *total = COSTS_N_INSNS (3) + rtx_cost (XEXP (x, 0), code);
4704 *total = COSTS_N_INSNS (1) + rtx_cost (XEXP (x, 0), code);
4707 *total += 1 + rtx_cost (XEXP (x, 1), code);
4712 *total
4646 arm_size_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4868 arm_slowmul_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4922 arm_fastmul_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4988 arm_xscale_rtx_costs(rtx x, int code, int outer_code, int *total) argument
5069 arm_9e_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c309 size_t total, len; local
313 /* determine the length of the total attribute buffer */
314 total = sizeof(uint32_t) + count * sizeof(uint32_t);
402 total += len;
406 val = CCMALLOC(total);
528 cc_user_ok(user, ATMRESP_ATTRS, val, total);
557 size_t total, len; local
561 /* determine the length of the total attribute buffer */
562 total = 0;
668 total
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c292 unsigned total = NUM_EXT_NAMES(tp) + 1; local
305 TYPE_REALLOC(char *, total, tp->ext_Names);
306 for (k = total - 1; k > j; k--)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dwinnt.c295 int total = 0;
327 total += parm_size;
337 sprintf (p, "%s@%d", asmname, total/BITS_PER_UNIT);
294 int total = 0; local
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.c904 /* Accumulate total statistics. */
905 c->total.bpv += c->currnt.bpv;
906 c->total.fse += c->currnt.fse;
907 c->total.crce += c->currnt.crce;
908 c->total.rcrce += c->currnt.rcrce;
909 c->total.uas += c->currnt.uas;
910 c->total.les += c->currnt.les;
911 c->total.es += c->currnt.es;
912 c->total.bes += c->currnt.bes;
913 c->total
[all...]
H A Dceddk.h109 unsigned long totsec; /* total seconds elapsed */
114 ce_gstat_t total; /* total statistics data */ member in struct:_ce_chan_t
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp67 uint32_t total = 0; local
69 total += Sources[i]->GetNumExternalSelectors();
70 return total;
/freebsd-11-stable/contrib/binutils/bfd/
H A Decofflink.c1581 unsigned long total;
1583 total = 0;
1600 total += l->size;
1603 if ((total & (swap->debug_align - 1)) != 0)
1608 i = swap->debug_align - (total & (swap->debug_align - 1));
1665 unsigned long total;
1673 total = 1;
1685 total += len + 1;
1688 if ((total & (swap->debug_align - 1)) != 0)
1693 i = swap->debug_align - (total
1578 unsigned long total; local
1662 unsigned long total; local
2473 unsigned long total; local
2527 unsigned long total; local
[all...]
H A Dihex.c723 size_t total; local
746 total = 9 + count * 2 + 4;
747 if (bfd_bwrite (buf, (bfd_size_type) total, abfd) != total)
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dbuffer.h49 volatile u_int64_t total, prev_total; member in struct:snd_dbuf

Completed in 269 milliseconds

1234567891011>>