Searched refs:after (Results 1 – 16 of 16) sorted by relevance
/sysdeps/aarch64/ |
A D | tst-vpcs.c | 36 void vpcs_call_regs (struct regs *after, struct regs *before); 41 struct regs before, after; in do_test() local 48 vpcs_call_regs (&after, &before); in do_test() 51 if (before.x[i] != after.x[i]) in do_test() 60 (unsigned long long)after.x[i]); in do_test() 63 if (before.v.u[i] != after.v.u[i]) in do_test() 70 (unsigned long long)after.v.u[2*(i/2)+1], in do_test() 71 (unsigned long long)after.v.u[2*(i/2)]); in do_test()
|
/sysdeps/mach/ |
A D | sleep.c | 32 time_t before, after; in __sleep() local 43 after = time_now (); in __sleep() 46 return seconds - (after - before); in __sleep()
|
A D | clock_nanosleep.c | 54 struct timespec after, elapsed; in nanosleep_call() local 55 __clock_gettime (CLOCK_REALTIME, &after); in nanosleep_call() 56 timespec_sub (&elapsed, &after, &before); in nanosleep_call()
|
/sysdeps/mips/ |
A D | preconfigure | 20 # $config_machine is not really needed here but the slash after
|
/sysdeps/hppa/ |
A D | add_n.S | 30 ;! out that the data cache contention after a store makes such
|
A D | sub_n.S | 30 ;! out that the data cache contention after a store makes such
|
/sysdeps/arm/ |
A D | preconfigure.ac | 9 # sysdeps/arm/configure.ac after those tests have been run.
|
A D | preconfigure | 9 # sysdeps/arm/configure.ac after those tests have been run.
|
/sysdeps/arm/armv6t2/ |
A D | memchr.S | 107 and r2,r2,#7 @ Leave the count remaining as the number after the double words have been done 128 @ r0 points to the start of the double word after the one that was tested
|
/sysdeps/hppa/hppa1.1/ |
A D | mul_1.S | 30 ;! not become faster due to data cache contention after a store. On the
|
A D | addmul_1.S | 30 ;! can not become faster due to data cache contention after a store. On the
|
A D | submul_1.S | 30 ;! can not become faster due to data cache contention after a store. On the
|
/sysdeps/alpha/ |
A D | strrchr.S | 80 and t3, t4, t3 # e0 : mask out char matches after null
|
/sysdeps/arm/armv6/ |
A D | strrchr.S | 96 @ Found EOS. Zap found C after EOS.
|
/sysdeps/alpha/alphaev67/ |
A D | strrchr.S | 92 and t3, t4, t3 # E : mask out char matches after null
|
/sysdeps/powerpc/powerpc64/le/ |
A D | Makefile | 34 define after-link
|
Completed in 13 milliseconds