Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dmisc.h76 typeof(x) _x = (x); \
78 (void) (&_x == &_y); \
79 _x < _y ? _x : _y; \
84 typeof(x) _x = (x); \
86 (void) (&_x == &_y); \
87 _x > _y ? _x : _y; \
92 type _x = (x); \
94 _x < _y ? _x: _y; \
99 type _x = (x); \
101 _x > _y ? _x: _y; \
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic_reg.h88 #define USBDEVINIT_TXFNUM(_x) ((_x) << 3) argument
113 #define USBPHYIF_TOUTCAL(_x) ((_x) << 0) argument

Completed in 5 milliseconds