Home
last modified time | relevance | path

Searched refs:atomp (Results 1 – 2 of 2) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Datom.c131 xkb_atom_t *atomp = &table->root; in find_atom_pointer() local
140 while (*atomp != XKB_ATOM_NONE) { in find_atom_pointer()
141 struct atom_node *node = &darray_item(table->table, *atomp); in find_atom_pointer()
144 atomp = &node->left; in find_atom_pointer()
147 atomp = &node->right; in find_atom_pointer()
153 atomp = &node->left; in find_atom_pointer()
156 atomp = &node->right; in find_atom_pointer()
168 *atomp_out = atomp; in find_atom_pointer()
175 xkb_atom_t *atomp; in atom_lookup() local
180 if (!find_atom_pointer(table, string, len, &atomp, NULL)) in atom_lookup()
[all …]
/external/python/cpython3/Lib/test/
Dtest_buffer.py240 def atomp(lst): function
274 if atomp(items):
288 if atomp(items):
339 if atomp(lst):
345 if atomp(lst): # scalar
352 if atomp(lst):
358 if atomp(lst):
377 if atomp(rlst):