Searched refs:MIN (Results 1 – 10 of 10) sorted by relevance
/system/core/libbacktrace/ |
D | BacktracePtrace.cpp | 76 bytes = MIN(map.end - addr, bytes); in Read() 84 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/core/liblog/ |
D | logprint.c | 931 prefixLen = MIN(prefixLen, sizeof(prefixBuf)); in android_log_formatLogLine() 933 suffixLen = MIN(suffixLen, sizeof(suffixBuf)); in android_log_formatLogLine() 946 suffixLen += MIN(len, sizeof(suffixBuf) - suffixLen); in android_log_formatLogLine() 998 prefixLen += MIN(len, sizeof(prefixBuf) - prefixLen); in android_log_formatLogLine() 999 suffixLen = MIN(suffixLen, sizeof(suffixBuf)); in android_log_formatLogLine()
|
/system/core/logwrapper/ |
D | logwrap.c | 37 #define MIN(a,b) (((a)<(b))?(a):(b)) macro 148 cnt = MIN(line_len, e_buf->buf_size - e_buf->write); in add_line_to_circular_buf()
|
/system/bt/btif/src/ |
D | btif_pan.c | 84 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro 763 memcpy(packet, btpan_cb.congest_packet, MIN(btpan_cb.congest_packet_size, buffer->len)); in btu_exec_tap_fd_read() 764 buffer->len = MIN(btpan_cb.congest_packet_size, buffer->len); in btu_exec_tap_fd_read()
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | conv.c | 150 maxlen = MIN(cbsz, in.dbcnt); in block()
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 95 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.c | 60 #define MIN(a, b) \ macro 1665 at_len = MIN(at_len, sizeof(buf)); in bta_hf_client_send_at_atd()
|
/system/core/toolbox/ |
D | newfs_msdos.c | 591 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN), bpb.bps * NPB); in newfs_msdos_main()
|
/system/core/sdcard/ |
D | sdcard.c | 1447 out.minor = MIN(req->minor, 15); in handle_init()
|