Searched refs:_a (Results 1 – 8 of 8) sorted by relevance
21 (__extension__({ __typeof__(a) _a = (a); \23 _a > _b ? _a : _b; }))26 (__extension__({ __typeof__(a) _a = (a); \28 _a < _b ? _a : _b; }))157 __typeof__(a) _a = (a); \160 _a > _b ? 1 : _a < _b ? -1 : 0; \
50 void *_a = (a); \51 mp_to_unsigned_bin(_a, (b) + (c) - mp_unsigned_bin_size(_a)); \
706 #define THREAD_PARAM_VALUE(_direction, _a, _b, _c) \ argument709 .a = (_a), .b = (_b), .c = (_c) } \
675 G ## _a, sizeof( G ## _a ), \
Completed in 14 milliseconds