Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 12 of 12) 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/libufdt/
Dufdt_node_pool.c25 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
31 MAX(sizeof(struct ufdt_node_fdt_node), sizeof(struct ufdt_node_fdt_prop))
/system/bt/udrv/ulinux/
Duipc.cc58 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
200 uipc.max_fd = MAX(uipc.max_fd, uipc.signal_fds[0]); in uipc_main_init()
265 uipc.max_fd = MAX(uipc.max_fd, uipc.ch[ch_id].fd); in uipc_check_fd_locked()
321 uipc.max_fd = MAX(uipc.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.c252 *buflen = MAX(MINBUFLEN, len * 2); in get_buf()
/system/bt/stack/avrc/
Davrc_api.cc42 #ifndef MAX
43 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
237 const int offset = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in avrc_copy_packet()
238 const int pkt_len = MAX(rsp_pkt_len, p_pkt->len); in avrc_copy_packet()
316 int offset_len = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in avrc_send_continue_frag()
1185 int offset_len = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in AVRC_MsgReq()
/system/core/storaged/
Dstoraged.cpp216 ssize_t size = ROUND_UP(MAX(min_benchmark_size, proto->ByteSize()), in prepare_proto()
/system/tools/hidl/test/hidl_test/
Dstatic_test.cpp244 static_assert(IExpression::Number::MAX == 255, "");
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h74 MAX = LowPowerMicAccessRelease enumerator
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h93 MAX = LowPowerMicAccessRelease enumerator