Home
last modified time | relevance | path

Searched defs:to_node (Results 1 – 16 of 16) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages06.c80 unsigned int to_node; in main() local
Dmove_pages02.c80 unsigned int to_node; in main() local
Dmove_pages10.c80 unsigned int to_node; in main() local
Dmove_pages07.c80 unsigned int to_node; in main() local
Dmove_pages04.c91 unsigned int to_node; in main() local
Dmove_pages03.c118 unsigned int to_node; in main() local
Dmove_pages11.c119 unsigned int to_node; in main() local
Dmove_pages05.c119 unsigned int to_node; in main() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dptr.rs56 pub fn to_node(&self, root: &SyntaxNode) -> N { in to_node() method
Dalgo.rs611 let to_node = crate::SourceFile::parse(to).tree().syntax().clone(); in check_diff() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dadam_weight_decay_unify_mindir.cc57 AnfNodePtr CreateDependNode(const FuncGraphPtr &graph, const AnfNodePtr &to_node, const AnfNodePtr … in CreateDependNode()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dlib.rs463 pub fn to_node(&self, db: &dyn db::ExpandDatabase) -> InFile<SyntaxNode> { in to_node() method
790 pub fn to_node(&self, db: &dyn db::ExpandDatabase) -> N { in to_node() method
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c1321 struct nfsnode *to_node = NULL; in vfs_nfs_rename() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_scheduler.cc1268 const auto &to_node = to_node_with_index.first; in LinkArrowByCallNode() local
Dgraph_scheduler.cc2493 auto to_node = depend_cnode->input(kRealInputIndexInDepend); in LinkControlArrowForCustomActor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc1106 void AnfAlgo::CopyAbstract(const AnfNodePtr &from_node, AnfNode *to_node) { in CopyAbstract()