Home
last modified time | relevance | path

Searched defs:next_node (Results 1 – 25 of 37) sorted by relevance

12

/third_party/nghttp2/src/
Dshrpx_router.cc86 auto next_node = find_next_node(node, pattern[i]); in add_route() local
173 auto next_node = find_next_node(node, *p); in match_complete() local
253 auto next_node = find_next_node(node, *p); in match_partial() local
359 auto next_node = find_next_node(node, *p); in match_prefix() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm_info.c46 struct exec_node *next_node = exec_node_get_next(&group->link); in dump_assembly() local
176 struct exec_node *next_node = exec_node_get_next(&cur->link); in disasm_insert_error() local
/third_party/boost/boost/lockfree/
Dstack.hpp623 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic() local
663 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic() local
709 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic_reversed() local
728 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic_reversed() local
767 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic_reversed() local
786 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic_reversed() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dinsert_depend_for_all_gather.cc43 auto next_node = (++iter)->second; in Run() local
Dgetnext_tensor_move_elimination.cc66 auto next_node = item.first->cast<CNodePtr>(); in Process() local
/third_party/boost/boost/pending/
Dbucket_sorter.hpp55 const size_type& next_node = next[i]; in remove() local
122 size_type next_node = next[current]; in pop() local
/third_party/mesa3d/src/intel/common/
Dintel_disasm.c87 struct exec_node *next_node = exec_node_get_next(&group->link); in intel_disassemble() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dlist.h100 Node<T> &next_node = elem1_node.next->*node; in InsertAfter() local
132 Node<T> &next_node = elem_node.next->*node; in Remove() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/allreduce_fusion/
Dallreduce_node.cc24 Status AllreduceNode::AddNext(const AllreduceNodePtr &next_node) { in AddNext()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_client_options.cc123 target_service_account* next_node = node->next; in alts_client_options_destroy() local
/third_party/spirv-tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dmerge_cast_to_op.cc60 …l GetNextNodeAndCastIndex(const FuncGraphPtr &graph, const AnfNodePtr &node, AnfNodePtr *next_node, in GetNextNodeAndCastIndex()
150 AnfNodePtr next_node = nullptr; in MergeCastToNextOp() local
Ddeal_ref_and_split_unsupported_transdata.cc48 AnfNodePtr next_node = cnode->input(in_index + 1); in FindRefOriginNode() local
56 AnfNodePtr next_node = cnode->input(1); in FindRefOriginNode() local
/third_party/boost/boost/intrusive/detail/
Dbstree_algorithms_base.hpp45 static node_ptr next_node(const node_ptr & node) in next_node() function in boost::intrusive::bstree_algorithms_base
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dparameter_and_transop_fusion.cc49 auto next_node = AnfAlgo::GetInputNode(cnode, 0); in ParamTransRoad() local
/third_party/mindspore/mindspore/lite/src/
Dsub_graph_split.cc424 for (uint32_t next_node : next_nodes) { in InsertNode() local
489 for (uint32_t next_node : next_nodes) { in InsertHeadNode() local
576 for (uint32_t next_node : next_nodes) { in InsertNodeByMid() local
978 for (uint32_t next_node : next_nodes) { in InsertParallelNode() local
/third_party/mindspore/mindspore/lite/test/ut/tools/optimizer/fusion/
Dconv_activation_fusion_test.cc86 auto next_node = std::make_unique<schema::CNodeT>(); in BuildGraph() local
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dinfershape_pass.cc587 auto &next_node = graph->nodes.at(next_nodes_indexes[j]); in AddOutputNodes() local
598 auto &next_node = graph->nodes.at(next_nodes_indexes[index]); in AddNextInferShapeNode() local
/third_party/boost/boost/graph/detail/
Dlist_base.hpp143 Node next_node = next(pos); in dlist_remove() local
/third_party/mesa3d/src/compiler/nir/
Dnir_validate.c1331 nir_cf_node *next_node = nir_cf_node_next(&if_stmt->cf_node); in validate_if() local
1364 nir_cf_node *next_node = nir_cf_node_next(&loop->cf_node); in validate_loop() local
/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc192 int next_node = 0; in TEST() local
/third_party/weston/libweston/backend-drm/
Dstate-propose.c602 struct wl_list *next_node = ps->link.next; in drm_output_check_zpos_plane_states() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc192 int next_node = 0; in TEST() local

12