Searched refs:atom2 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/memcheck/
H A Dmc_translate.c2766 IRAtom* atom1, IRAtom* atom2,
2770 IRAtom* vatom2 = expr2vbits( mce, atom2 );
2775 tl_assert(isOriginalAtom(mce,atom2));
2783 tl_assert(sameKindedAtoms(atom2,vatom2));
2814 IRAtom* atom1, IRAtom* atom2, IRAtom* atom3 )
2817 IRAtom* vatom2 = expr2vbits( mce, atom2 );
2821 tl_assert(isOriginalAtom(mce,atom2));
2827 tl_assert(sameKindedAtoms(atom2,vatom2));
2889 complainIfUndefined(mce, atom2, NULL);
2890 return assignNew('V', mce, Ity_I64, triop(op, vatom1, atom2, vatom
2764 expr2vbits_Qop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2, IRAtom* atom3, IRAtom* atom4 ) argument
2812 expr2vbits_Triop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2, IRAtom* atom3 ) argument
[all...]
/external/valgrind/VEX/useful/
H A Dtest_main.c1642 IRAtom* atom1, IRAtom* atom2 )
1650 IRAtom* vatom2 = expr2vbits( mce, atom2 );
1653 tl_assert(isOriginalAtom(mce,atom2));
1657 tl_assert(sameKindedAtoms(atom2,vatom2));
1671 complainIfUndefined(mce, atom2);
1672 return assignNew(mce, Ity_V128, binop(op, vatom1, atom2));
1854 return expensiveAdd32(mce, vatom1,vatom2, atom1,atom2);
1883 complainIfUndefined(mce, atom2);
1884 return assignNew(mce, Ity_I32, binop(op, vatom1, atom2));
1888 complainIfUndefined(mce, atom2);
[all...]
/external/libxml2/
H A Dxmlregexp.c2447 * @atom2: an atom
2456 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { argument
2459 if (atom1 == atom2)
2461 if ((atom1 == NULL) || (atom2 == NULL))
2464 if (atom1->type != atom2->type)
2472 ret = (atom1->valuep == atom2->valuep);
2475 (xmlChar *)atom2->valuep);
2478 ret = (atom1->codepoint == atom2->codepoint);
2492 * @atom2: an atom
2501 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, in argument
[all...]
/external/v8/src/regexp/
H A Djsregexp.cc5195 RegExpAtom* atom2 = (*b)->AsAtom(); local
5197 uc16 character2 = atom2->data().at(0);
5220 RegExpAtom* atom2 = (*b)->AsAtom(); local
5222 unibrow::uchar character2 = atom2->data().at(0);

Completed in 318 milliseconds