Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DAction.cpp172 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/
Dlocal_utils.h35 #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/
Duipc.cc57 #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/
Dioshark_bench.h37 #define MAX(A, B) ((A) > (B) ? (A) : (B)) macro
Dioshark_bench_mmap.c65 slice = MAX(IOSHARK_MAX_MMAP_IOLEN, in setup_mmap_io_state()
Dioshark_bench_subr.c249 *buflen = MAX(MINBUFLEN, len * 2); in get_buf()
/system/bt/stack/avrc/
Davrc_api.cc41 #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/
Ddd.c224 malloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL || in setup()
/system/core/toolbox/
Dnewfs_msdos.c567 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/
Dhost_messages_generated.h44 MAX = LoadNanoappResponse enumerator
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h53 MAX = LoadNanoappResponse enumerator