Searched refs:MAX (Results 1 – 11 of 11) sorted by relevance
/system/extras/memory_replay/ |
D | Action.cpp | 172 size_t max = MAX(sizeof(EndThreadAction), sizeof(MallocAction)); in MaxActionSize() 173 max = MAX(max, sizeof(CallocAction)); in MaxActionSize() 174 max = MAX(max, sizeof(ReallocAction)); in MaxActionSize() 175 max = MAX(max, sizeof(MemalignAction)); in MaxActionSize() 176 return MAX(max, sizeof(FreeAction)); in MaxActionSize()
|
/system/connectivity/wifilogd/ |
D | local_utils.h | 35 #define SAFELY_CLAMP(SRC, DST_TYPE, MIN, MAX) \ argument 36 local_utils::internal::SafelyClamp<decltype(SRC), DST_TYPE, MIN, MAX, MIN, \ 37 MAX>(SRC)
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 57 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro 227 uipc_main.max_fd = MAX(uipc_main.max_fd, uipc_main.signal_fds[0]); in uipc_main_init() 292 uipc_main.max_fd = MAX(uipc_main.max_fd, uipc_main.ch[ch_id].fd); in uipc_check_fd_locked() 349 uipc_main.max_fd = MAX(uipc_main.max_fd, fd); in uipc_setup_server_locked()
|
/system/extras/ioshark/ |
D | ioshark_bench.h | 37 #define MAX(A, B) ((A) > (B) ? (A) : (B)) macro
|
D | ioshark_bench_mmap.c | 65 slice = MAX(IOSHARK_MAX_MMAP_IOLEN, in setup_mmap_io_state()
|
D | ioshark_bench_subr.c | 249 *buflen = MAX(MINBUFLEN, len * 2); in get_buf()
|
/system/bt/stack/avrc/ |
D | avrc_api.cc | 41 #ifndef MAX 42 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro 236 const int offset = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in avrc_copy_packet() 237 const int pkt_len = MAX(rsp_pkt_len, p_pkt->len); in avrc_copy_packet() 317 int offset_len = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in avrc_send_continue_frag() 1220 int offset_len = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in AVRC_MsgReq()
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.c | 224 malloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL || in setup()
|
/system/core/toolbox/ |
D | newfs_msdos.c | 567 bpb.res = (fat == 32 ? MAX(x, MAX(16384 / bpb.bps, 4)) : x) + extra_res; in newfs_msdos_main()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 44 MAX = LoadNanoappResponse enumerator
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 53 MAX = LoadNanoappResponse enumerator
|