Searched refs:total (Results 201 - 225 of 442) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dihex.c724 size_t total; local
747 total = 9 + count * 2 + 4;
748 if (bfd_bwrite (buf, (bfd_size_type) total, abfd) != total)
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dintdoc.c302 int total = 0; local
309 ++total;
324 if (!menu && (total > 0))
326 if (total == 1)
/openbsd-current/sys/dev/usb/
H A Dif_uathreg.h31 uint32_t total; member in struct:uath_fwblock
/openbsd-current/usr.bin/vi/common/
H A Dkey.c328 size_t total; local
345 total = gp->i_cnt + gp->i_next + nitems + TERM_PUSH_SHIFT;
346 if (total >= gp->i_nelem && v_event_grow(sp, MAXIMUM(total, 64)))
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPkgSign.pm101 $state->{total} = scalar @$l;
H A DPkgDelete.pm34 scalar keys %{$self->{total}});
39 $self->{total}{$set} = 1;
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_context_types.h153 u64 total; member in struct:intel_context::intel_context_stats::__anon857
H A Dintel_gt_types.h190 * @total: Total time this engine was busy.
195 ktime_t total; member in struct:intel_gt::__anon21
H A Dintel_migrate.c374 u32 total = 0; local
432 if (IS_ALIGNED(total, SZ_2M)) {
435 dword_rem = SZ_2M - (total & (SZ_2M - 1));
455 total += page_size;
466 } while (total < length);
475 return total;
558 * 1024 blocks of 256 bytes of CCS represent a total 256KB of CCS.
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_region_ttm.c228 } else if (mem->io_size && mem->io_size < mem->total) {
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h94 void GetNumberOfThreads(uptr *total = nullptr, uptr *running = nullptr,
/openbsd-current/gnu/gcc/libcpp/
H A Dfiles.c495 ssize_t size, total, count; local
531 total = 0;
532 while ((count = read (file->fd, buf + total, size - total)) > 0)
534 total += count;
536 if (total == size)
551 if (regular && total != size && STAT_SIZE_RELIABLE (file->st))
556 buf, size, total, &file->st.st_size);
/openbsd-current/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.c2023 mn10300_rtx_costs (rtx x, int code, int outer_code, int *total)
2030 *total = 0;
2033 *total = 1;
2039 *total = 2;
2041 *total = 4;
2049 *total = 6;
2055 *total = 8;
2062 *total = 8;
2020 mn10300_rtx_costs(rtx x, int code, int outer_code, int *total) argument
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DProgressBar.py255 total = elapsed / percent
256 eta = total - elapsed
/openbsd-current/usr.sbin/eigrpd/
H A Drde_dual.c308 uint64_t total; local
310 total = (uint64_t) a + (uint64_t) b;
312 if (total >> 32)
315 return ((uint32_t) total);
321 uint64_t total; local
323 total = (uint64_t) a * (uint64_t) b;
325 if (total >> 32)
328 return ((uint32_t) total);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_dpt.c36 #define dpt_total_entries(dpt) ((dpt)->vm.total >> PAGE_SHIFT)
292 vm->total = (size / sizeof(gen8_pte_t)) * I915_GTT_PAGE_SIZE;
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm684 my ($total, $ary, $start_idx, $title, $row_title)= @_;
687 my $max_width= $total > 64 ? 64 : $total;
688 my $bar_width= $max_width / $total;
698 $return .= sprintf "%-7s %6d [%s]\n",$title, $total, $str;
704 $ary->[$idx] / $total * 100,
766 followed by a slash, followed by the total number of buckets in the hash.
779 This function returns the total number of buckets the hash holds, or would
/openbsd-current/usr.sbin/vmd/
H A Dvioqcow2.c316 ssize_t sz = 0, total = 0; local
322 total += sz;
326 return (total);
389 ssize_t sz = 0, total = 0; local
395 total += sz;
399 return (total);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dpack.t499 my $total = shift;
500 if (!defined $total) {
502 $total += $_;
557 if (ref $total) {
558 $calc_sum = &$total($len);
560 $calc_sum = $total;
561 # Shift into range by some multiple of the total
562 my $mult = $max_p1 ? int ($total / $max_p1) : undef;
564 $calc_sum = $total - $mult;
587 my $text = ref $total
[all...]
/openbsd-current/usr.bin/vi/ex/
H A Dex.c1814 long total, val; local
1951 total = 0;
1996 total += ecp->cp[0] == '+' ? 1 : -1;
2008 /* Get a signed long, add it to the total. */
2011 (nret = NADD_SLONG(total, val)) != NUM_OK) {
2016 total += isneg ? -val : val;
2027 if (*isaddrp && total != 0) {
2028 if (total < 0) {
2029 if (-total > mp->lno) {
2036 if (!NPFITS(MAX_REC_NUMBER, mp->lno, total)) {
[all...]
/openbsd-current/gnu/gcc/gcc/config/cris/
H A Dcris.c1624 cris_rtx_costs (rtx x, int code, int outer_code, int *total) argument
1632 *total = 0;
1634 *total = 1;
1637 *total = 2;
1641 *total = 4;
1646 *total = 6;
1651 *total = 6;
1656 *total = 12;
1659 *total = 0;
1672 *total
[all...]
/openbsd-current/lib/libc/stdlib/
H A Dmalloc.c128 /* If the total # of pages is larger than this, evict before inserting */
225 u_short total; /* how many chunks */ member in struct:chunk_info
983 p->total = p->free = MALLOC_PAGESIZE / B2ALLOC(bucket);
984 p->offset = howmany(p->total, MALLOC_BITS);
988 i = p->total - 1;
1040 if (p->total == 0)
1195 if (bp->total > 256 / MALLOC_CHUNK_LISTS)
1197 /* bias, as bp->total is not a power of 2 */
1198 i = r % bp->total;
1312 if (info->free != info->total)
2654 size_t i, total = 0; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Darc.c840 arc_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int *total)
850 *total = 0;
858 *total = COSTS_N_INSNS (1);
865 *total = COSTS_N_INSNS (!SMALL_INT (INTVAL (high))
877 *total = COSTS_N_INSNS (1);
879 *total = COSTS_N_INSNS (16);
881 *total = COSTS_N_INSNS (INTVAL (XEXP ((x), 1)));
831 arc_rtx_costs(rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int *total) argument
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.c2111 s390_rtx_costs (rtx x, int code, int outer_code, int *total) argument
2121 *total = 0;
2134 *total = COSTS_N_INSNS (1);
2146 *total = s390_cost->madbr;
2148 *total = s390_cost->maebr;
2149 *total += rtx_cost (XEXP (XEXP (x, 0), 0), MULT)
2154 *total = COSTS_N_INSNS (1);
2166 *total = s390_cost->mhi;
2168 *total = s390_cost->mh;
2170 *total
[all...]
/openbsd-current/usr.bin/systat/
H A Dvmstat.c78 #define total s.Total macro
246 mvprintw(INTSROW + 1, INTSCOL + 9, "total");
400 putint(total.t_rq - 1, PROCSROW + 1, PROCSCOL + 3, 3);
402 putint(total.t_dw, PROCSROW + 1, PROCSCOL + 6, 3);
403 putint(total.t_sl, PROCSROW + 1, PROCSCOL + 9, 3);
404 putint(total.t_sw, PROCSROW + 1, PROCSCOL + 12, 3);

Completed in 480 milliseconds

1234567891011>>