Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx_iomuxreg.h33 #define IMX_IOMUXREG_SHIFTIN(__x, __mask) ((__x) * IMX_IOMUXREG_LOWEST_SET_BIT(__mask)) argument
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315reg.h242 #define __SHIFTOUT(__x, __mask) (((__x) & (__mask)) / __LOWEST_SET_BIT(__mask)) argument
/f-stack/freebsd/arm/allwinner/
H A Daw_usb3phy.c76 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask)) argument
/f-stack/freebsd/sys/
H A Dcdefs.h495 const volatile __typeof(((s *)0)->m) *__x = (x); \
496 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-nand.c89 ({ typeof (X) __x = (X); \
91 (__x < __y) ? __x : __y; })
95 ({ typeof (X) __x = (X); \
97 (__x > __y) ? __x : __y; })
/f-stack/freebsd/kern/
H A Dkern_ubsan.c61 #define __SHIFTOUT(__x, __mask) (((__x) & (__mask)) / __LOWEST_SET_BIT(__mask)) argument