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

1 2

  /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/libdw/
dwarf_abbrev_hash.h 20 #define COMPARE(a, b) (0)
  /external/elfutils/libasm/
symbolhash.h 21 #define COMPARE(a, b) \
symbolhash.c 29 #define COMPARE(a, b) \
  /external/elfutils/src/
symbolhash.c 27 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
symbolhash.h 21 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
versionhash.c 26 #define COMPARE(a, b) strcmp ((a)->id, (b)->id)
sectionhash.c 67 #define COMPARE(a, b) scnhead_compare (a, b)
  /system/core/libpixelflinger/tinyutils/
smartpointer.h 21 #define COMPARE(_op_) \
71 COMPARE(==)
72 COMPARE(!=)
73 COMPARE(>)
74 COMPARE(<)
75 COMPARE(<=)
76 COMPARE(>=)
  /frameworks/base/include/utils/
StrongPointer.h 36 #define COMPARE(_op_) \
97 COMPARE(==)
98 COMPARE(!=)
99 COMPARE(>)
100 COMPARE(<)
101 COMPARE(<=)
102 COMPARE(>=)
111 #undef COMPARE
  /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
dynamicsizehash.c 22 COMPARE comparison function taking two pointers to TYPE objects
45 && COMPARE (htab->table[idx].data, val) == 0)
60 && COMPARE (htab->table[idx].data, val) == 0)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ggc.h 256 #define splay_tree_new_ggc(COMPARE) \
257 splay_tree_new_with_allocator (COMPARE, NULL, NULL, \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ggc.h 256 #define splay_tree_new_ggc(COMPARE) \
257 splay_tree_new_with_allocator (COMPARE, NULL, NULL, \
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
ggc.h 256 #define splay_tree_new_ggc(COMPARE) \
257 splay_tree_new_with_allocator (COMPARE, NULL, NULL, \
rtl.def 422 DEF_RTL_EXPR(COMPARE, "compare", "ee", RTX_BIN_ARITH)
    [all...]
genrtl.h 326 gen_rtx_fmt_ee (COMPARE, (MODE), (ARG0), (ARG1))
  /external/elfutils/libelf/
nlist.c 39 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 75 #define COMPARE 0x39
  /external/v8/src/
builtins.h 213 V(COMPARE, 2) \
runtime.js 113 function COMPARE(x, ncr) {
  /external/srec/tools/grxmlcompile/
sub_min.cpp 29 #define COMPARE(x,y) (arc[x]->Compare(arc[y]))
  /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...]
  /external/qemu/fpu/
softfloat.c     [all...]

Completed in 2513 milliseconds

1 2