/sysdeps/pthread/ |
A D | tst-once2.c | 61 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 D | tst-cancel10.c | 72 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 D | tst-barrier4.c | 66 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 D | tst-basic2.c | 50 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 D | tst-mutex7.c | 135 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 D | tst-cond10.c | 88 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 D | tst-fork1.c | 72 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 D | tst-cond2.c | 87 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.S | 45 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 D | lshift.S | 9 # 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 D | strcpy.S | 31 .set at define
|
A D | htons.S | 26 .set at define
|
/sysdeps/sparc/sparc64/ |
A D | sub_n.S | 34 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 D | add_n.S | 37 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 D | mul_1.S | 10 ;! 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 D | lshift.S | 43 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 D | sysdep.S | 36 .set at define 41 .set at define
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 463 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 D | lshift.S | 9 # 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 D | regdef.h | 39 #define AT $at /* assembler temporary */
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | swapcontext.S | 29 .set at define
|
A D | syscall.S | 49 .set at define
|
/sysdeps/x86/ |
A D | dl-tunables.list | 8 # 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 D | configure.ac | 4 # Test if compiler targets at least sparcv8. 5 AC_CACHE_CHECK([for at least sparcv8 support],
|
/sysdeps/csky/ |
A D | configure.ac | 9 # work around problem with autoconf and empty lines at the end of files
|