Searched refs:_a (Results 1 – 5 of 5) sorted by relevance
202 unsigned _a = (unsigned) addr; \206 type((const int*)_a, __s); \208 _a += __s; \214 unsigned _a = (unsigned) addr; \215 type((const int*)_a, _s); \
212 OI_INT32 _a, _b, _c, _d; \213 _a = *--_src; \217 *--_dest = _a; \
20 #define WPA_IS_MULTICAST(_a) (*(_a) & 0x01) argument
342 static int wpa_non_pref_chan_cmp(const void *_a, const void *_b) in wpa_non_pref_chan_cmp() argument344 const struct wpa_mbo_non_pref_channel *a = _a, *b = _b; in wpa_non_pref_chan_cmp()
63 ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); (_a < _b) ? _a : _b; })