Home
last modified time | relevance | path

Searched refs:max (Results 1 – 24 of 24) sorted by relevance

/sysdeps/pthread/
A Dtst-key1.c33 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 Dtst-key4.c26 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 DMakefile4 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 DMakefile4 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 Dsleep.c37 const unsigned int max in __sleep() local
46 ts.tv_sec += MIN (seconds, max); in __sleep()
/sysdeps/sparc/fpu/
A Dfraiseexcpt.c28 double zero, one, max, min, pi; in __feraiseexcept() member
59 __asm ("" : "=e" (d) : "0" (c.max)); in __feraiseexcept()
/sysdeps/ieee754/dbl-64/
A Dmydefs.h32 #define max(x, y) (((y) > (x)) ? (y) : (x)) macro
A De_sqrt.c92 res = ((((z - s) + zz) < 0) ? max (res, res1) : in __ieee754_sqrt()
/sysdeps/unix/sysv/linux/
A Dtst-socket-consts.py57 status = max(
A Difaddrs.c288 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 Difunc-impl-list.c32 size_t max) in __libc_ifunc_impl_list() argument
34 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
/sysdeps/arm/armv7/multiarch/
A Difunc-impl-list.c30 size_t max) in __libc_ifunc_impl_list() argument
/sysdeps/x86_64/multiarch/
A Dstrlen-avx2.S359 jb L(max)
366 jb L(max)
406 jb L(max)
416 L(max):
439 jb L(max)
446 jb L(max)
A Dstrlen-evex.S312 jb L(max)
319 jb L(max)
328 L(max):
357 jb L(max)
386 jb L(max)
A Difunc-impl-list.c35 size_t max) in __libc_ifunc_impl_list() argument
37 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
/sysdeps/s390/multiarch/
A D8bit-generic.c219 uint32_t max = sizeof (from_ucs4) / sizeof (from_ucs4[0]); \
274 , [R_MAX] "d" (max) \
A Difunc-impl-list.c77 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 Difunc-impl-list.c30 size_t max) in __libc_ifunc_impl_list() argument
32 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
/sysdeps/sparc/sparc64/multiarch/
A Difunc-impl-list.c31 size_t max) in __libc_ifunc_impl_list() argument
/sysdeps/nptl/
A DpthreadP.h703 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 Ddl-cacheinfo.h261 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 Difunc-impl-list.c33 size_t max) in __libc_ifunc_impl_list() argument
35 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()
/sysdeps/alpha/alphaev6/
A Dmemset.S46 addq $18, $16, $6 # E : max address to write to
/sysdeps/powerpc/powerpc64/multiarch/
A Difunc-impl-list.c30 size_t max) in __libc_ifunc_impl_list() argument
32 assert (max >= MAX_IFUNC); in __libc_ifunc_impl_list()

Completed in 30 milliseconds