Searched refs:_a (Results 1 – 7 of 7) sorted by relevance
210 OI_INT32 _a, _b, _c, _d; \211 _a = *--_src; \215 *--_dest = _a; \
30 ({ typeof(a) _a = (a); typeof(b) _b = (b); _a - (_a % _b); })
60 #define maybe_non_aligned_memcpy(_a, _b, _c) memcpy((void *)(_a), (_b), (_c)) argument
19 identifier [_a-zA-Z][_a-zA-Z0-9]*
52 ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
68 ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); (_a < _b) ? _a : _b; })