Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 124) sorted by relevance

12345

/sysdeps/pthread/
A Dtst-once2.c61 pthread_attr_t at; in do_test() local
65 if (pthread_attr_init (&at) != 0) in do_test()
71 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
78 if (pthread_create (&th[cnt], &at, tf, (void *) (long int) cnt) != 0) in do_test()
84 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-cancel10.c72 pthread_attr_t at; in do_test() local
74 if (pthread_attr_init (&at) != 0) in do_test()
80 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
91 if (pthread_create (&th[i], &at, tf, (void *) (long int) i) != 0) in do_test()
97 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-barrier4.c66 pthread_attr_t at; in do_test() local
69 if (pthread_attr_init (&at) != 0) in do_test()
75 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
95 if (pthread_create (&th[cnt], &at, tf, NULL) != 0) in do_test()
101 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-basic2.c50 pthread_attr_t at; in do_test() local
52 if (pthread_attr_init (&at) != 0) in do_test()
58 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
79 if (pthread_create (&th[i], &at, tf, (void *) (long int) i) != 0) in do_test()
94 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-mutex7.c135 pthread_attr_t at; in do_test() local
139 if (pthread_attr_init (&at) != 0) in do_test()
145 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
158 if (pthread_create (&th[cnt], &at, tf, (void *) (long int) cnt) != 0) in do_test()
164 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-cond10.c88 pthread_attr_t at; in do_test() local
90 if (pthread_attr_init (&at) != 0) in do_test()
96 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
111 if (pthread_create (&th[i], &at, tf, NULL) != 0) in do_test()
160 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-fork1.c72 pthread_attr_t at; in do_test() local
74 if (pthread_attr_init (&at) != 0) in do_test()
80 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
94 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-cond2.c87 pthread_attr_t at; in do_test() local
89 if (pthread_attr_init (&at) != 0) in do_test()
95 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
105 err = pthread_create (&th[i], &at, tf, (void *) (long int) i); in do_test()
121 if (pthread_attr_destroy (&at) != 0) in do_test()
/sysdeps/alpha/
A D_mcount.S45 mov $at, a1 # a1 = self-pc
46 stq $at, 0x10(sp)
77 ldq $at, 0x10(sp) # restore self-pc
84 mov $at, pv # make pv point to return address
100 ret zero,($at),1
A Dlshift.S9 # the Free Software Foundation; either version 2.1 of the License, or (at your
27 # This code runs at 4.8 cycles/limb on the 21064. With infinite unrolling,
46 s8addq $18,$17,$17 # make r17 point at end of s1
50 s8addq $18,$16,$16 # make r16 point at end of RES
A Dstrcpy.S31 .set at define
A Dhtons.S26 .set at define
/sysdeps/sparc/sparc64/
A Dsub_n.S34 add %o1,%g1,%o1 ! make s1_ptr point at end
35 add %o2,%g1,%o2 ! make s2_ptr point at end
36 add %o0,%g1,%o0 ! make res_ptr point at end
A Dadd_n.S37 add %o1,%g1,%o1 ! make s1_ptr point at end
38 add %o2,%g1,%o2 ! make s2_ptr point at end
39 add %o0,%g1,%o0 ! make res_ptr point at end
/sysdeps/hppa/hppa1.1/
A Dmul_1.S10 ;! the Free Software Foundation; either version 2.1 of the License, or (at your
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
35 ;! We could use fldds to read two limbs at a time from the S1 array, and that
/sysdeps/mips/mips64/
A Dlshift.S43 daddu $5,$5,$2 # make r5 point at end of src
46 daddu $4,$4,$2 # make r4 point at end of res
/sysdeps/unix/mips/
A Dsysdep.S36 .set at define
41 .set at define
/sysdeps/posix/
A Dgetaddrinfo.c463 at->scopeid = 0; in gaih_inet()
464 at->next = NULL; in gaih_inet()
482 at->addr[3] = at->addr[0]; in gaih_inet()
484 at->addr[1] = 0; in gaih_inet()
485 at->addr[0] = 0; in gaih_inet()
505 at->addr); in gaih_inet()
509 at->family = AF_INET6; in gaih_inet()
513 at->addr[0] = at->addr[3]; in gaih_inet()
514 at->family = AF_INET; in gaih_inet()
953 at->family = AF_INET6; in gaih_inet()
[all …]
/sysdeps/alpha/alphaev5/
A Dlshift.S9 # the Free Software Foundation; either version 2.1 of the License, or (at your
27 # This code runs at 3.25 cycles/limb on the EV5.
38 s8addq $18,$17,$17 # make r17 point at end of s1
41 s8addq $18,$16,$16 # make r16 point at end of RES
/sysdeps/unix/sysv/linux/alpha/alpha/
A Dregdef.h39 #define AT $at /* assembler temporary */
/sysdeps/unix/sysv/linux/alpha/
A Dswapcontext.S29 .set at define
A Dsyscall.S49 .set at define
/sysdeps/x86/
A Ddl-tunables.list8 # version 2.1 of the License, or (at your option) any later version.
42 # REP MOVSB becomes faster apprximately at 8KB. The AVX512
44 # threshold is universally set at 2112 bytes. Note: Since the
47 # default value and the minimum value must be updated at
/sysdeps/sparc/sparc32/
A Dconfigure.ac4 # Test if compiler targets at least sparcv8.
5 AC_CACHE_CHECK([for at least sparcv8 support],
/sysdeps/csky/
A Dconfigure.ac9 # work around problem with autoconf and empty lines at the end of files

Completed in 22 milliseconds

12345