Searched refs:runs (Results 1 – 25 of 58) sorted by relevance
123
/glibc-2.36/nptl/ |
D | tst-pthread-timedlock-lockloop.c | 39 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()
|
D | tst-barrier5.c | 37 int runs = 0; in tf() local 39 while (runs++ < 30) in tf()
|
/glibc-2.36/stdlib/ |
D | tst-arc4random-fork.c | 36 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/ |
D | pthread_once-inputs | 2 # 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
|
D | README | 17 This runs each function for 10 seconds and appends its output to
|
/glibc-2.36/sysdeps/hppa/hppa1.1/ |
D | mul_1.S | 29 ;! 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
|
D | addmul_1.S | 29 ;! 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,
|
D | submul_1.S | 29 ;! 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,
|
D | udiv_qrnnd.S | 2 ;! This version runs fast on PA 7000 and later.
|
/glibc-2.36/ |
D | Makefile.help | 18 This is the file that gets printed when the user runs "make help",
|
D | Makeconfig | 748 # 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
|
D | Rules | 357 # 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/ |
D | header.texi | 11 @c This table runs wide. Shrink fonts.
|
D | resource.texi | 272 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/ |
D | mul_1.S | 28 # This code runs at 42 cycles/limb on the EV4 and 18 cycles/limb on the EV5.
|
D | addmul_1.S | 28 # This code runs at 42 cycles/limb on EV4 and 18 cycles/limb on EV5.
|
D | rshift.S | 27 # This code runs at 4.8 cycles/limb on the 21064. With infinite unrolling,
|
D | submul_1.S | 28 # This code runs at 42 cycles/limb on EV4 and 18 cycles/limb on EV5.
|
D | lshift.S | 27 # This code runs at 4.8 cycles/limb on the 21064. With infinite unrolling,
|
/glibc-2.36/sysdeps/alpha/alphaev5/ |
D | rshift.S | 27 # This code runs at 3.25 cycles/limb on the EV5.
|
D | lshift.S | 27 # This code runs at 3.25 cycles/limb on the EV5.
|
/glibc-2.36/sysdeps/alpha/alphaev6/ |
D | addmul_1.S | 27 # 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/ |
D | README.ufc-crypt | 25 - On most machines, UFC-crypt runs 30-60 times faster than crypt(3) when
|
/glibc-2.36/elf/ |
D | rtld-Rules | 37 # Running to build rtld-libc.a, driving runs of $(rtld-subdir-make), below.
|
/glibc-2.36/sysdeps/hppa/ |
D | udiv_qrnnd.S | 2 ;! This version runs fast on pre-PA7000 CPUs.
|
123