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

  /external/elfutils/libdw/
dwarf_abbrev_hash.h 56 #define COMPARE(a, b) (0)
  /external/elfutils/src/
symbolhash.c 39 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
versionhash.c 38 #define COMPARE(a, b) strcmp ((a)->id, (b)->id)
symbolhash.h 33 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
sectionhash.c 79 #define COMPARE(a, b) scnhead_compare (a, b)
  /external/elfutils/libasm/
symbolhash.h 33 #define COMPARE(a, b) \
symbolhash.c 41 #define COMPARE(a, b) \
  /external/v8/test/cctest/
test-disasm-arm.cc 87 #define COMPARE(asm_, compare_string) \
96 // Verify that all invocations of the COMPARE macro passed successfully.
107 COMPARE(and_(r0, r1, Operand(r2)),
109 COMPARE(and_(r1, r2, Operand(r3), LeaveCC),
111 COMPARE(and_(r2, r3, Operand(r4), SetCC),
113 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq),
116 COMPARE(eor(r4, r5, Operand(r6, LSL, 0)),
118 COMPARE(eor(r4, r5, Operand(r7, LSL, 1), SetCC),
120 COMPARE(eor(r4, r5, Operand(r8, LSL, 2), LeaveCC, ne),
122 COMPARE(eor(r4, r5, Operand(r9, LSL, 3), SetCC, cs)
    [all...]
test-disasm-mips.cc 89 #define COMPARE(asm_, compare_string) \
98 // Verify that all invocations of the COMPARE macro passed successfully.
109 COMPARE(addu(a0, a1, a2),
111 COMPARE(addu(t2, t3, t4),
113 COMPARE(addu(v0, v1, s0),
116 COMPARE(subu(a0, a1, a2),
118 COMPARE(subu(t2, t3, t4),
120 COMPARE(subu(v0, v1, s0),
123 COMPARE(mult(a0, a1),
125 COMPARE(mult(t2, t3)
    [all...]
  /external/elfutils/lib/
dynamicsizehash.h 140 # undef COMPARE
fixedsizehash.h 66 COMPARE comparison function taking two pointers to TYPE objects
165 && COMPARE (data, ENTRYP (htab->table[idx])) == 0)
179 && COMPARE (data, ENTRYP(htab->table[idx])) == 0)
283 #undef COMPARE
  /frameworks/native/include/utils/
StrongPointer.h 36 #define COMPARE(_op_) \
97 COMPARE(==)
98 COMPARE(!=)
99 COMPARE(>)
100 COMPARE(<)
101 COMPARE(<=)
102 COMPARE(>=)
111 #undef COMPARE
  /system/core/libpixelflinger/tinyutils/
smartpointer.h 21 #define COMPARE(_op_) \
71 COMPARE(==)
72 COMPARE(!=)
73 COMPARE(>)
74 COMPARE(<)
75 COMPARE(<=)
76 COMPARE(>=)
  /external/elfutils/libelf/
nlist.c 72 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str)
  /external/srec/tools/grxmlcompile/
sub_min.cpp 29 #define COMPARE(x,y) (arc[x]->Compare(arc[y]))
  /external/v8/src/
runtime.js 120 function COMPARE(x, ncr) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 75 #define COMPARE 0x39
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 75 #define COMPARE 0x39
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 75 #define COMPARE 0x39
  /external/qemu/fpu/
softfloat.c     [all...]
  /external/icu4c/i18n/
decNumber.c 197 #define COMPARE 0x01 /* Compare operators */
202 #define COMPSIG 0x06 /* .. [signaling COMPARE] */
4719 Int compare, tarunits; \/* work *\/ local
6194 Int compare; \/* work *\/ local
    [all...]

Completed in 862 milliseconds