Home
last modified time | relevance | path

Searched refs:atom2 (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/test/
Datom.c157 xkb_atom_t atom1, atom2, atom3; in main() local
170 atom2 = atom_intern(table, "hello", 3, true); in main()
171 assert(atom2 != XKB_ATOM_NONE); in main()
172 assert(atom1 != atom2); in main()
173 assert(streq(atom_text(table, atom2), "hel")); in main()
174 assert(LOOKUP_LITERAL(table, "hel") == atom2); in main()
/external/libxml2/
Dxmlregexp.c2484 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFAEqualAtoms() argument
2487 if (atom1 == atom2) in xmlFAEqualAtoms()
2489 if ((atom1 == NULL) || (atom2 == NULL)) in xmlFAEqualAtoms()
2492 if (atom1->type != atom2->type) in xmlFAEqualAtoms()
2500 ret = (atom1->valuep == atom2->valuep); in xmlFAEqualAtoms()
2503 (xmlChar *)atom2->valuep); in xmlFAEqualAtoms()
2506 ret = (atom1->codepoint == atom2->codepoint); in xmlFAEqualAtoms()
2529 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms() argument
2532 if (atom1 == atom2) in xmlFACompareAtoms()
2534 if ((atom1 == NULL) || (atom2 == NULL)) in xmlFACompareAtoms()
[all …]
/external/llvm/test/CodeGen/NVPTX/
Datomics.ll18 ; CHECK-LABEL: atom2
19 define i32 @atom2(i32* %subr, i32 %val) {