Searched refs:MAX (Results 1 – 7 of 7) sorted by relevance
/sysdeps/generic/ |
A D | eloop-threshold.h | 69 return MAX (symloop_max, MIN_ELOOP_THRESHOLD); in __eloop_threshold()
|
/sysdeps/unix/sysv/linux/ |
A D | getloadavg.c | 28 #define CLAMP(v, lo, hi) MIN (MAX (v, lo), hi)
|
A D | sysconf.c | 62 const long int limit = MAX (legacy_ARG_MAX, rlimit.rlim_cur / 4); in __sysconf()
|
A D | getcwd.c | 63 alloc_size = MAX (PATH_MAX, __getpagesize ()); in __getcwd()
|
A D | opendir.c | 112 size_t allocation = MIN (MAX ((size_t) statp->st_blksize, (size_t) in weak_alias()
|
/sysdeps/posix/ |
A D | getcwd.c | 68 #ifndef MAX 69 # define MAX(a, b) ((a) < (b) ? (b) : (a)) macro 364 size_t filesize = dotlen + MAX (sizeof "..", name_alloc); in __getcwd_generic() 372 size_t newsize = MAX (filesize, dotsize * 2); in __getcwd_generic() 422 allocated += MAX (allocated, namlen); in __getcwd_generic()
|
/sysdeps/pthread/ |
A D | tst-stack1.c | 79 size = MAX (size, PTHREAD_STACK_MIN); in do_test()
|
Completed in 7 milliseconds