Searched refs:min3 (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/external/bsd/common/include/linux/ |
| D | kernel.h | 96 #define min3(X, Y, Z) MIN(X, MIN(Y, Z)) macro
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp.h | 717 #define min3(a,b,c) min(min((a),(b)), (c)) macro
|
| /netbsd/src/external/mit/expat/dist/lib/ |
| D | xmltok.c | 1261 min3 = 0x800, in XmlUtf8Encode() enumerator 1271 if (c < min3) { in XmlUtf8Encode()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_dp_mst_topology.c | 2681 tosend = min3(mgr->max_dpcd_transaction_bytes, 16, total); in drm_dp_send_sideband_msg() 3743 len = min3(replylen, mgr->max_dpcd_transaction_bytes, 16); in drm_dp_get_one_sb_msg()
|
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | ntpdc_ops.c | 500 ntp_poll = 1<<max(min3(plist->ppoll, plist->hpoll, NTP_MAXPOLL), in dopeers()
|
| /netbsd/src/external/bsd/ntp/dist/ntpq/ |
| D | ntpq-subs.c | 2953 limit = min3(3 * MAXFRAGS, in collect_mru_list()
|