Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/personality/
Dpersonality01.c34 #define PAIR(id) {id, #id} macro
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/
DMainActivity.java144 private static final byte PAIR = (byte) 129; field in ExtendedStandardMessageCodec
/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.h415 } PAIR; typedef
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h1478 #define PAIR(u, s) \ in ir3_try_swap_signedness() macro