Searched refs:_b (Results 1 – 7 of 7) sorted by relevance
210 OI_INT32 _a, _b, _c, _d; \212 _b = *--_src; \216 *--_dest = _b; \
60 #define maybe_non_aligned_memcpy(_a, _b, _c) memcpy((void *)(_a), (_b), (_c)) argument
30 ({ typeof(a) _a = (a); typeof(b) _b = (b); _a - (_a % _b); })
52 ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
23 on property:sys.cppreopt=requested && property:ro.boot.slot_suffix=_b
68 ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); (_a < _b) ? _a : _b; })