Home
last modified time | relevance | path

Searched refs:before (Results 1 – 18 of 18) sorted by relevance

/sysdeps/aarch64/
A Dtst-vpcs.c36 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 DMakefile38 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 Dsleep.c32 time_t before, after; in __sleep() local
38 before = time_now (); in __sleep()
46 return seconds - (after - before); in __sleep()
A DSubdirs1 # 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 Dclock_nanosleep.c31 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 DSubdirs1 # 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 DMakefile48 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 DImplies1 # Make sure this comes before the powerpc/powerpc32/fpu that's
/sysdeps/pthread/
A Dtst-robust8.c39 static const struct timespec before = { 0, 0 }; variable
74 e = pthread_mutex_timedlock (&map[r], &before); in tf()
/sysdeps/i386/
A Ddl-trampoline.S260 # Restore stack before return.
/sysdeps/arm/
A Dconfigure.ac69 # This was buggy in assemblers from GNU binutils versions before 2.25.1
A Dconfigure227 # This was buggy in assemblers from GNU binutils versions before 2.25.1
/sysdeps/unix/sysv/linux/
A Dconfigure.ac21 Linux LIBC_LINUX_VERSION or later to be installed before configuring.
A Dconfigure40 Linux 3.2.0 or later to be installed before configuring.
A DMakefile182 before-compile += $(objpfx)bits/syscall.h
/sysdeps/alpha/
A Dstxcpy.S151 or t6, t2, t2 # e1 : already extracted before
/sysdeps/powerpc/powerpc64/le/
A DMakefile27 before-compile += $(common-objpfx)no_ldbl_gnu_attribute.bin
/sysdeps/alpha/alphaev6/
A Dstxcpy.S163 or t6, t2, t2 # E : already extracted before (stall)

Completed in 22 milliseconds