Searched defs:min_t (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.h32 #define min_t(type, _a, _b) (((type)(_a) < (type)(_b)) ? (type)(_a) : (type)(_b)) macro
/freebsd-current/contrib/ofed/libmlx5/
H A Dconfig.h3 #define min_t(type, x, y) ({ \ macro
/freebsd-current/contrib/ofed/libibverbs/
H A Dconfig.h21 #define min_t(type, x, y) ({ \ macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h53 #define min_t(type, x, y) ({ \ macro
/freebsd-current/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h68 #define min_t(type, x, y) min((x), (y)) macro
/freebsd-current/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h56 #define min_t(type, x, y) min(x, y) macro
/freebsd-current/sys/dev/enic/
H A Denic_compat.h55 #define min_t(type, x, y) ({ \ macro
/freebsd-current/sys/dev/mana/
H A Dgdma_util.h89 #define min_t(type, _x, _y) \ macro
/freebsd-current/sys/dev/axgbe/
H A Dxgbe_osdep.h202 #define min_t(t, a, b) MIN((t)(a), (t)(b)) macro
/freebsd-current/sys/contrib/ena-com/
H A Dena_plat.h227 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) macro
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h125 #define min_t(type, val1, val2) \ macro
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h192 #define min_t(type, x, y) ({ \ macro
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h268 #define min_t(type, x, y) ({ \ macro

Completed in 166 milliseconds