/third_party/ltp/lib/ |
H A D | errnos.h | 33 PAIR(EPERM) in tst_strerrno() 34 PAIR(ENOENT) in tst_strerrno() 35 PAIR(ESRCH) in tst_strerrno() 36 PAIR(EINTR) in tst_strerrno() 37 PAIR(EIO) in tst_strerrno() 38 PAIR(ENXIO) in tst_strerrno() 39 PAIR(E2BIG) in tst_strerrno() 40 PAIR(ENOEXEC) in tst_strerrno() 41 PAIR(EBADF) in tst_strerrno() 42 PAIR(ECHIL in tst_strerrno() [all...] |
H A D | signame.h | 21 PAIR(SIGHUP) in tst_strsig() 22 PAIR(SIGINT) in tst_strsig() 23 PAIR(SIGQUIT) in tst_strsig() 24 PAIR(SIGILL) in tst_strsig() 26 PAIR(SIGTRAP) in tst_strsig() 33 PAIR(SIGABRT) in tst_strsig() 37 PAIR(SIGEMT) in tst_strsig() 40 PAIR(SIGBUS) in tst_strsig() 42 PAIR(SIGFPE) in tst_strsig() 43 PAIR(SIGKIL in tst_strsig() [all...] |
H A D | tst_res.c | 141 #define PAIR(def) [def] = {.name = #def, .val = def}, macro 154 PAIR(TPASS) in strttype() 155 PAIR(TFAIL) in strttype() 156 PAIR(TBROK) in strttype() 157 PAIR(TCONF) in strttype() 158 PAIR(TWARN) in strttype() 159 PAIR(TINFO) in strttype()
|
/third_party/ltp/testcases/kernel/syscalls/personality/ |
H A D | personality01.c | 23 #define PAIR(id) {id, #id} macro 31 PAIR(PER_LINUX), 32 PAIR(PER_LINUX_32BIT), 33 PAIR(PER_SVR4), 34 PAIR(PER_SVR3), 35 PAIR(PER_SCOSVR3), 36 PAIR(PER_OSR5), 37 PAIR(PER_WYSEV386), 38 PAIR(PER_ISCR4), 39 PAIR(PER_BS [all...] |
/third_party/ltp/testcases/kernel/syscalls/confstr/ |
H A D | confstr01.c | 23 #define PAIR(name) {_CS_ ## name, #name} macro 29 PAIR(PATH), 30 PAIR(GNU_LIBC_VERSION), 31 PAIR(GNU_LIBPTHREAD_VERSION), 32 PAIR(POSIX_V7_ILP32_OFF32_CFLAGS), 33 PAIR(POSIX_V7_ILP32_OFF32_LDFLAGS), 34 PAIR(POSIX_V7_ILP32_OFF32_LIBS), 35 PAIR(POSIX_V7_ILP32_OFFBIG_CFLAGS), 36 PAIR(POSIX_V7_ILP32_OFFBIG_LDFLAGS), 37 PAIR(POSIX_V7_ILP32_OFFBIG_LIB [all...] |
/third_party/openssl/test/testutil/ |
H A D | stanza.c | 88 PAIR *pp = s->pairs; in test_readstanza() 151 PAIR *pp = s->pairs; in test_clearstanza()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tinjpage.c | 49 #define PAIR(x) x, sizeof(x)-1 macro 146 write(1, PAIR("I seem to be in a signal loop. bailing out.\n")); in sighandler() 931 write(1, PAIR(" didn't kill itself?\n")); in main()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tinjpage.c | 49 #define PAIR(x) x, sizeof(x)-1 macro 146 write(1, PAIR("I seem to be in a signal loop. bailing out.\n")); in sighandler() 931 write(1, PAIR(" didn't kill itself?\n")); in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | prosumer.c | 47 #define PAIR(high, low) (((uint64_t)(high) << 32) | low) macro 127 b = PAIR(4, a) >> 16; in decompress()
|
/third_party/openssl/test/ |
H A D | params_conversion_test.c | 52 const PAIR *pp = s->pairs; in param_conversion_load_stanza()
|
H A D | testutil.h | 564 } PAIR; typedef 575 PAIR pairs[TESTMAXPAIRS];
|
H A D | evp_test.c | 3638 static char *take_value(PAIR *pp) in take_value() 3707 PAIR *pp; in parse()
|
H A D | bntest.c | 57 PAIR *pp = s->pairs; in findattr()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 1580 #define PAIR(u, s) \ in ir3_try_swap_signedness() macro 1585 PAIR(ADD_U, ADD_S) in ir3_try_swap_signedness() 1586 PAIR(SUB_U, SUB_S) in ir3_try_swap_signedness() 1590 PAIR(MUL_U24, MUL_S24) in ir3_try_swap_signedness()
|