Searched defs:PAIR (Results 1 – 7 of 7) sorted by relevance
34 #define PAIR(id) {id, #id} macro
144 private static final byte PAIR = (byte) 129; field in ExtendedStandardMessageCodec
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
415 } PAIR; typedef
1478 #define PAIR(u, s) \ in ir3_try_swap_signedness() macro