Searched refs:PAIR (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/lib/ |
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(ECHILD) in tst_strerrno() [all …]
|
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(SIGKILL) in tst_strsig() [all …]
|
D | tst_res.c | 132 #define PAIR(def) [def] = {.name = #def, .val = def}, macro 145 PAIR(TPASS) in strttype() 146 PAIR(TFAIL) in strttype() 147 PAIR(TBROK) in strttype() 148 PAIR(TCONF) in strttype() 149 PAIR(TWARN) in strttype() 150 PAIR(TINFO) in strttype()
|
/third_party/ltp/testcases/kernel/syscalls/personality/ |
D | personality01.c | 34 #define PAIR(id) {id, #id} macro 42 PAIR(PER_LINUX), 43 PAIR(PER_LINUX_32BIT), 44 PAIR(PER_SVR4), 45 PAIR(PER_SVR3), 46 PAIR(PER_SCOSVR3), 47 PAIR(PER_OSR5), 48 PAIR(PER_WYSEV386), 49 PAIR(PER_ISCR4), 50 PAIR(PER_BSD), [all …]
|
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/ |
D | MainActivity.java | 144 private static final byte PAIR = (byte) 129; field in ExtendedStandardMessageCodec 152 stream.write(PAIR); in writeValue() 165 case PAIR: in readValueOfType()
|
/third_party/openssl/test/testutil/ |
D | stanza.c | 88 PAIR *pp = s->pairs; in test_readstanza() 150 PAIR *pp = s->pairs; in test_clearstanza()
|
/third_party/flutter/flutter/dev/integration_tests/channels/ios/Runner/ |
D | AppDelegate.m | 24 const UInt8 PAIR = 129; 40 [self writeByte:PAIR]; 62 case PAIR: {
|
/third_party/ffmpeg/libavcodec/ |
D | prosumer.c | 46 #define PAIR(high, low) (((uint64_t)(high) << 32) | low) macro 126 b = PAIR(4, a) >> 16; in decompress()
|
/third_party/openssl/test/ |
D | testutil.h | 415 } PAIR; typedef 426 PAIR pairs[TESTMAXPAIRS];
|
D | evp_test.c | 2509 static char *take_value(PAIR *pp) in take_value() 2524 PAIR *pp; in parse()
|
D | bntest.c | 62 PAIR *pp = s->pairs; in findattr()
|
/third_party/openssl/ |
D | CHANGES | 6576 pairs, and defined the PEM tag as "CERTIFICATE PAIR".
|