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

/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.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/valgrind/main/memcheck/
H A Dmc_translate.c2396 IRAtom* atom1, IRAtom* atom2,
2399 IRAtom* vatom1 = expr2vbits( mce, atom1 );
2404 tl_assert(isOriginalAtom(mce,atom1));
2412 tl_assert(sameKindedAtoms(atom1,vatom1));
2444 IRAtom* atom1, IRAtom* atom2, IRAtom* atom3 )
2446 IRAtom* vatom1 = expr2vbits( mce, atom1 );
2450 tl_assert(isOriginalAtom(mce,atom1));
2456 tl_assert(sameKindedAtoms(atom1,vatom1));
2529 IRAtom* atom1, IRAtom* atom2 )
2536 IRAtom* vatom1 = expr2vbits( mce, atom1 );
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
2527 expr2vbits_Binop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2 ) argument
[all...]
/external/valgrind/main/VEX/
H A Dtest_main.c1598 IRAtom* atom1, IRAtom* atom2 )
1605 IRAtom* vatom1 = expr2vbits( mce, atom1 );
1608 tl_assert(isOriginalAtom(mce,atom1));
1612 tl_assert(sameKindedAtoms(atom1,vatom1));
1810 return expensiveAdd32(mce, vatom1,vatom2, atom1,atom2);
1895 difd(mce, improve(mce, atom1, vatom1),
1596 expr2vbits_Binop( MCEnv* mce, IROp op, IRAtom* atom1, IRAtom* atom2 ) argument

Completed in 213 milliseconds