Searched refs:before (Results 1 – 18 of 18) 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 44 unsigned char *p = (unsigned char *)&before; in do_test() 45 for (int i = 0; i < sizeof before; i++) in do_test() 48 vpcs_call_regs (&after, &before); in do_test() 51 if (before.x[i] != after.x[i]) in do_test() 59 (unsigned long long)before.x[i], in do_test() 63 if (before.v.u[i] != after.v.u[i]) in do_test() 68 (unsigned long long)before.v.u[2*(i/2)+1], in do_test() 69 (unsigned long long)before.v.u[2*(i/2)], in do_test()
|
/sysdeps/mach/ |
A D | Makefile | 38 mach-before-compile := $(mach-objpfx)mach-shortcuts.h \ 45 $(patsubst mach%,m\%h%,$(mach-before-compile)): mach-before-compile # Run only if doesn't exist. 46 .PHONY: mach-before-compile 47 mach-before-compile: 48 $(MAKE) -C $(..)mach subdir=mach mach-before-compile no_deps=t generating=t 50 before-compile += $(mach-before-compile)
|
A D | sleep.c | 32 time_t before, after; in __sleep() local 38 before = time_now (); in __sleep() 46 return seconds - (after - before); in __sleep()
|
A D | Subdirs | 1 # This file says that the mach subdirectory should appear before all others. 4 # first (and mach before hurd, at that). The before-compile additions in
|
A D | clock_nanosleep.c | 31 struct timespec before; in nanosleep_call() local 41 __clock_gettime (CLOCK_REALTIME, &before); in nanosleep_call() 56 timespec_sub (&elapsed, &after, &before); in nanosleep_call()
|
/sysdeps/mach/hurd/ |
A D | Subdirs | 1 # This file says that the hurd subdirectory should appear before all others. 4 # first (and mach before hurd, at that). The before-compile additions in
|
A D | Makefile | 48 before-compile += $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process) 49 $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process): hurd-before-compile 50 .PHONY: hurd-before-compile 51 hurd-before-compile: $(common-objpfx)mach/mach-shortcuts.h 52 $(MAKE) -C $(..)hurd subdir=hurd before-compile no_deps=t 58 $(MAKE) -C $(..)mach subdir=mach before-compile no_deps=t
|
/sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/ |
A D | Implies | 1 # Make sure this comes before the powerpc/powerpc32/fpu that's
|
/sysdeps/pthread/ |
A D | tst-robust8.c | 39 static const struct timespec before = { 0, 0 }; variable 74 e = pthread_mutex_timedlock (&map[r], &before); in tf()
|
/sysdeps/i386/ |
A D | dl-trampoline.S | 260 # Restore stack before return.
|
/sysdeps/arm/ |
A D | configure.ac | 69 # This was buggy in assemblers from GNU binutils versions before 2.25.1
|
A D | configure | 227 # This was buggy in assemblers from GNU binutils versions before 2.25.1
|
/sysdeps/unix/sysv/linux/ |
A D | configure.ac | 21 Linux LIBC_LINUX_VERSION or later to be installed before configuring.
|
A D | configure | 40 Linux 3.2.0 or later to be installed before configuring.
|
A D | Makefile | 182 before-compile += $(objpfx)bits/syscall.h
|
/sysdeps/alpha/ |
A D | stxcpy.S | 151 or t6, t2, t2 # e1 : already extracted before
|
/sysdeps/powerpc/powerpc64/le/ |
A D | Makefile | 27 before-compile += $(common-objpfx)no_ldbl_gnu_attribute.bin
|
/sysdeps/alpha/alphaev6/ |
A D | stxcpy.S | 163 or t6, t2, t2 # E : already extracted before (stall)
|
Completed in 22 milliseconds