Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h81 MAX(alignof(ContextsSerialized), MAX(alignof(ContextsSplit), alignof(ContextsPreSplit)));
83 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/bionic/
Dbionic_elf_tls.cpp70 .skew = phdr.p_vaddr % MAX(1, phdr.p_align), in __bionic_get_tls_segment()
144 const size_t max_align = MAX(alignof(bionic_tcb), seg->aligned_size.align.value); in reserve_exe_segment_and_tcb()
205 align_ = MAX(align_, align.value); in align_cursor()
236 const size_t offset_tp = align_cursor_unskewed(MAX(before.align.value, after.align.value)); in reserve_tp_pair()
292 size_t bytes = dtv_size_in_bytes(MAX(1, loaded_cnt)); in calculate_new_dtv_count()
Dbionic_allocator.cpp317 align = MAX(align, 16); in memalign()
321 size = MAX(size, align); in memalign()
Dsysconf.cpp181 return MAX(MIN(__sysconf_rlimit(RLIMIT_STACK) / 4, 3 * _STK_LIM / 4), ARG_MAX); in sysconf()
/bionic/libc/include/sys/
Dparam.h74 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/bionic/libc/kernel/uapi/linux/
Dcxl_mem.h12 …DIA, "Get Scan Media Results"), ___C(GET_TIMESTAMP, "Get Timestamp"), ___C(MAX, "invalid / last co…
/bionic/linker/
Dlinker_block_allocator_test.cpp81 size_t dist = __BIONIC_ALIGN(MAX(sizeof(Element), kBlockSizeMin), kBlockSizeAlign); in linker_allocator_test_helper()
Dlinker_block_allocator.cpp58 : block_size_(__BIONIC_ALIGN(MAX(block_size, kBlockSizeMin), kBlockSizeAlign)), in LinkerBlockAllocator()
/bionic/tests/
Dinttypes_test.cpp88 PRINTF_TYPED(MAX, max_t); in TEST()
98 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
240 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]
245 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
248 ### fill\_on\_free[=MAX\_FILLED\_BYTES]
251 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
254 ### fill[=MAX\_FILLED\_BYTES]
257 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
[all …]