Searched refs:COMPARE (Results 1 - 21 of 21) sorted by relevance

/external/v8/test/cctest/
H A Dtest-disasm-arm.cc87 #define COMPARE(asm_, compare_string) \ macro
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(eo
[all...]
/external/elfutils/libdw/
H A Ddwarf_abbrev_hash.h20 #define COMPARE(a, b) (0) macro
/external/elfutils/libasm/
H A Dsymbolhash.h21 #define COMPARE(a, b) \ macro
H A Dsymbolhash.c29 #define COMPARE(a, b) \ macro
/external/elfutils/src/
H A Dsymbolhash.c27 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
H A Dsymbolhash.h21 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
H A Dversionhash.c26 #define COMPARE(a, b) strcmp ((a)->id, (b)->id) macro
H A Dsectionhash.c67 #define COMPARE(a, b) scnhead_compare (a, b) macro
/external/elfutils/lib/
H A Ddynamicsizehash.h104 # undef COMPARE macro
H A Dfixedsizehash.h33 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 macro
H A Ddynamicsizehash.c22 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)
/external/elfutils/libelf/
H A Dnlist.c39 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) macro
/external/v8/src/
H A Dbuiltins.h213 V(COMPARE, 2) \
H A Druntime.js113 function COMPARE(x, ncr) { function
/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp29 #define COMPARE(x,y) (arc[x]->Compare(arc[y])) macro
/external/icu4c/i18n/
H A DdecNumber.c197 #define COMPARE 0x01 /* Compare operators */ macro
202 #define COMPSIG 0x06 /* .. [signaling COMPARE] */
873 decCompareOp(res, lhs, rhs, set, COMPARE, &status);
3023 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */
3038 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */
3074 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
5769 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */
5978 /* COMPARE -- returns the signum (as a number) giving the */
5981 /* COMPSIG -- as COMPARE except that a quiet NaN raises */
5998 /* C must have space for one digit for COMPARE o
[all...]
/external/qemu/fpu/
H A Dsoftfloat.c6167 #define COMPARE(s, nan_exp) \ macro
6217 COMPARE(32, 0xff)
6218 COMPARE(64, 0x7ff)
/external/v8/src/x64/
H A Dcode-stubs-x64.cc2670 builtin = Builtins::COMPARE;
/external/v8/src/arm/
H A Dcode-stubs-arm.cc1676 native = Builtins::COMPARE;
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc3729 builtin = Builtins::COMPARE;
/external/srec/config/en.us/dictionary/
H A Dc0.621964 COMPARE K AH0 M P EH1 R
[all...]

Completed in 437 milliseconds