Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhamt.c995 PyHamtNode_Bitmap *sub_tree = (PyHamtNode_Bitmap *)sub_node; in hamt_node_bitmap_without() local
996 if (hamt_node_bitmap_count(sub_tree) == 1 && in hamt_node_bitmap_without()
997 sub_tree->b_array[0] != NULL) in hamt_node_bitmap_without()
1014 PyObject *key = sub_tree->b_array[0]; in hamt_node_bitmap_without()
1015 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without()
1022 Py_DECREF(sub_tree); in hamt_node_bitmap_without()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp8357 if (auto* sub_tree = sn->getConstSubtree()) { in createSpvConstant() local
8361 sub_tree->traverse(this); in createSpvConstant()
8362 result = accessChainLoad(sub_tree->getType()); in createSpvConstant()