Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c1013 PyHamtNode_Bitmap *sub_tree = (PyHamtNode_Bitmap *)sub_node; in hamt_node_bitmap_without() local
1014 if (hamt_node_bitmap_count(sub_tree) == 1 && in hamt_node_bitmap_without()
1015 sub_tree->b_array[0] != NULL) in hamt_node_bitmap_without()
1032 PyObject *key = sub_tree->b_array[0]; in hamt_node_bitmap_without()
1033 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without()
1040 Py_DECREF(sub_tree); in hamt_node_bitmap_without()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp7444 if (auto* sub_tree = sn->getConstSubtree()) { local
7448 sub_tree->traverse(this);
7449 result = accessChainLoad(sub_tree->getType());