Searched defs:PAIR (Results 1 – 6 of 6) sorted by relevance
34 #define PAIR(id) {id, #id} macro
46 #define PAIR(high, low) (((uint64_t)(high) << 32) | low) macro
132 #define PAIR(def) [def] = {.name = #def, .val = def}, macro
49 #define PAIR(x) x, sizeof(x)-1 macro
564 } PAIR; typedef
1580 #define PAIR(u, s) \ in ir3_try_swap_signedness() macro