Home
last modified time | relevance | path

Searched refs:start_node (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/tests/
Dlist_iterators.cpp209 exec_node *start_node = node_list.get_head(); in TEST_P() local
213 start_node = start_node->get_next(); in TEST_P()
216 foreach_list_typed_from(test_node_embed, n, node, &node_list, start_node) { in TEST_P()
/third_party/nghttp2/
Dmkhufftbl.py326 def _traverse(node, sym, start_node, root, left): argument
331 start_node.trans.append((node, sym))
344 _traverse(node, nsym, start_node, root, left - 1)
/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc394 Node* start_node; in ReduceJSWasmCall() local
427 start_node = graph()->start(); in ReduceJSWasmCall()
430 StartNode start{start_node}; in ReduceJSWasmCall()
569 Node* start_node; in ReduceJSCall() local
591 start_node = graph()->start(); in ReduceJSCall()
594 StartNode start{start_node}; in ReduceJSCall()
/third_party/selinux/libsepol/cil/src/
Dcil_tree.h72 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node,…
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_goto_ifs.c957 nir_cf_node *start_node = in nir_lower_goto_ifs_impl() local
959 nir_block *start_block = nir_cf_node_as_block(start_node); in nir_lower_goto_ifs_impl()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc119 static bool VerifyNode(CordRep* root, CordRep* start_node,
1919 static bool VerifyNode(CordRep* root, CordRep* start_node, in VerifyNode() argument
1922 worklist.push_back(start_node); in VerifyNode()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h62119 struct acpi_namespace_node *start_node; member