Searched refs:MAX (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/include/sys/ |
D | param.h | 50 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
|
/bionic/tests/ |
D | inttypes_test.cpp | 86 PRINTF_TYPED(MAX, max_t); in TEST() 96 SCANF_TYPED(MAX, max_t); in TEST()
|
/bionic/libc/malloc_debug/ |
D | README.md | 95 ### backtrace[=MAX\_FRAMES] 104 If MAX\_FRAMES is present, it indicates the maximum number of frames to 111 ### backtrace\_enable\_on\_signal[=MAX\_FRAMES] 119 If MAX\_FRAMES is present, it indicates the maximum number of frames to 126 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES] 131 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 134 ### fill\_on\_free[=MAX\_FILLED\_BYTES] 137 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 140 ### fill[=MAX\_FILLED\_BYTES] 143 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number [all …]
|
/bionic/libc/bionic/ |
D | sysconf.cpp | 57 return MAX(__sysconf_rlimit(RLIMIT_STACK) / 4, _KERNEL_ARG_MAX); in sysconf()
|
D | fts.c | 102 if (fts_palloc(sp, MAX(fts_maxarglen(argv), PATH_MAX))) in fts_open()
|