Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 5 of 5) 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/bt/udrv/ulinux/
Duipc.c57 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
234 uipc_main.max_fd = MAX(uipc_main.max_fd, uipc_main.signal_fds[0]); in uipc_main_init()
307 uipc_main.max_fd = MAX(uipc_main.max_fd, uipc_main.ch[ch_id].fd); in uipc_check_fd_locked()
372 uipc_main.max_fd = MAX(uipc_main.max_fd, fd); in uipc_setup_server_locked()
/system/bt/stack/avrc/
Davrc_api.c38 #ifndef MAX
39 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
119 const int offset = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in avrc_copy_packet()
120 const int pkt_len = MAX(rsp_pkt_len, p_pkt->len); in avrc_copy_packet()
196 int offset_len = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in avrc_send_continue_frag()
1014 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()