Home
last modified time | relevance | path

Searched refs:uqmax (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dplatform.c97 end = uqmax(to->mr_start + to->mr_size, from->mr_start + from->mr_size); in memr_merge()
/freebsd/sys/sys/
H A Dlibkern.h96 static __inline u_quad_t uqmax(u_quad_t a, u_quad_t b) { return (a > b ? a : b); } in uqmax() function
/freebsd/sys/dev/ice/
H A Dice_lib.c1264 max_rate = uqmax(max_rate, phy_rates[(bit + 64)]); in ice_phy_types_to_max_rate()
1268 max_rate = uqmax(max_rate, phy_rates[bit]); in ice_phy_types_to_max_rate()