Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages06.c80 unsigned int to_node; in main() local
Dmove_pages10.c80 unsigned int to_node; in main() local
Dmove_pages02.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/node/test/common/
Dheap.js33 for (const { type, name_or_index, to_node } of edges) { field
/third_party/boost/boost/container/detail/
Dmultiallocation_chain.hpp65 static node & to_node(const VoidPointer &p) in to_node() function in boost::container::dtl::basic_multiallocation_chain
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c1320 struct nfsnode *to_node = NULL; in vfs_nfs_rename() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1292 void AnfRuntimeAlgorithm::CopyAbstract(const AnfNodePtr &from_node, AnfNode *to_node) { in CopyAbstract()