Searched defs:atom2 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_translate.c2396 IRAtom* atom1, IRAtom* atom2,
2400 IRAtom* vatom2 = expr2vbits( mce, atom2 );
2405 tl_assert(isOriginalAtom(mce,atom2));
2413 tl_assert(sameKindedAtoms(atom2,vatom2));
2444 IRAtom* atom1, IRAtom* atom2, IRAtom* atom3 )
2447 IRAtom* vatom2 = expr2vbits( mce, atom2 );
2451 tl_assert(isOriginalAtom(mce,atom2));
2457 tl_assert(sameKindedAtoms(atom2,vatom2));
2517 complainIfUndefined(mce, atom2, NULL);
2518 return assignNew('V', mce, Ity_I64, triop(op, vatom1, atom2, vatom
2394 expr2vbits_Qop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2, IRAtom* atom3, IRAtom* atom4 ) argument
2442 expr2vbits_Triop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2, IRAtom* atom3 ) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c2438 * @atom2: an atom
2447 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { argument
2450 if (atom1 == atom2)
2452 if ((atom1 == NULL) || (atom2 == NULL))
2455 if (atom1->type != atom2->type)
2463 ret = (atom1->valuep == atom2->valuep);
2466 (xmlChar *)atom2->valuep);
2469 ret = (atom1->codepoint == atom2->codepoint);
2483 * @atom2: an atom
2492 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, in argument
[all...]
/external/libxml2/
H A Dxmlregexp.c2438 * @atom2: an atom
2447 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { argument
2450 if (atom1 == atom2)
2452 if ((atom1 == NULL) || (atom2 == NULL))
2455 if (atom1->type != atom2->type)
2463 ret = (atom1->valuep == atom2->valuep);
2466 (xmlChar *)atom2->valuep);
2469 ret = (atom1->codepoint == atom2->codepoint);
2483 * @atom2: an atom
2492 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, in argument
[all...]

Completed in 99 milliseconds