Searched refs:_x (Results 1 – 2 of 2) sorted by relevance
76 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; \
88 #define USBDEVINIT_TXFNUM(_x) ((_x) << 3) argument113 #define USBPHYIF_TOUTCAL(_x) ((_x) << 0) argument
Completed in 5 milliseconds