Home
last modified time | relevance | path

Searched refs:__max2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_common.h57 type __max2 = (y); \
58 __max1 > __max2 ? __max1 : __max2; })
/freebsd/contrib/ofed/libmlx5/
H A Dconfig.h10 type __max2 = (y); \
11 __max1 > __max2 ? __max1 : __max2; })
/freebsd/sys/dev/enic/
H A Denic_compat.h62 type __max2 = (y); \
63 __max1 > __max2 ? __max1 : __max2; })
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h60 type __max2 = (y); \
61 __max1 > __max2 ? __max1 : __max2; })
/freebsd/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h410 #define OSAL_MAX_T(type, __max1, __max2) max_t(type, __max1, __max2) argument
411 #define OSAL_MIN_T(type, __max1, __max2) min_t(type, __max1, __max2) argument
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h199 type __max2 = (y); \
200 __max1 > __max2 ? __max1 : __max2; })
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h276 type __max2 = (y); \
277 __max1 > __max2 ? __max1 : __max2; })