Searched defs:atom1 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/
H A Dtest_main.c1621 IRAtom* atom1, IRAtom* atom2 )
1628 IRAtom* vatom1 = expr2vbits( mce, atom1 );
1631 tl_assert(isOriginalAtom(mce,atom1));
1635 tl_assert(sameKindedAtoms(atom1,vatom1));
1833 return expensiveAdd32(mce, vatom1,vatom2, atom1,atom2);
1918 difd(mce, improve(mce, atom1, vatom1),
1619 expr2vbits_Binop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2 ) argument
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c2437 * @atom1: 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)
2457 switch (atom1->type) {
2463 ret = (atom1->valuep == atom2->valuep);
2465 ret = xmlStrEqual((xmlChar *)atom1->valuep,
2469 ret = (atom1->codepoint == atom2->codepoint);
2482 * @atom1
2492 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) argument
[all...]
/external/libxml2/
H A Dxmlregexp.c2441 * @atom1: 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)
2461 switch (atom1->type) {
2467 ret = (atom1->valuep == atom2->valuep);
2469 ret = xmlStrEqual((xmlChar *)atom1->valuep,
2473 ret = (atom1->codepoint == atom2->codepoint);
2486 * @atom1
2496 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c2668 IRAtom* atom1, IRAtom* atom2,
2671 IRAtom* vatom1 = expr2vbits( mce, atom1 );
2676 tl_assert(isOriginalAtom(mce,atom1));
2684 tl_assert(sameKindedAtoms(atom1,vatom1));
2716 IRAtom* atom1, IRAtom* atom2, IRAtom* atom3 )
2718 IRAtom* vatom1 = expr2vbits( mce, atom1 );
2722 tl_assert(isOriginalAtom(mce,atom1));
2728 tl_assert(sameKindedAtoms(atom1,vatom1));
2832 IRAtom* atom1, IRAtom* atom2 )
2839 IRAtom* vatom1 = expr2vbits( mce, atom1 );
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
2830 expr2vbits_Binop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2 ) argument
[all...]

Completed in 1018 milliseconds