Searched refs:min3 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | minmax.h | 44 #define min3(a, b, c) min(a, min(b, c)) macro
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_qp.c | 629 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 D | ntp.h | 710 * min, min3 and max. Makes it easier to transliterate the spec without 715 #define min3(a,b,c) min(min((a),(b)), (c)) 704 #define min3( global() macro
|
/freebsd/contrib/expat/lib/ |
H A D | xmltok.c | 1261 min3 = 0x800, in XmlUtf8Encode() enumerator 1271 if (c < min3) { in XmlUtf8Encode()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | debug.c | 678 min3(pwr_param.pwr_offset, in rtw_debugfs_get_tx_pwr_tbl()
|
H A D | phy.c | 2145 offset = min3(pwr_param.pwr_offset, in rtw_phy_get_tx_power_index()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 498 ntp_poll = 1<<max(min3(plist->ppoll, plist->hpoll, NTP_MAXPOLL), in dopeers()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 2951 limit = min3(3 * MAXFRAGS, in collect_mru_list()
|