Searched refs:MAX (Results 1 – 12 of 12) 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/libufdt/ |
D | ufdt_node_pool.c | 25 #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/ |
D | uipc.cc | 58 #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/ |
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 | 252 *buflen = MAX(MINBUFLEN, len * 2); in get_buf()
|
/system/bt/stack/avrc/ |
D | avrc_api.cc | 42 #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/ |
D | storaged.cpp | 216 ssize_t size = ROUND_UP(MAX(min_benchmark_size, proto->ByteSize()), in prepare_proto()
|
/system/tools/hidl/test/hidl_test/ |
D | static_test.cpp | 244 static_assert(IExpression::Number::MAX == 255, "");
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 74 MAX = LowPowerMicAccessRelease enumerator
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 93 MAX = LowPowerMicAccessRelease enumerator
|