HomeSort by relevance Sort by last modified time
    Searched defs:COMPARE (Results 1 - 25 of 36) sorted by null

1 2

  /external/elfutils/libdw/
dwarf_abbrev_hash.h 35 #define COMPARE(a, b) (0)
dwarf_sig8_hash.h 34 #define COMPARE(a, b) (0)
  /external/elfutils/src/
symbolhash.c 31 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
versionhash.c 30 #define COMPARE(a, b) strcmp ((a)->id, (b)->id)
symbolhash.h 25 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
sectionhash.c 71 #define COMPARE(a, b) scnhead_compare (a, b)
  /external/elfutils/libasm/
symbolhash.h 36 #define COMPARE(a, b) \
symbolhash.c 44 #define COMPARE(a, b) \
  /frameworks/av/media/img_utils/src/
Orderable.cpp 24 #define COMPARE(op) \
29 COMPARE(>)
30 COMPARE(<)
31 COMPARE(>=)
32 COMPARE(<=)
33 COMPARE(==)
34 COMPARE(!=)
TiffWriter.cpp 37 #define COMPARE(op) \
  /frameworks/av/media/img_utils/include/img_utils/
TiffEntry.h 109 #define COMPARE(op) \
114 COMPARE(>)
115 COMPARE(<)
124 #undef COMPARE
  /external/valgrind/none/tests/s390x/
dfp-3.c 27 #define COMPARE(insn, v1, v2, type) \
55 /* compare 8 bytes DFP value */
59 COMPARE(CDTR, d64_1, d64_1, _Decimal64);
60 COMPARE(CDTR, d64_1, d64_2, _Decimal64);
61 COMPARE(CDTR, d64_2, d64_1, _Decimal64);
63 /* compare NAN and INF operands */
66 COMPARE(CDTR, d64_1, d64_2, _Decimal64);
67 COMPARE(CDTR, d64_1, d64_1, _Decimal64);
68 COMPARE(CDTR, d64_2, d64_2, _Decimal64);
70 /* compare 16 bytes DFP value *
    [all...]
  /external/elfutils/lib/
dynamicsizehash.h 124 # undef COMPARE
fixedsizehash.h 45 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
  /frameworks/rs/cpp/util/
StrongPointer.h 37 #define COMPARE(_op_) \
98 COMPARE(==)
99 COMPARE(!=)
100 COMPARE(>)
101 COMPARE(<)
102 COMPARE(<=)
103 COMPARE(>=)
112 #undef COMPARE
  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 30 #define COMPARE(_op_) \
80 COMPARE(==)
81 COMPARE(!=)
82 COMPARE(>)
83 COMPARE(<)
84 COMPARE(<=)
85 COMPARE(>=)
  /system/core/libutils/include/utils/
StrongPointer.h 27 #define COMPARE(_op_) \
92 COMPARE(==)
93 COMPARE(!=)
94 COMPARE(>)
95 COMPARE(<)
96 COMPARE(<=)
97 COMPARE(>=)
109 #undef COMPARE
  /external/curl/docs/examples/
htmltitle.cpp 45 #define COMPARE(a, b) (!_stricmp((a), (b)))
47 #define COMPARE(a, b) (!strcasecmp((a), (b)))
141 if(COMPARE((char *)name, "TITLE")) {
157 if(COMPARE((char *)name, "TITLE"))
  /external/elfutils/libelf/
nlist.c 51 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str)
  /external/protobuf/src/google/protobuf/stubs/
stringpiece_unittest.cc 146 #define COMPARE(result, op, x, y) \
148 EXPECT_EQ(result, StringPiece((x)).compare(StringPiece((y))) op 0)
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")
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sparse_add_grad_op.cc 88 #define COMPARE(a_or_b, idx) \
109 COMPARE(a, i);
110 COMPARE(b, j);
119 COMPARE(a, i);
124 COMPARE(b, j);
127 #undef COMPARE
  /external/vixl/test/aarch64/
test-disasm-aarch64.cc 63 #define COMPARE(ASM, EXP) \
162 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!");
163 COMPARE(dci(0x910003fd), "mov x29, sp");
164 COMPARE(dci(0x9100e3a0), "add x0, x29, #0x38 (56)");
165 COMPARE(dci(0xb900001f), "str wzr, [x0]");
166 COMPARE(dci(0x528000e1), "mov w1, #0x7");
167 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]");
168 COMPARE(dci(0x390043a0), "strb w0, [x29, #16]");
169 COMPARE(dci(0x790027a0), "strh w0, [x29, #18]");
170 COMPARE(dci(0xb9400400), "ldr w0, [x0, #4]")
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
test_cast_main.cpp 37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \
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(cast, FromType, int64, Val, FromTypeString)
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 49 COMPARE(Type.SINGLE_REFERENCE),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
scsi.h 75 #define COMPARE 0x39

Completed in 750 milliseconds

1 2