Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 10 of 10) sorted by relevance

/system/core/libbacktrace/
DBacktracePtrace.cpp76 bytes = MIN(map.end - addr, bytes); in Read()
84 size_t copy_bytes = MIN(sizeof(word_t) - align_bytes, bytes); in Read()
DBacktraceCurrent.cpp62 bytes = MIN(map.end - addr, bytes); in Read()
/system/core/liblog/
Dlogprint.c931 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/
Dlogwrap.c37 #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/
Dbtif_pan.c84 #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/
Dconv.c150 maxlen = MIN(cbsz, in.dbcnt); in block()
/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc.c95 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/system/bt/bta/hf_client/
Dbta_hf_client_at.c60 #define MIN(a, b) \ macro
1665 at_len = MIN(at_len, sizeof(buf)); in bta_hf_client_send_at_atd()
/system/core/toolbox/
Dnewfs_msdos.c591 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN), bpb.bps * NPB); in newfs_msdos_main()
/system/core/sdcard/
Dsdcard.c1447 out.minor = MIN(req->minor, 15); in handle_init()