Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 128) sorted by relevance

123456

/sysdeps/mach/hurd/
A Dsigstack.c27 stack_t as, oas; in sigstack() local
29 as.ss_sp = ss->ss_sp; in sigstack()
30 as.ss_size = 0; in sigstack()
31 as.ss_flags = 0; in sigstack()
33 if (__sigaltstack (&as, &oas) < 0) in sigstack()
A Dshlib-versions5 # libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release.
8 # libhurduser.so.0.3 corresponds to hurd/*.defs as of 11 June 2002.
/sysdeps/powerpc/fpu/
A Dt_sqrt.c130 double as = (ls+hs)*0.5;
135 printf("%.4f,%.4f%s",as,ax,
137 assert((hs-ls)/as < 1/256.0);
/sysdeps/pthread/
A Dsem_routines.c47 const struct inuse_sem *as = (const struct inuse_sem *) a; in sem_search() local
50 if (as->ino != bs->ino) in sem_search()
52 return as->ino < bs->ino ? -1 : (as->ino == bs->ino ? 0 : 1); in sem_search()
54 if (as->dev != bs->dev) in sem_search()
56 return as->dev < bs->dev ? -1 : (as->dev == bs->dev ? 0 : 1); in sem_search()
58 return strcmp (as->name, bs->name); in sem_search()
/sysdeps/unix/sysv/linux/sh/
A DMakefile6 gen-as-const-headers += ucontext_i.sym
10 gen-as-const-headers += sigaltstack-offsets.sym
/sysdeps/mips/mips64/
A Daddmul_1.S60 ld $8,0($5) # load new s1 limb as early as possible
78 ld $8,0($5) # load new s1 limb as early as possible
A Dmul_1.S61 ld $8,0($5) # load new s1 limb as early as possible
78 ld $8,0($5) # load new s1 limb as early as possible
A Dsubmul_1.S61 ld $8,0($5) # load new s1 limb as early as possible
79 ld $8,0($5) # load new s1 limb as early as possible
/sysdeps/unix/sysv/linux/ia64/
A DMakefile7 gen-as-const-headers += sigcontext-offsets.sym
13 gen-as-const-headers += sigaltstack-offsets.sym
/sysdeps/unix/sysv/linux/powerpc/
A Dldd-rewrite.sed5 # of ld.so as generated in Makeconfig
11 # this works for /lib64/ld64.so.x and /lib/ld.so.x as input
/sysdeps/unix/sysv/linux/s390/
A Dldd-rewrite.sed5 # of ld.so as generated in Makeconfig
11 # this works for /lib64/ld64.so.x and /lib/ld.so.x as input
/sysdeps/unix/sysv/linux/m68k/m680x0/
A DMakefile2 gen-as-const-headers += ucontext_i.sym
/sysdeps/nios2/nptl/
A DMakefile21 gen-as-const-headers += tcb-offsets.sym
/sysdeps/powerpc/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/sparc/nptl/
A DMakefile2 gen-as-const-headers += tcb-offsets.sym
/sysdeps/i386/htl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/x86_64/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/ia64/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/i386/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/s390/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/sh/
A DMakefile2 gen-as-const-headers += tcb-offsets.sym
/sysdeps/unix/sysv/linux/generic/
A DREADME8 syscall APIs, as the 32-bit ones are no longer provided. Note that
11 of this support is in more flux as of this writing.
/sysdeps/unix/sysv/linux/csky/
A DMakefile7 gen-as-const-headers += ucontext_i.sym
/sysdeps/unix/sysv/linux/hppa/
A DMakefile3 gen-as-const-headers += ucontext_i.sym
/sysdeps/mips/
A Dlocalplt.data2 # relocation means this test cannot check for GOT relocations as an

Completed in 18 milliseconds

123456