Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h82 MAX(alignof(ContextsSerialized), MAX(alignof(ContextsSplit), alignof(ContextsPreSplit)));
84 MAX(sizeof(ContextsSerialized), MAX(sizeof(ContextsSplit), sizeof(ContextsPreSplit)));
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrstr.c55 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
121 p = MAX(ms, l-ms-1) + 1; in twoway_strstr()
157 for (k=MAX(ms+1,mem); n[k] && n[k] == h[k]; k++); in twoway_strstr()
Dmemmem.c58 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
123 p = MAX(ms, l-ms-1) + 1; in twoway_memmem()
148 for (k=MAX(ms+1,mem); k<l && n[k] == h[k]; k++); in twoway_memmem()
/bionic/libc/include/sys/
Dparam.h71 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/bionic/libc/kernel/uapi/linux/
Dcxl_mem.h24 …, ___C(GET_HEALTH_INFO, "Get Health Info"), ___C(GET_LOG, "Get Log"), ___C(MAX, "invalid / last co…
/bionic/libc/bionic/
Dbionic_elf_tls.cpp136 const size_t max_align = MAX(alignof(bionic_tcb), exe_segment->alignment); in reserve_exe_segment_and_tcb()
164 alignment_ = MAX(alignment_, alignment); in reserve()
218 size_t bytes = dtv_size_in_bytes(MAX(1, loaded_cnt)); in calculate_new_dtv_count()
Dbionic_allocator.cpp321 align = MAX(align, 16); in memalign()
325 size = MAX(size, align); in memalign()
Dsysconf.cpp79 return MAX(MIN(__sysconf_rlimit(RLIMIT_STACK) / 4, 3 * _STK_LIM / 4), ARG_MAX); in sysconf()
/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.md99 ### backtrace[=MAX\_FRAMES]
108 If MAX\_FRAMES is present, it indicates the maximum number of frames to
127 ### backtrace\_enable\_on\_signal[=MAX\_FRAMES]
135 If MAX\_FRAMES is present, it indicates the maximum number of frames to
168 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]
173 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
176 ### fill\_on\_free[=MAX\_FILLED\_BYTES]
179 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
182 ### fill[=MAX\_FILLED\_BYTES]
185 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
[all …]