Home
last modified time | relevance | path

Searched refs:min3 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h44 #define min3(a, b, c) min(a, min(b, c)) macro
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c629 size = min3(max_table_offset - last_offset, in mlx4_create_zones()
635 candidate_size = min3( in mlx4_create_zones()
/freebsd/contrib/ntp/include/
H A Dntp.h715 #define min3(a,b,c) min(min((a),(b)), (c)) macro
/freebsd/contrib/expat/lib/
H A Dxmltok.c1261 min3 = 0x800, in XmlUtf8Encode() enumerator
1271 if (c < min3) { in XmlUtf8Encode()
/freebsd/sys/contrib/dev/rtw88/
H A Ddebug.c695 min3(pwr_param.pwr_offset, in rtw_debugfs_get_tx_pwr_tbl()
H A Dphy.c2142 offset = min3(pwr_param.pwr_offset, in rtw_phy_get_tx_power_index()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c498 ntp_poll = 1<<max(min3(plist->ppoll, plist->hpoll, NTP_MAXPOLL), in dopeers()
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c2951 limit = min3(3 * MAXFRAGS, in collect_mru_list()