Home
last modified time | relevance | path

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

/tools/include/linux/
Doverflow.h52 typeof(d) __d = (d); \
54 (void) (&__a == __d); \
55 __builtin_add_overflow(__a, __b, __d); \
61 typeof(d) __d = (d); \
63 (void) (&__a == __d); \
64 __builtin_sub_overflow(__a, __b, __d); \
70 typeof(d) __d = (d); \
72 (void) (&__a == __d); \
73 __builtin_mul_overflow(__a, __b, __d); \
83 typeof(d) __d = (d); \
[all …]
/tools/perf/
Dbuiltin-version.c50 #define STATUS(__d, __m) \ argument
52 if (IS_BUILTIN(__d)) \
53 status_print(#__m, #__d, "on"); \
55 status_print(#__m, #__d, "OFF"); \