Home
last modified time | relevance | path

Searched refs:PAIR (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/lib/
H A Derrnos.h33 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 Dsigname.h21 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 Dtst_res.c141 #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 Dpersonality01.c23 #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 Dconfstr01.c23 #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 Dstanza.c88 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 Dtinjpage.c49 #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 Dtinjpage.c49 #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 Dprosumer.c47 #define PAIR(high, low) (((uint64_t)(high) << 32) | low) macro
127 b = PAIR(4, a) >> 16; in decompress()
/third_party/openssl/test/
H A Dparams_conversion_test.c52 const PAIR *pp = s->pairs; in param_conversion_load_stanza()
H A Dtestutil.h564 } PAIR; typedef
575 PAIR pairs[TESTMAXPAIRS];
H A Devp_test.c3638 static char *take_value(PAIR *pp) in take_value()
3707 PAIR *pp; in parse()
H A Dbntest.c57 PAIR *pp = s->pairs; in findattr()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h1580 #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()

Completed in 19 milliseconds