Home
last modified time | relevance | path

Searched defs:PAIR (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/personality/
Dpersonality01.c34 #define PAIR(id) {id, #id} macro
/third_party/ffmpeg/libavcodec/
Dprosumer.c46 #define PAIR(high, low) (((uint64_t)(high) << 32) | low) macro
/third_party/ltp/lib/
Dtst_res.c132 #define PAIR(def) [def] = {.name = #def, .val = def}, macro
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtinjpage.c49 #define PAIR(x) x, sizeof(x)-1 macro
/third_party/openssl/test/
Dtestutil.h564 } PAIR; typedef
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h1580 #define PAIR(u, s) \ in ir3_try_swap_signedness() macro