Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 44) sorted by relevance

12

/glibc-2.36/misc/
Difunc-impl-list.c29 size_t max __attribute__ ((unused))) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/posix/
Dsleep.c37 const unsigned int max in __sleep() local
/glibc-2.36/sysdeps/aarch64/multiarch/
Difunc-impl-list.c29 size_t max) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/i386/i686/multiarch/
Difunc-impl-list.c30 size_t max) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/x86_64/multiarch/
Difunc-impl-list.c33 size_t max) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/pthread/
Dtst-key4.c26 const int max = PTHREAD_KEYS_MAX; variable
28 const int max = _POSIX_THREAD_KEYS_MAX; variable
Dtst-key1.c33 int max; in do_test() local
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/
Difunc-impl-list.c27 size_t max) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/sparc/sparc64/multiarch/
Difunc-impl-list.c31 size_t max) in __libc_ifunc_impl_list()
/glibc-2.36/include/
Difunc-impl-list.h37 #define IFUNC_IMPL_ADD(array, max, func, usable, impl) \ argument
43 #define IFUNC_IMPL(max, name, func, ...) \ argument
Dintprops.h169 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
176 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument
183 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ argument
192 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument
207 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument
215 #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ argument
225 #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ argument
269 # define _GL_ADD_OVERFLOW(a, b, min, max) \ argument
271 # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ argument
273 # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ argument
[all …]
/glibc-2.36/sysdeps/s390/multiarch/
Difunc-impl-list.c74 size_t max) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/
Difunc-impl-list.c27 size_t max) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/arm/armv7/multiarch/
Difunc-impl-list.c30 size_t max) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Dmydefs.h32 #define max(x, y) (((y) > (x)) ? (y) : (x)) macro
/glibc-2.36/sysdeps/sparc/fpu/
Dfraiseexcpt.c28 double zero, one, max, min, pi; in __feraiseexcept() member
/glibc-2.36/malloc/
Dtst-reallocarray.c49 const size_t max = ~(size_t)0; in do_test() local
/glibc-2.36/resolv/
Dns_date.c101 datepart(const char *buf, int size, int min, int max, int *errp) { in datepart()
Dinet_addr.c108 static const in_addr_t max[4] = { 0xffffffff, 0xffffff, 0xffff, 0xff }; in inet_aton_end() local
/glibc-2.36/benchtests/
Dbench-wcrtomb.c108 timing_t min = 0x7fffffffffffffff, max = 0, total = 0; in main() local
Dbench-skeleton.c70 timing_t total = 0, max = 0, min = 0x7fffffffffffffff; in main() local
/glibc-2.36/locale/
Dtst-localedef-path-norm.c240 int max = i + cpus; in do_test() local
/glibc-2.36/stdlib/
Dcanonicalize.c68 # define __getcwd(buf, max) getcwd (buf, max, 0) argument
73 # define __getcwd(buf, max) getwd (buf) argument
/glibc-2.36/elf/
Ddl-tunable-types.h42 tunable_num_t max; member
/glibc-2.36/time/
Dtst-strftime.c61 size_t max; member

12