Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 25 of 58) sorted by relevance

123

/glibc-2.36/nptl/
Dtst-pthread-timedlock-lockloop.c39 static int runs; variable
53 for (unsigned int run = 0; run < runs; run++) in worker_timedlock()
71 for (unsigned int run = 0; run < runs; run++) in worker_clocklock()
95 runs = 100; in run_test_set()
107 runs = 1; in run_test_set()
Dtst-barrier5.c37 int runs = 0; in tf() local
39 while (runs++ < 30) in tf()
/glibc-2.36/stdlib/
Dtst-arc4random-fork.c36 enum { runs = 1500 }; enumerator
60 struct result results[runs][processes];
117 for (int run = 0; run < runs; ++run) in do_test_func()
147 struct index indexes[runs * processes]; in do_test_func()
148 for (int run = 0; run < runs; ++run) in do_test_func()
/glibc-2.36/benchtests/
Dpthread_once-inputs2 # We have a single thread that runs a no-op initialization once and then
3 # repeatedly runs checks of the initialization (i.e., an acquire load and
DREADME17 This runs each function for 10 seconds and appends its output to
/glibc-2.36/sysdeps/hppa/hppa1.1/
Dmul_1.S29 ;! This runs at 9 cycles/limb on a PA7000. With the used instructions, it can
31 ;! PA7100 it runs at 7 cycles/limb, and that can not be improved either, since
Daddmul_1.S29 ;! This runs at 11 cycles/limb on a PA7000. With the used instructions, it
31 ;! PA7100 it runs at 10 cycles/limb, and that can not be improved either,
Dsubmul_1.S29 ;! This runs at 12 cycles/limb on a PA7000. With the used instructions, it
31 ;! PA7100 it runs at 11 cycles/limb, and that can not be improved either,
Dudiv_qrnnd.S2 ;! This version runs fast on PA 7000 and later.
/glibc-2.36/
DMakefile.help18 This is the file that gets printed when the user runs "make help",
DMakeconfig748 # that, executed on the host for which the library is built, runs that
763 # that, executed on the build system on which "make" is run, runs that
772 # on which "make" is run, runs the newly built program that is the
782 # for which the library is built, runs the newly built program that is
796 # that, executed on the host for which the library is built, runs that
803 # that, executed on the build system on which "make" is run, runs that
809 # on which "make" is run, runs the newly built test program that is the
816 # for which the library is built, runs the newly built test program that
DRules357 # this configuration. Note this runs every time because it does not
359 # ensure that it runs after a Makefile change to add a test to the list
/glibc-2.36/manual/
Dheader.texi11 @c This table runs wide. Shrink fonts.
Dresource.texi272 The maximum amount of CPU time the process can use. If it runs for
453 ``priority'' may have very little effect on how fast a process runs with
526 (or terminate) after relatively short CPU runs.
567 priority and also when you're working on a program that runs with high
627 relinquishes the CPU, runs out of things to do (blocks), or gets
647 scheduler runs a process, that process is no longer ready to run and no
1037 process runs.
1061 runs from @code{-20} to @code{20}. A lower nice value corresponds to
1503 different runs of the application.
/glibc-2.36/sysdeps/alpha/
Dmul_1.S28 # This code runs at 42 cycles/limb on the EV4 and 18 cycles/limb on the EV5.
Daddmul_1.S28 # This code runs at 42 cycles/limb on EV4 and 18 cycles/limb on EV5.
Drshift.S27 # This code runs at 4.8 cycles/limb on the 21064. With infinite unrolling,
Dsubmul_1.S28 # This code runs at 42 cycles/limb on EV4 and 18 cycles/limb on EV5.
Dlshift.S27 # This code runs at 4.8 cycles/limb on the 21064. With infinite unrolling,
/glibc-2.36/sysdeps/alpha/alphaev5/
Drshift.S27 # This code runs at 3.25 cycles/limb on the EV5.
Dlshift.S27 # This code runs at 3.25 cycles/limb on the EV5.
/glibc-2.36/sysdeps/alpha/alphaev6/
Daddmul_1.S27 # This code runs at 42 cycles/limb on EV4, 18 cycles/limb on EV5, and
82 # The code we use there are for the 21164, and runs at 7 cycles/limb
/glibc-2.36/crypt/
DREADME.ufc-crypt25 - On most machines, UFC-crypt runs 30-60 times faster than crypt(3) when
/glibc-2.36/elf/
Drtld-Rules37 # Running to build rtld-libc.a, driving runs of $(rtld-subdir-make), below.
/glibc-2.36/sysdeps/hppa/
Dudiv_qrnnd.S2 ;! This version runs fast on pre-PA7000 CPUs.

123