Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/sys/
Dparam.h50 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/bionic/tests/
Dinttypes_test.cpp86 PRINTF_TYPED(MAX, max_t); in TEST()
96 SCANF_TYPED(MAX, max_t); in TEST()
/bionic/libc/malloc_debug/
DREADME.md95 ### 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/
Dsysconf.cpp57 return MAX(__sysconf_rlimit(RLIMIT_STACK) / 4, _KERNEL_ARG_MAX); in sysconf()
Dfts.c102 if (fts_palloc(sp, MAX(fts_maxarglen(argv), PATH_MAX))) in fts_open()