Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dmain.h320 typeof(x)_d1 = (x); \
322 typeof(x)_dummy = (_d1 - _d2); \
323 (void)(&_d1 == &_d2); \
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h269 #define DATA_CMP(_d1, _l1, _d2, _l2) \ argument
270 (_l1 == _l2 ? memcmp(_d1, _d2, _l1) : _l1 - _l2)