Searched defs:COMPARE (Results 1 - 20 of 20) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_abbrev_hash.h35 #define COMPARE(a, b) (0) macro
H A Ddwarf_sig8_hash.h34 #define COMPARE(a, b) (0) macro
/external/elfutils/src/
H A Dsymbolhash.c31 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
H A Dversionhash.c30 #define COMPARE(a, b) strcmp ((a)->id, (b)->id) macro
H A Dsymbolhash.h25 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
H A Dsectionhash.c71 #define COMPARE(a, b) scnhead_compare (a, b) macro
/external/elfutils/libasm/
H A Dsymbolhash.h36 #define COMPARE(a, b) \ macro
H A Dsymbolhash.c44 #define COMPARE(a, b) \ macro
/external/valgrind/none/tests/s390x/
H A Ddfp-3.c27 #define COMPARE(insn, v1, v2, type) \ macro
59 COMPARE(CDTR, d64_1, d64_1, _Decimal64);
60 COMPARE(CDTR, d64_1, d64_2, _Decimal64);
61 COMPARE(CDTR, d64_2, d64_1, _Decimal64);
66 COMPARE(CDTR, d64_1, d64_2, _Decimal64);
67 COMPARE(CDTR, d64_1, d64_1, _Decimal64);
68 COMPARE(CDTR, d64_2, d64_2, _Decimal64);
74 COMPARE(CXTR, d128_1, d128_1, _Decimal128);
75 COMPARE(CXTR, d128_1, d128_2, _Decimal128);
76 COMPARE(CXT
[all...]
/external/elfutils/lib/
H A Ddynamicsizehash.h124 # undef COMPARE macro
H A Dfixedsizehash.h45 COMPARE comparison function taking two pointers to TYPE objects
144 && COMPARE (data, ENTRYP (htab->table[idx])) == 0)
158 && COMPARE (data, ENTRYP(htab->table[idx])) == 0)
262 #undef COMPARE macro
/external/elfutils/libelf/
H A Dnlist.c51 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) macro
/external/protobuf/src/google/protobuf/stubs/
H A Dstringpiece_unittest.cc146 #define COMPARE(result, op, x, y) \ macro
150 COMPARE(true, ==, "", "");
151 COMPARE(true, ==, "", NULL);
152 COMPARE(true, ==, NULL, "");
153 COMPARE(true, ==, "a", "a");
154 COMPARE(true, ==, "aa", "aa");
155 COMPARE(false, ==, "a", "");
156 COMPARE(false, ==, "", "a");
157 COMPARE(false, ==, "a", "b");
158 COMPARE(fals
234 #undef COMPARE macro
[all...]
/external/curl/docs/examples/
H A Dhtmltitle.cpp45 #define COMPARE(a, b) (!_stricmp((a), (b))) macro
47 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro
153 if (COMPARE((char *)name, "TITLE"))
170 if (COMPARE((char *)name, "TITLE"))
/external/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc63 #define COMPARE(ASM, EXP) \ macro
157 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!");
158 COMPARE(dci(0x910003fd), "mov x29, sp");
159 COMPARE(dci(0x9100e3a0), "add x0, x29, #0x38 (56)");
160 COMPARE(dci(0xb900001f), "str wzr, [x0]");
161 COMPARE(dci(0x528000e1), "mov w1, #0x7");
162 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]");
163 COMPARE(dci(0x390043a0), "strb w0, [x29, #16]");
164 COMPARE(dci(0x790027a0), "strh w0, [x29, #18]");
165 COMPARE(dc
[all...]
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_cast_main.cpp37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \ macro
99 COMPARE(cast, FromType, bool, Val, FromTypeString);
100 COMPARE(cast, FromType, uint8_t, Val, FromTypeString);
101 COMPARE(cast, FromType, myint8_t, Val, FromTypeString);
102 COMPARE(cast, FromType, uint16_t, Val, FromTypeString);
103 COMPARE(cast, FromType, int16_t, Val, FromTypeString);
104 COMPARE(cast, FromType, uint32_t, Val, FromTypeString);
105 COMPARE(cast, FromType, int32_t, Val, FromTypeString);
106 COMPARE(cast, FromType, uint64, Val, FromTypeString);
107 COMPARE(cas
[all...]
/external/kernel-headers/modified/scsi/
H A Dscsi_proto.h63 #define COMPARE 0x39 macro
/external/kernel-headers/original/scsi/
H A Dscsi_proto.h63 #define COMPARE 0x39 macro
/external/icu/icu4c/source/i18n/
H A DdecNumber.c200 #define COMPARE 0x01 /* Compare operators */ macro
205 #define COMPSIG 0x06 /* .. [signaling COMPARE] */
890 decCompareOp(res, lhs, rhs, set, COMPARE, &status);
3051 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */
3066 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */
3102 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
5810 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */
6022 /* COMPARE -- returns the signum (as a number) giving the */
6025 /* COMPSIG -- as COMPARE except that a quiet NaN raises */
6042 /* C must have space for one digit for COMPARE o
[all...]
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 711 milliseconds