Home
last modified time | relevance | path

Searched refs:nodes (Results 251 - 275 of 958) sorted by relevance

1...<<11121314151617181920>>...39

/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h62 uintptr_t nodes[0]; /* queue nodes */ member
127 queue->nodes[producerHead & mask] = (uintptr_t)node; in QueueSingleProducerEnqueue()
185 queue->nodes[producerHead & mask] = (uintptr_t)node; in QueueMultiProducerEnqueue()
243 /* Prevent the read of queue->nodes before the read of ProdTail. */ in QueueSingleConsumerDequeue()
246 *node = (void *)(queue->nodes[consumerHead & mask]); in QueueSingleConsumerDequeue()
304 /* Prevent the read of queue->nodes before the read of ProdTail. */ in QueueMultiConsumerDequeue()
307 *node = (void *)(queue->nodes[consumerHead & mask]); in QueueMultiConsumerDequeue()
/third_party/node/deps/cares/src/lib/
H A Dares__addrinfo2hostent.c76 if (family == AF_UNSPEC && ai->nodes) { in ares__addrinfo2hostent()
77 family = ai->nodes->ai_family; in ares__addrinfo2hostent()
90 next = ai->nodes; in ares__addrinfo2hostent()
164 for (next = ai->nodes; next != NULL; next = next->ai_next) { in ares__addrinfo2hostent()
243 for (next = ai->nodes; next != NULL; next = next->ai_next) { in ares__addrinfo2addrttl()
H A Dares_getaddrinfo.c277 status = ares_append_ai_node(AF_INET, port, 0, &addr4, &ai->nodes); in fake_addrinfo()
291 status = ares_append_ai_node(AF_INET6, port, 0, &addr6, &ai->nodes); in fake_addrinfo()
320 ai->nodes->ai_socktype = hints->ai_socktype; in fake_addrinfo()
321 ai->nodes->ai_protocol = hints->ai_protocol; in fake_addrinfo()
333 if (!(hquery->hints.ai_flags & ARES_AI_NOSORT) && hquery->ai->nodes) { in end_hquery()
334 sentinel.ai_next = hquery->ai->nodes; in end_hquery()
336 hquery->ai->nodes = sentinel.ai_next; in end_hquery()
338 next = hquery->ai->nodes; in end_hquery()
511 if (addinfostatus == ARES_EBADRESP && hquery->ai->nodes) { in host_callback()
518 } else if (hquery->ai->nodes) { in host_callback()
[all...]
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages12.c116 int *nodes, *status; in do_child() local
121 nodes = SAFE_MALLOC(sizeof(int) * test_pages); in do_child()
130 nodes[j] = node1; in do_child()
132 nodes[j] = node2; in do_child()
137 pages, nodes, status, MPOL_MF_MOVE_ALL)); in do_child()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverterTest.java46 assertThat(nfa.nodes()).hasSize(4); in testSimple()
60 assertThat(nfa.nodes()).hasSize(4); in testWithOptionalEdge()
74 assertThat(nfa.nodes()).hasSize(4); in testWithEpsilon()
77 // One of the out nodes should be the terminal. in testWithEpsilon()
93 assertThat(nfa.nodes()).hasSize(5); in testMultiplePathsWithCommonTail()
113 assertThat(nfa.nodes()).hasSize(3); in testOptionalTopLevelGroup_bug_69101586()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp77 auto [nodes, status] = ConvertQuery(extend); in Query()
79 if (status == GeneralError::E_OK && !nodes.empty()) { in Query()
81 query.SetQueryNodes(tableName, std::move(nodes)); in Query()
221 std::vector<DistributedDB::QueryNode> nodes; in ConvertQuery() local
224 nodes = DistributedDB::RelationalStoreManager::ParserQueryNodes(*bytes, status); in ConvertQuery()
230 return { ConvertQuery(std::move(nodes)), GeneralError::E_OK }; in ConvertQuery()
233 RdbCloud::QueryNodes RdbCloud::ConvertQuery(RdbCloud::DBQueryNodes&& nodes) in ConvertQuery() argument
236 queryNodes.reserve(nodes.size()); in ConvertQuery()
237 for (auto& node : nodes) { in ConvertQuery()
/kernel/linux/linux-5.10/drivers/clk/zynqmp/
H A Dclkc.c64 * @node: Clock topology nodes
65 * @num_nodes: Number of nodes present in topology
124 const struct clock_topology *nodes)
250 * other nodes, master should call same API in loop with new
252 * index 0 which will return nodes 0,1 and 2. Next call, index
253 * should be 3 which will return nodes 3,4 and 5 and so on.
281 * @nodes: Clock topology node
288 const struct clock_topology *nodes) in zynqmp_clk_register_fixed_factor()
308 nodes->flag, mult, in zynqmp_clk_register_fixed_factor()
378 * @nnodes: Number of nodes
285 zynqmp_clk_register_fixed_factor(const char *name, u32 clk_id, const char * const *parents, u8 num_parents, const struct clock_topology *nodes) zynqmp_clk_register_fixed_factor() argument
565 struct clock_topology *nodes; zynqmp_register_clk_topology() local
[all...]
/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H A Dqcs404.c121 * struct qcom_icc_node - Qualcomm specific interconnect nodes
124 * @links: an array of nodes where we can go next while traversing
143 struct qcom_icc_node **nodes; member
244 .nodes = qcs404_bimc_nodes,
298 .nodes = qcs404_pcnoc_nodes,
326 .nodes = qcs404_snoc_nodes,
347 list_for_each_entry(n, &provider->nodes, node_list) in qcom_icc_set()
420 qnodes = desc->nodes; in qnoc_probe()
427 data = devm_kzalloc(dev, struct_size(data, nodes, num_nodes), in qnoc_probe()
447 INIT_LIST_HEAD(&provider->nodes); in qnoc_probe()
[all...]
H A Dsm8250.c220 .nodes = aggre1_noc_nodes,
250 .nodes = aggre2_noc_nodes,
267 .nodes = compute_noc_nodes,
333 .nodes = config_noc_nodes,
349 .nodes = dc_noc_nodes,
383 .nodes = gem_noc_nodes,
399 .nodes = ipa_virt_nodes,
416 .nodes = mc_virt_nodes,
446 .nodes = mmss_noc_nodes,
472 .nodes
[all...]
H A Dsm8150.c206 .nodes = aggre1_noc_nodes,
241 .nodes = aggre2_noc_nodes,
259 .nodes = camnoc_virt_nodes,
276 .nodes = compute_noc_nodes,
344 .nodes = config_noc_nodes,
360 .nodes = dc_noc_nodes,
395 .nodes = gem_noc_nodes,
411 .nodes = ipa_virt_nodes,
428 .nodes = mc_virt_nodes,
458 .nodes
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddir-item.c43 leaf = path->nodes[0]; in insert_with_overflow()
83 leaf = path->nodes[0]; in btrfs_insert_xattr_item()
95 btrfs_mark_buffer_dirty(path->nodes[0]); in btrfs_insert_xattr_item()
144 leaf = path->nodes[0]; in btrfs_insert_dir_item()
249 leaf = path->nodes[0]; in btrfs_check_dir_item_collision()
314 leaf = path->nodes[0]; in btrfs_search_dir_index_item()
324 leaf = path->nodes[0]; in btrfs_search_dir_index_item()
382 leaf = path->nodes[0]; in btrfs_match_dir_item_name()
418 leaf = path->nodes[0]; in btrfs_delete_one_dir_name()
H A Dfree-space-tree.c68 leaf = path->nodes[0]; in add_new_free_space_info()
106 return btrfs_item_ptr(path->nodes[0], path->slots[0], in search_free_space_info()
223 leaf = path->nodes[0]; in convert_free_space_to_bitmaps()
266 leaf = path->nodes[0]; in convert_free_space_to_bitmaps()
305 leaf = path->nodes[0]; in convert_free_space_to_bitmaps()
362 leaf = path->nodes[0]; in convert_free_space_to_extents()
411 leaf = path->nodes[0]; in convert_free_space_to_extents()
476 flags = btrfs_free_space_flags(path->nodes[0], info); in update_free_space_extent_count()
477 extent_count = btrfs_free_space_extent_count(path->nodes[0], info); in update_free_space_extent_count()
480 btrfs_set_free_space_extent_count(path->nodes[ in update_free_space_extent_count()
[all...]
/kernel/linux/linux-6.6/drivers/clk/zynqmp/
H A Dclkc.c65 * @node: Clock topology nodes
66 * @num_nodes: Number of nodes present in topology
125 const struct clock_topology *nodes)
255 * other nodes, master should call same API in loop with new
257 * index 0 which will return nodes 0,1 and 2. Next call, index
258 * should be 3 which will return nodes 3,4 and 5 and so on.
306 * @nodes: Clock topology node
313 const struct clock_topology *nodes) in zynqmp_clk_register_fixed_factor()
332 flag = zynqmp_clk_map_common_ccf_flags(nodes->flag); in zynqmp_clk_register_fixed_factor()
406 * @nnodes: Number of nodes
310 zynqmp_clk_register_fixed_factor(const char *name, u32 clk_id, const char * const *parents, u8 num_parents, const struct clock_topology *nodes) zynqmp_clk_register_fixed_factor() argument
593 struct clock_topology *nodes; zynqmp_register_clk_topology() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmemory-tiers.c23 /* All the nodes that are part of all the lower memory tiers. */
53 * Node 0 & 1 are CPU + DRAM nodes, node 2 & 3 are PMEM nodes.
72 * Node 0 & 1 are CPU + DRAM nodes, node 2 is memory-only DRAM node.
88 * Node 0 is CPU + DRAM nodes, Node 1 is HBM node, node 2 is PMEM node.
115 nodemask_t nodes = NODE_MASK_NONE; in get_memtier_nodemask() local
119 nodes_or(nodes, nodes, memtype->nodes); in get_memtier_nodemask()
121 return nodes; in get_memtier_nodemask()
[all...]
/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_helper.cpp28 std::shared_ptr<ScheduleNodeCallback> callback, std::vector<std::shared_ptr<ScheduleNode>> &nodes) in BuildFromHdi()
31 return BuildFromHdi(infos, callback, nodes, para); in BuildFromHdi()
35 std::shared_ptr<ScheduleNodeCallback> callback, std::vector<std::shared_ptr<ScheduleNode>> &nodes, in BuildFromHdi()
49 nodes.swap(outputs); in BuildFromHdi()
27 BuildFromHdi(const std::vector<HdiScheduleInfo> &infos, std::shared_ptr<ScheduleNodeCallback> callback, std::vector<std::shared_ptr<ScheduleNode>> &nodes) BuildFromHdi() argument
34 BuildFromHdi(const std::vector<HdiScheduleInfo> &infos, std::shared_ptr<ScheduleNodeCallback> callback, std::vector<std::shared_ptr<ScheduleNode>> &nodes, const NodeOptionalPara &para) BuildFromHdi() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp129 BASE_NS::vector<INode::Ptr> nodes; in GetAllNodes() local
130 auto add = [&nodes](const INode::Ptr& node) { nodes.push_back(node); }; in GetAllNodes()
135 return nodes; in GetAllNodes()
/kernel/linux/linux-6.6/drivers/interconnect/
H A Dicc-clk.c87 onecell = devm_kzalloc(dev, struct_size(onecell, nodes, 2 * num_clocks), GFP_KERNEL); in icc_clk_register()
103 INIT_LIST_HEAD(&provider->nodes); in icc_clk_register()
122 onecell->nodes[j++] = node; in icc_clk_register()
133 onecell->nodes[j++] = node; in icc_clk_register()
/third_party/ninja/src/
H A Dmissing_deps_test.cc53 std::vector<Node*> nodes = state_.RootNodes(&err); in ProcessAllNodes() local
55 for (std::vector<Node*>::iterator it = nodes.begin(); it != nodes.end(); in ProcessAllNodes()
165 std::vector<Node*> nodes = state_.RootNodes(&err); in TEST_F() local
/third_party/libdrm/tests/
H A Ddrmdevice.c40 printf("+-> nodes\n"); in print_device_info()
43 printf("| +-> nodes[%d] %s\n", j, device->nodes[j]); in print_device_info()
144 printf("--- Opening device node %s ---\n", devices[i]->nodes[j]); in main()
145 fd = open(devices[i]->nodes[j], O_RDONLY | O_CLOEXEC, 0); in main()
151 printf("--- Retrieving device info, for node %s ---\n", devices[i]->nodes[j]); in main()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_urllib.py160 nodes = []
162 nodes.extend([new_node, Newline()])
163 nodes.append(new_nodes[-1])
164 node.replace(nodes)
/third_party/skia/src/core/
H A DSkRTree.cpp56 // This function parallels bulkLoad, but just counts how many nodes bulkLoad would allocate.
72 int nodes = 0; in CountNodes() local
84 nodes++; in CountNodes()
90 return nodes + CountNodes(nodes); in CountNodes()
107 // If the remainder isn't enough to fill a node, we'll add fewer nodes to other branches. in bulkLoad()
119 // if need be, omit some nodes to make up for remainder in bulkLoad()
/kernel/linux/linux-5.10/lib/
H A Dobjagg.c506 * only roots and leafs nodes. Leaf nodes are called deltas.
507 * But in general, this can be easily extended for intermediate nodes.
509 * nodes.
705 struct objagg_tmp_node *nodes; member
737 struct objagg_tmp_node *node = &graph->nodes[index]; in objagg_tmp_graph_node_weight()
741 /* Node weight is sum of node users and all other nodes users in objagg_tmp_graph_node_weight()
748 node = &graph->nodes[j]; in objagg_tmp_graph_node_weight()
765 node = &graph->nodes[i]; in objagg_tmp_graph_node_max_weight()
791 graph->nodes in objagg_tmp_graph_create()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dobjagg.c506 * only roots and leafs nodes. Leaf nodes are called deltas.
507 * But in general, this can be easily extended for intermediate nodes.
509 * nodes.
705 struct objagg_tmp_node *nodes; member
737 struct objagg_tmp_node *node = &graph->nodes[index]; in objagg_tmp_graph_node_weight()
741 /* Node weight is sum of node users and all other nodes users in objagg_tmp_graph_node_weight()
748 node = &graph->nodes[j]; in objagg_tmp_graph_node_weight()
765 node = &graph->nodes[i]; in objagg_tmp_graph_node_max_weight()
790 graph->nodes in objagg_tmp_graph_create()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c100 * maple tree's internal nodes, is 24K.
166 * don't operate on stale extent buffers for nodes (level >= 1) or on
946 ii = btrfs_item_ptr(path->nodes[0], path->slots[0], in get_inode_info()
948 info->size = btrfs_inode_size(path->nodes[0], ii); in get_inode_info()
949 info->gen = btrfs_inode_generation(path->nodes[0], ii); in get_inode_info()
950 info->mode = btrfs_inode_mode(path->nodes[0], ii); in get_inode_info()
951 info->uid = btrfs_inode_uid(path->nodes[0], ii); in get_inode_info()
952 info->gid = btrfs_inode_gid(path->nodes[0], ii); in get_inode_info()
953 info->rdev = btrfs_inode_rdev(path->nodes[0], ii); in get_inode_info()
954 info->nlink = btrfs_inode_nlink(path->nodes[ in get_inode_info()
[all...]
H A Dfree-space-tree.c87 leaf = path->nodes[0]; in add_new_free_space_info()
125 return btrfs_item_ptr(path->nodes[0], path->slots[0], in search_free_space_info()
242 leaf = path->nodes[0]; in convert_free_space_to_bitmaps()
285 leaf = path->nodes[0]; in convert_free_space_to_bitmaps()
323 leaf = path->nodes[0]; in convert_free_space_to_bitmaps()
379 leaf = path->nodes[0]; in convert_free_space_to_extents()
428 leaf = path->nodes[0]; in convert_free_space_to_extents()
493 flags = btrfs_free_space_flags(path->nodes[0], info); in update_free_space_extent_count()
494 extent_count = btrfs_free_space_extent_count(path->nodes[0], info); in update_free_space_extent_count()
497 btrfs_set_free_space_extent_count(path->nodes[ in update_free_space_extent_count()
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...39