Searched refs:per (Results 1 - 25 of 97) sorted by relevance

1234

/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_flags.inc58 20, // 1Mb per size class, i.e. ~11Mb per thread
/openbsd-current/usr.sbin/vmd/
H A Dmc146818.c58 struct event per; member in struct:mc146818
154 evtimer_add(&rtc.per, &rtc.per_tv);
197 evtimer_set(&rtc.per, rtc_fireper, (void *)(intptr_t)rtc.vm_id);
219 if (evtimer_pending(&rtc.per, NULL))
220 evtimer_del(&rtc.per);
222 evtimer_add(&rtc.per, &rtc.per_tv);
361 memset(&rtc.per, 0, sizeof(struct event));
363 evtimer_set(&rtc.per, rtc_fireper, (void *)(intptr_t)rtc.vm_id);
373 evtimer_del(&rtc.per);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Doasys.c344 oasys_per_section_type *per; local
351 per = oasys_per_section (s);
352 if (per->initialized)
383 per = oasys_per_section (section);
385 if (! per->initialized)
389 per->data = bfd_zalloc (abfd, section->size);
390 if (!per->data)
393 per->reloc_tail_ptr = (oasys_reloc_type **) relpp;
394 per->had_vma = FALSE;
395 per
[all...]
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dbench.t607 The numbers represent relative counts per loop iteration, compared to
637 The numbers represent relative counts per loop iteration, compared to
667 The numbers represent relative counts per loop iteration, compared to
683 The numbers represent raw counts per loop iteration.
710 The numbers represent raw counts per loop iteration.
736 The numbers represent raw counts per loop iteration.
749 The numbers represent raw counts per loop iteration.
776 The numbers represent relative counts per loop iteration, compared to
790 The numbers represent relative counts per loop iteration, compared to
804 The numbers represent relative counts per loo
[all...]
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dgenopt.com4 $! p3 is list of items to be written, one per line, into options file
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Doasys.c618 oasys_per_section_type *per; local
625 per = oasys_per_section (s);
626 if (per->initialized)
656 per = oasys_per_section (section);
658 if (! per->initialized)
660 per->data = (bfd_byte *) bfd_zalloc (abfd, section->_raw_size);
661 if (!per->data)
663 per->reloc_tail_ptr
665 per->had_vma = FALSE;
666 per
[all...]
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dwarn_summary202 echo Number of warnings per file:
/openbsd-current/usr.sbin/ypserv/ypinit/
H A Dypinit.sh284 echo "Please continue to add any slave servers, one per line. When you are"
317 echo "Then add new servers, one per line. When done type a <control D>."
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProfData.inc130 // Access density is accesses per byte. Multiply by 100 to include the
135 // Lifetime access density is the access density per second of lifetime.
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc280 // We ask for less threads than there are hardware threads per CPU socket, no
290 // Assumes the same number of hardware threads per CPU socket.
/openbsd-current/gnu/llvm/compiler-rt/include/profile/
H A DMemProfData.inc130 // Access density is accesses per byte. Multiply by 100 to include the
135 // Lifetime access density is the access density per second of lifetime.
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.sh574 # DEPRECATED_FRAME_LOCALS_ADDRESS as been replaced by the per-frame
649 # ARGV is an array of strings, one per argument.
915 per-architecture data.
1076 /* Register per-architecture data-pointer.
1078 Reserve space for a per-architecture data-pointer. An identifier
1082 Memory for the per-architecture data shall be allocated using
1087 per-architecture data-pointer for that previous architecture is
1107 /* Register per-architecture memory region.
1219 printf " /* per-architecture data-pointers */\n"
1223 printf " /* per
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/Scope/
H A DGuardStack.pm118 compile-time "scope" is left. Multiple hooks can be added per scope
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc532 "interceptor: %.*s (reported once per process)\n",
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DParseLink.pm129 Parsing is implemented per L<perlpodspec>. For backward compatibility,
134 The inferred anchor text is implemented per L<perlpodspec>:
/openbsd-current/gnu/lib/libiberty/src/
H A Dvmsbuild.com64 $! we now have a file with one entry per line of unresolvable symbols
/openbsd-current/gnu/usr.bin/binutils/
H A DMakefile.def124 // for each subdirectory. There can be several such lines per target.
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dsol2-c1.asm52 ! (the innermost stack frame) with a NULL value, per page 3-32 of the ABI.
62 ! As specified per page 3-32 of the ABI, %edx contains a function
H A Dsol2-gc1.asm55 ! (the innermost stack frame) with a NULL value, per page 3-32 of the ABI.
65 ! As specified per page 3-32 of the ABI, %edx contains a function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-c1.asm52 ! (the innermost stack frame) with a NULL value, per page 3-32 of the ABI.
62 ! As specified per page 3-32 of the ABI, %edx contains a function
H A Dsol2-gc1.asm55 ! (the innermost stack frame) with a NULL value, per page 3-32 of the ABI.
65 ! As specified per page 3-32 of the ABI, %edx contains a function
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DDumpAsXML.pm116 (more-or-less) one token per line, with line-wrapping.
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A DSDBM_File.pm60 $basename.dir (or .sdbm_dir on VMS, per DIRFEXT constant)
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbench.pl47 percentage per test/perl combination, it displays values for 13 different
334 per field to be calculated based on the average of each tests's count
343 column I<perl>. The I<perl> value is as per C<--norm>. For example
439 column 'perl'. The perl value is as per --norm.
447 optionally be succeeded by --args= and --env= to specify per-executable
1531 print "The numbers represent raw counts per loop iteration.\n";
1535 The numbers represent relative counts per loop iteration, compared to
1626 # format with only a single line of output per test.
1660 # print per-test header
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Df_sort.t28 processes, and multi-line labels violate its 1-line-per-test

Completed in 362 milliseconds

1234