/system/core/liblog/ |
D | logd_reader.cpp | 224 n = MIN(n, remaining); in android_logger_get_statistics() 231 n = MIN(n, remaining); in android_logger_get_statistics() 290 ret = MIN(ret, remaining); in logdOpen() 299 ret = MIN(ret, remaining); in logdOpen() 308 ret = MIN(ret, remaining); in logdOpen() 314 ret = MIN(ret, remaining); in logdOpen() 321 ret = MIN(ret, remaining); in logdOpen()
|
D | logprint.cpp | 48 #ifndef MIN 49 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 1506 prefixLen = MIN(prefixLen, sizeof(prefixBuf)); in android_log_formatLogLine() 1546 suffixLen += MIN(len, sizeof(suffixBuf) - suffixLen); in android_log_formatLogLine()
|
/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, \
|
/system/core/libbacktrace/ |
D | BacktracePtrace.cpp | 75 bytes = MIN(map.end - addr, bytes); in Read() 83 size_t copy_bytes = MIN(sizeof(word_t) - align_bytes, bytes); in Read()
|
D | BacktraceCurrent.cpp | 62 bytes = MIN(map.end - addr, bytes); in Read()
|
/system/extras/ioshark/ |
D | ioshark_bench_mmap.c | 71 MIN((u_int64_t)total_len, (u_int64_t)slice); in setup_mmap_io_state() 97 iolength = MIN(mio->table[i].len, iolength); in mmap_getnext_off_len()
|
D | ioshark_bench.h | 38 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
|
D | ioshark_bench_subr.c | 283 n = MIN(size, MINBUFLEN); in create_file()
|
/system/core/libsuspend/ |
D | autosuspend_wakeup_count.cpp | 62 sleep_time = MIN(sleep_time * 2, MAX_SLEEP_TIME); in update_sleep_time()
|
/system/bt/btif/src/ |
D | btif_pan.cc | 91 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro 713 MIN(btpan_cb.congest_packet_size, buffer->len)); in btu_exec_tap_fd_read() 714 buffer->len = MIN(btpan_cb.congest_packet_size, buffer->len); in btu_exec_tap_fd_read()
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 99 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
/system/bt/stack/avrc/ |
D | avrc_pars_ct.cc | 32 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro 577 min_len += MIN(p_result->get_caps.count, AVRC_CAP_MAX_NUM_COMP_ID) * 3; in avrc_ctrl_pars_vendor_rsp() 586 min_len += MIN(p_result->get_caps.count, AVRC_CAP_MAX_NUM_EVT_ID); in avrc_ctrl_pars_vendor_rsp()
|
/system/core/storaged/ |
D | storaged.cpp | 259 ret = write(fd, data, MIN(benchmark_unit_size, size)); in flush_proto_data()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 57 #define MIN(a, b) \ macro 1882 at_len = MIN((size_t)at_len, sizeof(buf)); in bta_hf_client_send_at_atd()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 73 MIN = NONE, enumerator
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 92 MIN = NONE, enumerator
|