Searched refs:min3 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c629 size = min3(max_table_offset - last_offset,
635 candidate_size = min3(
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h699 * min, min3 and max. Makes it easier to transliterate the spec without
704 #define min3(a,b,c) min(min((a),(b)), (c)) macro
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h474 #define min3(a, b, c) min(a, min(b,c)) macro
/freebsd-13-stable/contrib/expat/lib/
H A Dxmltok.c1261 min3 = 0x800, enumerator in enum:__anon706
1271 if (c < min3) {
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c498 ntp_poll = 1<<max(min3(plist->ppoll, plist->hpoll, NTP_MAXPOLL),
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2921 limit = min3(3 * MAXFRAGS,

Completed in 134 milliseconds