/sysdeps/pthread/ |
A D | tst-key1.c | 33 int max; in do_test() local 35 max = PTHREAD_KEYS_MAX; in do_test() 37 max = _POSIX_THREAD_KEYS_MAX; in do_test() 39 pthread_key_t *keys = alloca (max * sizeof (pthread_key_t)); in do_test() 42 for (i = 0; i < max; ++i) in do_test() 59 for (i = 0; i < max; ++i) in do_test()
|
A D | tst-key4.c | 26 const int max = PTHREAD_KEYS_MAX; variable 28 const int max = _POSIX_THREAD_KEYS_MAX; variable 37 for (i = 0; i < max; ++i) in tf1() 52 for (i = 0; i < max; ++i) in tf2() 66 keys = alloca (max * sizeof (pthread_key_t)); in do_test() 69 for (i = 0; i < max; ++i) in do_test()
|
/sysdeps/powerpc/powerpc64/power4/ |
A D | Makefile | 4 CFLAGS-wordcopy.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funr… 5 CFLAGS-memmove.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funro…
|
/sysdeps/powerpc/powerpc32/power4/ |
A D | Makefile | 4 CFLAGS-wordcopy.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funr… 5 CFLAGS-memmove.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funro…
|
/sysdeps/posix/ |
A D | sleep.c | 37 const unsigned int max in __sleep() local 46 ts.tv_sec += MIN (seconds, max); in __sleep()
|
/sysdeps/sparc/fpu/ |
A D | fraiseexcpt.c | 28 double zero, one, max, min, pi; in __feraiseexcept() member 59 __asm ("" : "=e" (d) : "0" (c.max)); in __feraiseexcept()
|
/sysdeps/ieee754/dbl-64/ |
A D | mydefs.h | 32 #define max(x, y) (((y) > (x)) ? (y) : (x)) macro
|
A D | e_sqrt.c | 92 res = ((((z - s) + zz) < 0) ? max (res, res1) : in __ieee754_sqrt()
|
/sysdeps/unix/sysv/linux/ |
A D | tst-socket-consts.py | 57 status = max(
|
A D | ifaddrs.c | 288 map_newlink (int index, struct ifaddrs_storage *ifas, int *map, int max) in map_newlink() argument 292 for (i = 0; i < max; i++) in map_newlink()
|
/sysdeps/aarch64/multiarch/ |
A D | ifunc-impl-list.c | 32 size_t max) in __libc_ifunc_impl_list() argument 34 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
|
/sysdeps/arm/armv7/multiarch/ |
A D | ifunc-impl-list.c | 30 size_t max) in __libc_ifunc_impl_list() argument
|
/sysdeps/x86_64/multiarch/ |
A D | strlen-avx2.S | 359 jb L(max) 366 jb L(max) 406 jb L(max) 416 L(max): 439 jb L(max) 446 jb L(max)
|
A D | strlen-evex.S | 312 jb L(max) 319 jb L(max) 328 L(max): 357 jb L(max) 386 jb L(max)
|
A D | ifunc-impl-list.c | 35 size_t max) in __libc_ifunc_impl_list() argument 37 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
|
/sysdeps/s390/multiarch/ |
A D | 8bit-generic.c | 219 uint32_t max = sizeof (from_ucs4) / sizeof (from_ucs4[0]); \ 274 , [R_MAX] "d" (max) \
|
A D | ifunc-impl-list.c | 77 size_t max) in __libc_ifunc_impl_list() argument 79 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
|
/sysdeps/powerpc/powerpc32/power4/multiarch/ |
A D | ifunc-impl-list.c | 30 size_t max) in __libc_ifunc_impl_list() argument 32 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
|
/sysdeps/sparc/sparc64/multiarch/ |
A D | ifunc-impl-list.c | 31 size_t max) in __libc_ifunc_impl_list() argument
|
/sysdeps/nptl/ |
A D | pthreadP.h | 703 int max = __sched_get_priority_max (pol); in check_sched_priority_attr() local 705 if (min >= 0 && max >= 0 && pr >= min && pr <= max) in check_sched_priority_attr()
|
/sysdeps/x86/ |
A D | dl-cacheinfo.h | 261 unsigned int max = 1; in handle_intel() local 266 while (cnt++ < max) in handle_intel() 279 max = eax & 0xff; in handle_intel()
|
/sysdeps/i386/i686/multiarch/ |
A D | ifunc-impl-list.c | 33 size_t max) in __libc_ifunc_impl_list() argument 35 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
|
/sysdeps/alpha/alphaev6/ |
A D | memset.S | 46 addq $18, $16, $6 # E : max address to write to
|
/sysdeps/powerpc/powerpc64/multiarch/ |
A D | ifunc-impl-list.c | 30 size_t max) in __libc_ifunc_impl_list() argument 32 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
|