Home
last modified time | relevance | path

Searched refs:__max1 (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/alpine-hal/
HDal_hal_common.h56 type __max1 = (x); \
58 __max1 > __max2 ? __max1 : __max2; })
/freebsd-13-stable/contrib/ofed/libmlx5/
HDconfig.h9 type __max1 = (x); \
11 __max1 > __max2 ? __max1 : __max2; })
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDbcm_osal.h438 #define OSAL_MAX_T(type, __max1, __max2) max_t(type, __max1, __max2) argument
439 #define OSAL_MIN_T(type, __max1, __max2) min_t(type, __max1, __max2) argument
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDkernel.h569 type __max1 = (x); \
571 __max1 > __max2 ? __max1 : __max2; })
/freebsd-13-stable/sys/dev/bnxt/
HDbnxt.h196 type __max1 = (x); \
198 __max1 > __max2 ? __max1 : __max2; })
/freebsd-13-stable/sys/dev/drm2/
HDdrm_os_freebsd.h198 type __max1 = (x); \
200 __max1 > __max2 ? __max1 : __max2; })