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

/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.c2442 * @atom2: an atom
2451 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { argument
2454 if (atom1 == atom2)
2456 if ((atom1 == NULL) || (atom2 == NULL))
2459 if (atom1->type != atom2->type)
2467 ret = (atom1->valuep == atom2->valuep);
2470 (xmlChar *)atom2->valuep);
2473 ret = (atom1->codepoint == atom2->codepoint);
2487 * @atom2: an atom
2496 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, in argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c2668 IRAtom* atom1, IRAtom* atom2,
2672 IRAtom* vatom2 = expr2vbits( mce, atom2 );
2677 tl_assert(isOriginalAtom(mce,atom2));
2685 tl_assert(sameKindedAtoms(atom2,vatom2));
2716 IRAtom* atom1, IRAtom* atom2, IRAtom* atom3 )
2719 IRAtom* vatom2 = expr2vbits( mce, atom2 );
2723 tl_assert(isOriginalAtom(mce,atom2));
2729 tl_assert(sameKindedAtoms(atom2,vatom2));
2789 complainIfUndefined(mce, atom2, NULL);
2790 return assignNew('V', mce, Ity_I64, triop(op, vatom1, atom2, vatom
2666 expr2vbits_Qop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2, IRAtom* atom3, IRAtom* atom4 ) argument
2714 expr2vbits_Triop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2, IRAtom* atom3 ) argument
[all...]

Completed in 599 milliseconds