Searched refs:MAX (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 82 MAX(alignof(ContextsSerialized), MAX(alignof(ContextsSplit), alignof(ContextsPreSplit))); 84 MAX(sizeof(ContextsSerialized), MAX(sizeof(ContextsSplit), sizeof(ContextsPreSplit)));
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strstr.c | 55 #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()
|
D | memmem.c | 58 #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/ |
D | param.h | 71 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
|
/bionic/libc/kernel/uapi/linux/ |
D | cxl_mem.h | 24 …, ___C(GET_HEALTH_INFO, "Get Health Info"), ___C(GET_LOG, "Get Log"), ___C(MAX, "invalid / last co…
|
/bionic/libc/bionic/ |
D | bionic_elf_tls.cpp | 136 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()
|
D | bionic_allocator.cpp | 321 align = MAX(align, 16); in memalign() 325 size = MAX(size, align); in memalign()
|
D | sysconf.cpp | 79 return MAX(MIN(__sysconf_rlimit(RLIMIT_STACK) / 4, 3 * _STK_LIM / 4), ARG_MAX); in sysconf()
|
/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 | 99 ### 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 …]
|