/third_party/node/src/ |
H A D | node_os.cc | 38 namespace node { namespace 431 } // namespace node 433 NODE_BINDING_CONTEXT_AWARE_INTERNAL(os, node::os::Initialize) 434 NODE_BINDING_EXTERNAL_REFERENCE(os, node::os::RegisterExternalReferences)
|
H A D | node_v8.cc | 27 #include "node.h" 32 namespace node { namespace 480 } // namespace node 482 NODE_BINDING_CONTEXT_AWARE_INTERNAL(v8, node::v8_utils::Initialize) 483 NODE_BINDING_EXTERNAL_REFERENCE(v8, node::v8_utils::RegisterExternalReferences)
|
H A D | node_url.cc | 14 namespace node { namespace 382 } // namespace node 384 NODE_BINDING_CONTEXT_AWARE_INTERNAL(url, node::url::BindingData::Initialize) 386 url, node::url::BindingData::RegisterExternalReferences)
|
H A D | stream_wrap.cc | 40 namespace node { namespace 416 } // namespace node 419 node::LibuvStreamWrap::Initialize) 421 stream_wrap, node::LibuvStreamWrap::RegisterExternalReferences)
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucharstriebuilder.cpp | 399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument 401 return write(node); in writeValueAndType() 418 intUnits[0]|=(char16_t)node; in writeValueAndType()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | mir.c | 267 /* Creates a mask of the components of a node read by an instruction, by 317 mir_bytemask_of_read_components(midgard_instruction *ins, unsigned node) in mir_bytemask_of_read_components() argument 321 if (node == ~0) in mir_bytemask_of_read_components() 325 if (ins->src[i] != node) continue; in mir_bytemask_of_read_components()
|
/third_party/libevdev/doc/html/search/ |
H A D | search.js | 265 var node = child.firstChild; 268 node.innerHTML='•'; 272 node.innerHTML=' ';
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-interpreter-frame-state.h | 375 return value->input(0).node(); in TagValue() 382 if (tagged != nullptr && value == tagged->input().node()) { in TagValue() 405 // If the merged node is null, this is a pre-created loop header merge in MergeValue() 463 DCHECK_NULL(result->input(0).node()); in MergeLoopValue()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.h | 124 bool constErrorCheck(TIntermTyped* node); 125 bool integerErrorCheck(TIntermTyped* node, const char* token); 200 TIntermTyped* addConstArrayNode(int index, TIntermTyped* node, const TSourceLoc &line);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence_helpers.cpp | 333 int64_t LoopDependenceAnalysis::CountInductionVariables(SENode* node) { in CountInductionVariables() argument 334 if (!node) { in CountInductionVariables() 338 std::vector<SERecurrentNode*> recurrent_nodes = node->CollectRecurrentNodes(); in CountInductionVariables()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence_helpers.cpp | 333 int64_t LoopDependenceAnalysis::CountInductionVariables(SENode* node) { in CountInductionVariables() argument 334 if (!node) { in CountInductionVariables() 338 std::vector<SERecurrentNode*> recurrent_nodes = node->CollectRecurrentNodes(); in CountInductionVariables()
|
/third_party/skia/third_party/externals/oboe/docs/reference/search/ |
H A D | search.js | 263 var node = child.firstChild; 266 node.innerHTML='•'; 270 node.innerHTML=' ';
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.h | 178 // Returns the semantic node pointer on success, nullptr on failure. 322 /// This method does not mark the ast::Array node, nor attach the generated 323 /// semantic information to the AST node. 330 /// This method does not mark the ast::Alias node, nor attach the generated 331 /// semantic information to the AST node. 336 /// This method does not mark the ast::Struct node, nor attach the generated 337 /// semantic information to the AST node. 414 /// Mark records that the given AST node has been visited, and asserts that 415 /// the given node has not already been seen. Diamonds in the AST are 417 /// @param node th 478 ResolvedSymbol(const ast::Node* node) ResolvedSymbol() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucharstriebuilder.cpp | 399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument 401 return write(node); in writeValueAndType() 418 intUnits[0]|=(UChar)node; in writeValueAndType()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.cc | 302 CleanupNode* node = &list->nodes[0]; in CleanupListFallback() local 305 node[i - 1].cleanup(node[i - 1].elem); in CleanupListFallback()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence_helpers.cpp | 331 int64_t LoopDependenceAnalysis::CountInductionVariables(SENode* node) { in CountInductionVariables() argument 332 if (!node) { in CountInductionVariables() 336 std::vector<SERecurrentNode*> recurrent_nodes = node->CollectRecurrentNodes(); in CountInductionVariables()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pxa_dma.c | 575 struct virt_dma_desc, node); in pxad_try_hotchain() 620 list_for_each_entry_safe(vd, tmp, &chan->vc.desc_issued, node) { in pxad_chan_handler() 632 list_del(&vd->node); in pxad_chan_handler() 657 struct virt_dma_desc, node); in pxad_chan_handler() 790 list_move_tail(&vd->node, &vc->desc_issued); in pxad_tx_submit() 802 struct virt_dma_desc, node); in pxad_tx_submit() 817 list_move_tail(&vd->node, &vc->desc_submitted); in pxad_tx_submit() 836 struct virt_dma_desc, node); in pxad_issue_pending() 854 INIT_LIST_HEAD(&vd->node); in pxad_tx_prep() 1092 list_for_each_entry(vd, &head, node) { in pxad_terminate_all() [all...] |
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | xgene_edac.c | 1815 struct xgene_edac_dev_ctx *node; in xgene_edac_isr() local 1835 list_for_each_entry(node, &ctx->l3s, next) in xgene_edac_isr() 1836 xgene_edac_l3_check(node->edac_dev); in xgene_edac_isr() 1838 list_for_each_entry(node, &ctx->socs, next) in xgene_edac_isr() 1839 xgene_edac_soc_check(node->edac_dev); in xgene_edac_isr() 1970 struct xgene_edac_dev_ctx *node; in xgene_edac_remove() local 1979 list_for_each_entry_safe(node, temp_node, &edac->l3s, next) in xgene_edac_remove() 1980 xgene_edac_l3_remove(node); in xgene_edac_remove() 1982 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove() 1983 xgene_edac_soc_remove(node); in xgene_edac_remove() [all...] |
H A D | thunderx_edac.c | 193 u64 node; member 418 lmc->mem = alloc_pages_node(lmc->node, GFP_KERNEL, 0); in thunderx_lmc_inject_ecc_write() 496 addr |= lmc->node << 40; in thunderx_faddr_to_phys() 520 static unsigned int thunderx_get_num_lmcs(unsigned int node) in thunderx_get_num_lmcs() argument 531 if (pdev->dev.numa_node == node) in thunderx_get_num_lmcs() 653 int node = dev_to_node(&pdev->dev); in pci_dev_to_mc_idx() local 656 ret += max(node, 0) << 3; in pci_dev_to_mc_idx() 743 lmc->node = FIELD_GET(THUNDERX_NODE, pci_resource_start(pdev, 0)); in thunderx_lmc_probe() 745 lmc->xbits = thunderx_get_num_lmcs(lmc->node) >> 1; in thunderx_lmc_probe() 760 l2c_ioaddr = ioremap(L2C_CTL | FIELD_PREP(THUNDERX_NODE, lmc->node), PAGE_SIZ in thunderx_lmc_probe() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_ct.c | 89 struct rhash_head node; member 133 struct rhash_head node; member 151 .head_offset = offsetof(struct mlx5_ct_entry, node), 159 .head_offset = offsetof(struct mlx5_ct_ft, node), 1023 err = rhashtable_lookup_insert_fast(&ft->ct_entries_ht, &entry->node, in mlx5_tc_ct_block_flow_offload_add() 1064 &entry->node, in mlx5_tc_ct_block_flow_offload_add() 1095 rhashtable_remove_fast(&ft->ct_entries_ht, &entry->node, cts_ht_params); in mlx5_tc_ct_block_flow_offload_del() 1596 err = rhashtable_insert_fast(&ct_priv->zone_ht, &ft->node, in mlx5_tc_ct_add_ft_cb() 1609 rhashtable_remove_fast(&ct_priv->zone_ht, &ft->node, zone_params); in mlx5_tc_ct_add_ft_cb() 1639 rhashtable_remove_fast(&ct_priv->zone_ht, &ft->node, zone_param in mlx5_tc_ct_del_ft_cb() [all...] |
/kernel/linux/linux-5.10/drivers/slimbus/ |
H A D | qcom-ngd-ctrl.c | 1143 struct device_node *node; in qcom_slim_ngd_notify_slaves() local 1145 for_each_child_of_node(ctrl->ngd->pdev->dev.of_node, node) { in qcom_slim_ngd_notify_slaves() 1146 sbdev = of_slim_get_device(&ctrl->ctrl, node); in qcom_slim_ngd_notify_slaves() 1272 qmi->svc_info.sq_node = service->node; in qcom_slim_ngd_qmi_new_server() 1347 struct device_node *node; in of_qcom_slim_ngd_register() local 1352 for_each_available_child_of_node(parent->of_node, node) { in of_qcom_slim_ngd_register() 1353 if (of_property_read_u32(node, "reg", &id)) in of_qcom_slim_ngd_register() 1358 of_node_put(node); in of_qcom_slim_ngd_register() 1365 of_node_put(node); in of_qcom_slim_ngd_register() 1371 ngd->pdev->dev.of_node = node; in of_qcom_slim_ngd_register() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.c | 1211 list_add(&map->node, &md->maps); in kcore_mapfn() 1253 list_add_tail(&m->node, &merged); in maps__merge_in() 1282 old_map = list_entry(merged.next, struct map, node); in maps__merge_in() 1283 list_del_init(&old_map->node); in maps__merge_in() 1360 list_for_each_entry(new_map, &md.maps, node) { in dso__load_kcore() 1369 replacement_map = list_entry(md.maps.next, struct map, node); in dso__load_kcore() 1373 new_map = list_entry(md.maps.next, struct map, node); in dso__load_kcore() 1374 list_del_init(&new_map->node); in dso__load_kcore() 1432 map = list_entry(md.maps.next, struct map, node); in dso__load_kcore() 1433 list_del_init(&map->node); in dso__load_kcore() [all...] |
H A D | symbol-elf.c | 1577 struct list_head node; member 1583 struct list_head node; member 1600 list_for_each_entry((p), &(k)->phdrs, node) 1622 list_add_tail(&p->node, &kci->phdrs); in kcore_copy_info__addnew() 1631 list_for_each_entry_safe(p, tmp, &kci->phdrs, node) { in kcore_copy__free_phdrs() 1632 list_del_init(&p->node); in kcore_copy__free_phdrs() 1644 list_add_tail(&s->node, &kci->syms); in kcore_copy__new_sym() 1654 list_for_each_entry_safe(s, tmp, &kci->syms, node) { in kcore_copy__free_syms() 1655 list_del_init(&s->node); in kcore_copy__free_syms() 1771 list_for_each_entry(sdat, &kci->syms, node) { in kcore_copy__read_map() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-tree.c | 1147 struct rb_node *node; in btrfs_create_free_space_tree() local 1164 node = rb_first(&fs_info->block_group_cache_tree); in btrfs_create_free_space_tree() 1165 while (node) { in btrfs_create_free_space_tree() 1166 block_group = rb_entry(node, struct btrfs_block_group, in btrfs_create_free_space_tree() 1171 node = rb_next(node); in btrfs_create_free_space_tree() 1260 btrfs_tree_lock(free_space_root->node); in btrfs_clear_free_space_tree() 1261 btrfs_clean_tree_block(free_space_root->node); in btrfs_clear_free_space_tree() 1262 btrfs_tree_unlock(free_space_root->node); in btrfs_clear_free_space_tree() 1263 btrfs_free_tree_block(trans, free_space_root, free_space_root->node, in btrfs_clear_free_space_tree() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-single.c | 89 * @node: list node 99 struct list_head node; member 107 * @node: list node 113 struct list_head node; member 153 * @np: device tree node 422 frange = list_entry(pos, struct pcs_gpiofunc_range, node); in pcs_request_gpio() 938 /* cacluate how much properties are supported in current node */ in pcs_parse_pinconf() 980 * @np: device node o 1343 pcs_add_gpio_func(struct device_node *node, struct pcs_device *pcs) pcs_add_gpio_func() argument 1385 struct list_head node; global() member [all...] |