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

  /external/elfutils/libdw/
dwarf_abbrev_hash.h 20 #define COMPARE(a, b) (0)
  /external/elfutils/src/
symbolhash.c 27 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
versionhash.c 26 #define COMPARE(a, b) strcmp ((a)->id, (b)->id)
symbolhash.h 21 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
sectionhash.c 67 #define COMPARE(a, b) scnhead_compare (a, b)
  /external/elfutils/libasm/
symbolhash.h 21 #define COMPARE(a, b) \
symbolhash.c 29 #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...]
  /external/elfutils/lib/
dynamicsizehash.h 104 # undef COMPARE
fixedsizehash.h 33 COMPARE comparison function taking two pointers to TYPE objects
132 && COMPARE (data, ENTRYP (htab->table[idx])) == 0)
146 && COMPARE (data, ENTRYP(htab->table[idx])) == 0)
246 #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 39 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str)
  /frameworks/base/include/utils/
RefBase.h 34 #define COMPARE(_op_) \
211 COMPARE(==)
212 COMPARE(!=)
213 COMPARE(>)
214 COMPARE(<)
215 COMPARE(<=)
216 COMPARE(>=)
278 COMPARE(==)
279 COMPARE(!=)
280 COMPARE(>)
    [all...]
  /external/srec/tools/grxmlcompile/
sub_min.cpp 29 #define COMPARE(x,y) (arc[x]->Compare(arc[y]))
  /external/v8/src/
runtime.js 116 function COMPARE(x, ncr) {
  /external/qemu/fpu/
softfloat.c     [all...]
  /external/icu4c/i18n/
decNumber.c 197 #define COMPARE 0x01 /* Compare operators */
202 #define COMPSIG 0x06 /* .. [signaling COMPARE] */
4705 Int compare, tarunits; \/* work *\/ local
6173 Int compare; \/* work *\/ local
    [all...]

Completed in 171 milliseconds