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

1 2

  /external/elfutils/src/libdw/
dwarf_abbrev_hash.h 35 #define COMPARE(a, b) (0)
dwarf_sig8_hash.h 34 #define COMPARE(a, b) (0)
  /external/elfutils/src/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/src/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(!=)
  /external/v8/test/cctest/
test-disasm-mips.cc 79 #define COMPARE(asm_, compare_string) \
88 // Verify that all invocations of the COMPARE macro passed successfully.
99 COMPARE(addu(a0, a1, a2),
101 COMPARE(addu(t2, t3, t4),
103 COMPARE(addu(v0, v1, s0),
106 COMPARE(subu(a0, a1, a2),
108 COMPARE(subu(t2, t3, t4),
110 COMPARE(subu(v0, v1, s0),
114 COMPARE(mult(a0, a1),
116 COMPARE(mult(t2, t3)
    [all...]
test-disasm-mips64.cc 79 #define COMPARE(asm_, compare_string) \
88 // Verify that all invocations of the COMPARE macro passed successfully.
99 COMPARE(addu(a0, a1, a2),
101 COMPARE(daddu(a0, a1, a2),
103 COMPARE(addu(a6, a7, t0),
105 COMPARE(daddu(a6, a7, t0),
107 COMPARE(addu(v0, v1, s0),
109 COMPARE(daddu(v0, v1, s0),
112 COMPARE(subu(a0, a1, a2),
114 COMPARE(dsubu(a0, a1, a2)
    [all...]
test-disasm-arm.cc 79 #define COMPARE(asm_, compare_string) \
92 // Verify that all invocations of the COMPARE macro passed successfully.
103 COMPARE(and_(r0, r1, Operand(r2)),
105 COMPARE(and_(r1, r2, Operand(r3), LeaveCC),
107 COMPARE(and_(r2, r3, Operand(r4), SetCC),
109 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq),
112 COMPARE(eor(r4, r5, Operand(r6, LSL, 0)),
114 COMPARE(eor(r4, r5, Operand(r7, LSL, 1), SetCC),
116 COMPARE(eor(r4, r5, Operand(r8, LSL, 2), LeaveCC, ne),
118 COMPARE(eor(r4, r5, Operand(r9, LSL, 3), SetCC, cs)
    [all...]
test-disasm-arm64.cc 62 #define COMPARE(ASM, EXP) \
108 COMPARE(dci(0xa9ba7bfd), "stp fp, lr, [csp, #-96]!");
109 COMPARE(dci(0x910003fd), "mov fp, csp");
110 COMPARE(dci(0x9100e3a0), "add x0, fp, #0x38 (56)");
111 COMPARE(dci(0xb900001f), "str wzr, [x0]");
112 COMPARE(dci(0x528000e1), "movz w1, #0x7");
113 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]");
114 COMPARE(dci(0x390043a0), "strb w0, [fp, #16]");
115 COMPARE(dci(0x790027a0), "strh w0, [fp, #18]");
116 COMPARE(dci(0xb9400400), "ldr w0, [x0, #4]")
    [all...]
  /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/src/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
  /frameworks/rs/server/
StrongPointer.h 36 #define COMPARE(_op_) \
97 COMPARE(==)
98 COMPARE(!=)
99 COMPARE(>)
100 COMPARE(<)
101 COMPARE(<=)
102 COMPARE(>=)
111 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
StrongPointer.h 37 #define COMPARE(_op_) \
98 COMPARE(==)
99 COMPARE(!=)
100 COMPARE(>)
101 COMPARE(<)
102 COMPARE(<=)
103 COMPARE(>=)
112 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
StrongPointer.h 37 #define COMPARE(_op_) \
98 COMPARE(==)
99 COMPARE(!=)
100 COMPARE(>)
101 COMPARE(<)
102 COMPARE(<=)
103 COMPARE(>=)
112 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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/include/utils/
StrongPointer.h 33 #define COMPARE(_op_) \
93 COMPARE(==)
94 COMPARE(!=)
95 COMPARE(>)
96 COMPARE(<)
97 COMPARE(<=)
98 COMPARE(>=)
107 #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(>=)
  /external/elfutils/src/libelf/
nlist.c 51 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str)

Completed in 577 milliseconds

1 2