Home
last modified time | relevance | path

Searched refs:node (Results 2376 - 2400 of 2818) sorted by relevance

1...<<919293949596979899100>>...113

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_js.c215 struct rb_node *node = rb_first(&queue->runnable_tree); in jsctx_queue_foreach_prio() local
216 struct kbase_jd_atom *entry = rb_entry(node, struct kbase_jd_atom, runnable_tree_node); in jsctx_queue_foreach_prio()
218 rb_erase(node, &queue->runnable_tree); in jsctx_queue_foreach_prio()
280 struct rb_node *node; in jsctx_rb_peek_prio() local
285 node = rb_first(&rb->runnable_tree); in jsctx_rb_peek_prio()
286 if (!node) { in jsctx_rb_peek_prio()
291 return rb_entry(node, struct kbase_jd_atom, runnable_tree_node); in jsctx_rb_peek_prio()
375 /* Add new node and rebalance tree. */ in jsctx_tree_add()
/third_party/node/src/
H A Dnode_wasi.cc7 #include "node.h"
13 namespace node { namespace
192 node::Utf8Value str(env->isolate(), arg); in New()
203 node::Utf8Value str(env->isolate(), pair); in New()
219 node::Utf8Value mapped_path(env->isolate(), mapped); in New()
220 node::Utf8Value real_path(env->isolate(), real); in New()
1676 return node::THROW_ERR_INVALID_ARG_TYPE( in _SetMemory()
1766 } // namespace node
1768 NODE_BINDING_CONTEXT_AWARE_INTERNAL(wasi, node::wasi::Initialize)
H A Dinspector_socket_server.cc4 #include "node.h"
17 namespace node { namespace
20 // Function is declared in inspector_io.h so the rest of the node does not
121 response["Browser"] = "node.js/" NODE_VERSION; in SendVersionResponse()
228 return node::ContainerOf(&ServerSocket::tcp_socket_, in FromTcpSocket()
362 target_map["description"] = "node.js instance"; in SendListResponse()
368 target_map["type"] = "node"; in SendListResponse()
602 } // namespace node
H A Dutil.cc59 namespace node { namespace
237 node::Utf8Value utf8(isolate, string); in WriteFileSync()
593 } // namespace node
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c639 foreach_list_typed(nir_function, func, node, &nir->functions) { in dxil_nir_lower_ubo_to_temp()
690 foreach_list_typed(nir_function, func, node, &nir->functions) { in dxil_nir_lower_ubo_to_temp()
736 foreach_list_typed(nir_function, func, node, &nir->functions) { in dxil_nir_lower_loads_stores_to_dxil()
814 foreach_list_typed(nir_function, func, node, &nir->functions) { in dxil_nir_lower_atomics_to_dxil()
891 foreach_list_typed(nir_function, func, node, &nir->functions) { in dxil_nir_lower_deref_ssbo()
956 foreach_list_typed(nir_function, func, node, &nir->functions) { in dxil_nir_opt_alu_deref_srcs()
1050 foreach_list_typed(nir_function, func, node, &nir->functions) { in dxil_nir_lower_memcpy_deref()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp58 foreach_list_typed(nir_register, reg, node, &impl->registers) { in nir_emit_impl()
77 foreach_list_typed(nir_cf_node, node, node, list) { in nir_emit_cf_list()
78 switch (node->type) { in nir_emit_cf_list()
80 nir_emit_if(nir_cf_node_as_if(node)); in nir_emit_cf_list()
84 nir_emit_loop(nir_cf_node_as_loop(node)); in nir_emit_cf_list()
88 nir_emit_block(nir_cf_node_as_block(node)); in nir_emit_cf_list()
92 unreachable("Invalid CFG node block"); in nir_emit_cf_list()
/third_party/selinux/libsepol/src/
H A Dlink.c964 ebitmap_node_t *node; in ebitmap_convert() local
965 ebitmap_for_each_positive_bit(src, node, bit) { in ebitmap_convert()
1617 ebitmap_node_t *node; in copy_scope_index() local
1625 ebitmap_for_each_positive_bit(srcmap, node, j) { in copy_scope_index()
1939 ebitmap_node_t *node; in is_decl_requires_met() local
1949 ebitmap_for_each_positive_bit(bitmap, node, j) { in is_decl_requires_met()
1966 ebitmap_for_each_positive_bit(bitmap, node, j) { in is_decl_requires_met()
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c171 * property named "cs-gpios" we need to inspect the child node in of_gpio_flags_quirks()
190 * device node, or actively by tagging on in of_gpio_flags_quirks()
224 * @np: device node to get GPIO from
243 pr_debug("%s: can't parse '%s' property of node '%pOF[%d]'\n", __func__, propname, np, index); in of_get_named_gpiod_flags()
262 pr_debug("%s: parsed '%s' property of node '%pOF[%d]' - status (%d)\n", __func__, propname, np, index, in of_get_named_gpiod_flags()
285 * gpiod_get_from_of_node() - obtain a GPIO from an OF node
286 * @node: handle of the OF node
298 struct gpio_desc *gpiod_get_from_of_node(struct device_node *node, const char *propname, int index, in gpiod_get_from_of_node() argument
310 desc = of_get_named_gpiod_flags(node, propnam in gpiod_get_from_of_node()
[all...]
/third_party/curl/lib/
H A Dasyn-ares.c672 static struct Curl_addrinfo *ares2addr(struct ares_addrinfo_node *node) in ares2addr() argument
680 for(ai = node; ai != NULL; ai = ai->ai_next) { in ares2addr()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_scalar.c534 exec_node_remove(&var->node); in nir_lower_io_to_scalar_early()
542 exec_node_remove(&var->node); in nir_lower_io_to_scalar_early()
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h38 * \defgroup AST Abstract syntax tree node definitions
56 * Print an AST node in something approximating the original GLSL code
61 * Convert the AST node to the high-level intermediate representation
69 * Retrieve the source location of an AST node
71 * This function is primarily used to get the source position of an AST node
91 * Set the source location of an AST node from a parser location
106 * Set the source location range of an AST node using two location nodes
121 * Source location of the AST node.
847 ast_node* &node);
860 ast_node* &node);
[all...]
H A Dast_to_hir.cpp175 foreach_in_list_safe(ir_instruction, node, instructions) { in _mesa_ast_to_hir()
176 ir_variable *const var = node->as_variable(); in _mesa_ast_to_hir()
230 * we would need to check this as we process each kind of AST node in _mesa_ast_to_hir()
2321 process_array_size(exec_node *node, in process_array_size() argument
2328 ast_node *array_size = exec_node_data(ast_node, node, link); in process_array_size()
2404 for (exec_node *node = array_specifier->array_dimensions.get_tail_raw(); in process_array_type()
2405 !node->is_head_sentinel(); node = node->prev) { in process_array_type()
2406 unsigned array_size = process_array_size(node, stat in process_array_type()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp98 exec_node_insert_node_before(&var->node, &uniform->node); in clover_nir_add_image_uniforms()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c342 list_del(&ctx->node); in fd_context_destroy()
665 list_add(&ctx->node, &ctx->screen->context_list);
H A Dfreedreno_draw.c231 list_for_each_entry (struct fd_acc_query, aq, &ctx->acc_active_queries, node)
426 list_for_each_entry (struct fd_acc_query, aq, &ctx->acc_active_queries, node)
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c512 list_for_each_entry(struct etna_acc_query, aq, &ctx->active_acc_queries, node) in etna_flush()
528 list_for_each_entry(struct etna_acc_query, aq, &ctx->active_acc_queries, node) in etna_flush()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h44 class node;
651 void collect(node *n);
/third_party/python/Lib/idlelib/
H A Dtree.py492 node = TreeNode(sc.canvas, None, item)
493 node.expand()
/third_party/spirv-tools/source/opt/
H A Dtrim_capabilities_pass.cpp54 // If `condition` is true, children of the current node are visited.
55 // If `condition` is false, the children of the current node are ignored.
103 DFSWhile(instruction, [&found_one, predicate](const Instruction* node) { in AnyTypeOf()
104 if (found_one || predicate(node)) { in AnyTypeOf()
/third_party/ffmpeg/libavcodec/
H A Djpeg2000dec.c167 /* decode the value stored in node */
168 static int tag_tree_decode(Jpeg2000DecoderContext *s, Jpeg2000TgtNode *node, in tag_tree_decode() argument
174 if (!node) { in tag_tree_decode()
175 av_log(s->avctx, AV_LOG_ERROR, "missing node\n"); in tag_tree_decode()
179 while (node && !node->vis) { in tag_tree_decode()
180 stack[++sp] = node; in tag_tree_decode()
181 node = node->parent; in tag_tree_decode()
184 if (node) in tag_tree_decode()
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c510 emit_explicit_constant(compiler_context *ctx, unsigned node, unsigned to) in emit_explicit_constant() argument
512 void *constant_value = _mesa_hash_table_u64_search(ctx->ssa_constants, node + 1); in emit_explicit_constant()
516 attach_constants(ctx, &ins, constant_value, node + 1); in emit_explicit_constant()
3031 foreach_list_typed(nir_cf_node, node, node, list) { in emit_cf_list()
3032 switch (node->type) { in emit_cf_list()
3034 midgard_block *block = emit_block(ctx, nir_cf_node_as_block(node)); in emit_cf_list()
3043 emit_if(ctx, nir_cf_node_as_if(node)); in emit_cf_list()
3047 emit_loop(ctx, nir_cf_node_as_loop(node)); in emit_cf_list()
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c109 int cil_add_decl_to_symtab(struct cil_db *db, symtab_t *symtab, hashtab_key_t key, struct cil_symtab_datum *datum, struct cil_tree_node *node) in cil_add_decl_to_symtab() argument
113 if (symtab == NULL || datum == NULL || node == NULL) { in cil_add_decl_to_symtab()
117 rc = cil_symtab_insert(symtab, key, datum, node); in cil_add_decl_to_symtab()
122 cil_log(CIL_ERR, "Re-declaration of %s %s, but previous declaration could not be found\n",cil_node_to_string(node), key); in cil_add_decl_to_symtab()
125 if (!cil_allow_multiple_decls(db, node->flavor, FLAVOR(prev))) { in cil_add_decl_to_symtab()
129 cil_node_to_string(node), key); in cil_add_decl_to_symtab()
130 cil_tree_log(node, CIL_ERR, "Previous declaration of %s", in cil_add_decl_to_symtab()
134 /* multiple_decls is enabled and works for this datum type, add node */ in cil_add_decl_to_symtab()
135 cil_list_append(prev->nodes, CIL_NODE, node); in cil_add_decl_to_symtab()
136 node in cil_add_decl_to_symtab()
313 struct cil_tree_node *node; cil_destroy_blockinherit() local
5463 struct cil_tree_node *node = args->arg->nodes->head->data; cil_destroy_args() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Drockchip-iommu.c146 struct list_head node; /* entry in rk_iommu_domain.iommus */ member
875 iommu = list_entry(pos, struct rk_iommu, node); in rk_iommu_zap_iova()
1257 iommu = list_entry(pos, struct rk_iommu, node); in rk_iommu_flush_tlb_all()
1398 list_del_init(&iommu->node); in rk_iommu_detach_device()
1439 list_add_tail(&iommu->node, &rk_domain->iommus); in rk_iommu_attach_device()
/device/soc/rockchip/common/vendor/drivers/media/i2c/
H A Dgc2093.c1292 struct device_node *node = dev->of_node; in gc2093_probe() local
1313 ret = of_property_read_u32(node, RKMODULE_CAMERA_MODULE_INDEX, &gc2093->module_index); in gc2093_probe()
1314 ret |= of_property_read_string(node, RKMODULE_CAMERA_MODULE_FACING, &gc2093->module_facing); in gc2093_probe()
1315 ret |= of_property_read_string(node, RKMODULE_CAMERA_MODULE_NAME, &gc2093->module_name); in gc2093_probe()
1316 ret |= of_property_read_string(node, RKMODULE_CAMERA_LENS_NAME, &gc2093->len_name); in gc2093_probe()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.c242 list_for_each_entry(jit_cmd, &kctx->csf.kcpu_queues.jit_cmds_head, info.jit_alloc.node) { in kbase_kcpu_jit_allocate_process()
380 list_add_tail(&current_command->info.jit_alloc.node, in kbase_kcpu_jit_allocate_prepare()
406 list_del(&cmd->info.jit_alloc.node); in kbase_kcpu_jit_allocate_finish()
496 list_del(&cmd->info.jit_free.node); in kbase_kcpu_jit_free_process()
560 list_add_tail(&current_command->info.jit_free.node, in kbase_kcpu_jit_free_prepare()

Completed in 55 milliseconds

1...<<919293949596979899100>>...113