Home
last modified time | relevance | path

Searched refs:node (Results 1551 - 1575 of 3072) sorted by relevance

1...<<61626364656667686970>>...123

/third_party/node/test/addons/buffer-free-callback/
H A Dbinding.cc1 #include <node.h>
24 args.GetReturnValue().Set(node::Buffer::New( in Alloc()
/third_party/node/tools/msvs/
H A Dnodevars.bat10 set print_version=.\node.exe -p -e "process.versions.node + ' (' + process.arch + ')'"
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator-reducer.h42 Reduction Reduce(Node* node) final;
45 Reduction Change(Node* node, const Operator* op, Node* a);
H A Dwasm-compiler.h300 bool ThrowsException(Node* node, Node** if_success, Node** if_exception);
323 void TrapIfEq32(wasm::TrapReason reason, Node* node, int32_t val,
325 void ZeroCheck32(wasm::TrapReason reason, Node* node,
327 void TrapIfEq64(wasm::TrapReason reason, Node* node, int64_t val,
329 void ZeroCheck64(wasm::TrapReason reason, Node* node,
349 // real arguments for this call. This signature gets stored in the Call node
377 Node* Invert(Node* node);
413 static void PrintDebugName(Node* node);
417 Node* SetEffect(Node* node);
418 Node* SetControl(Node* node);
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_set_literal.py27 def transform(self, node, results):
44 maker.prefix = node.prefix
H A Dfix_apply.py31 def transform(self, node, results):
46 prefix = node.prefix
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.hpp47 bool operator<(const Node &node) const { return set < node.set; } in operator <()
/third_party/python/Doc/tools/extensions/
H A Dglossary_search.py28 for node in doctree.traverse(glossary):
29 for glossary_item in node.traverse(definition_list_item):
/third_party/skia/modules/svg/include/
H A DSkSVGFe.h20 static bool IsFilterEffect(const sk_sp<SkSVGNode>& node) { in IsFilterEffect() argument
21 switch (node->tag()) { in IsFilterEffect()
/third_party/rust/crates/syn/codegen/src/
H A Dgen.rs14 node: fn(&mut TokenStream, &mut TokenStream, &Node, &Definitions), in traverse()
33 node(&mut traits, &mut impls, &s, defs); in traverse()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp479 foreach_list_typed(nir_cf_node, node, node, &func->impl->body) { in process()
480 if (!process_cf_node(node)) in process()
622 bool Shader::process_cf_node(nir_cf_node *node) in process_cf_node() argument
626 switch (node->type) { in process_cf_node()
628 return process_block(nir_cf_node_as_block(node)); in process_cf_node()
630 return process_if(nir_cf_node_as_if(node)); in process_cf_node()
632 return process_loop(nir_cf_node_as_loop(node)); in process_cf_node()
647 foreach_list_typed(nir_cf_node, n, node, &list) { in child_block_empty()
666 foreach_list_typed(nir_cf_node, n, node, in process_if()
725 process_loop(nir_loop *node) process_loop() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c108 set_class(unsigned *classes, unsigned node, unsigned class) in set_class() argument
110 if (node < SSA_FIXED_MINIMUM && class != classes[node]) { in set_class()
111 assert(classes[node] == REG_CLASS_WORK); in set_class()
112 classes[node] = class; in set_class()
120 check_read_class(unsigned *classes, unsigned tag, unsigned node) in check_read_class() argument
123 if (node >= SSA_FIXED_MINIMUM) in check_read_class()
126 switch (classes[node]) { in check_read_class()
141 check_write_class(unsigned *classes, unsigned tag, unsigned node) in check_write_class() argument
144 if (node > in check_write_class()
165 mark_node_class(unsigned *bitfield, unsigned node) mark_node_class() argument
[all...]
/third_party/toybox/toys/pending/
H A Ddiff.c469 static int skip(struct dirtree *node) in skip() argument
472 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); in skip()
487 static void add_to_list(struct dirtree *node) in add_to_list() argument
494 full_path = dirtree_path(node, NULL); in add_to_list()
498 static int list_dir (struct dirtree *node) in list_dir() argument
502 if (!dirtree_notdotdot(node)) return 0; in list_dir()
504 if (S_ISDIR(node->st.st_mode) && !node->parent) { //add root dirs. in list_dir()
505 add_to_list(node); in list_dir()
509 if (S_ISDIR(node in list_dir()
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil.c383 CIL_KEY_NODE = cil_strpool_add("<node>"); in cil_init_keys()
1111 const char * cil_node_to_string(struct cil_tree_node *node) in cil_node_to_string() argument
1113 switch (node->flavor) { in cil_node_to_string()
1155 switch (((struct cil_condblock*)node->data)->flavor) { in cil_node_to_string()
1265 switch (((struct cil_avrule *)node->data)->rule_kind) { in cil_node_to_string()
1279 switch (((struct cil_avrule *)node->data)->rule_kind) { in cil_node_to_string()
1297 switch (((struct cil_type_rule *)node->data)->rule_kind) { in cil_node_to_string()
1482 struct cil_tree_node *node; in cil_cats_to_ebitmap() local
1490 node = NODE(i->data); in cil_cats_to_ebitmap()
1491 if (node in cil_cats_to_ebitmap()
1959 struct cil_tree_node *node = ast_node; cil_get_symtab() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h492 struct list_head node; member
555 struct list_head node; member
591 struct list_head node; member
663 return list_first_entry(&ir->block_list, struct ir3_block, node); in ir3_start_block()
764 list_delinit(&instr->node); in ir3_instr_move_before()
765 list_addtail(&instr->node, &after->node); in ir3_instr_move_before()
775 list_delinit(&instr->node); in ir3_instr_move_after()
776 list_add(&instr->node, &before->node); in ir3_instr_move_after()
[all...]
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp297 static void remove_node(const OffsetEdge* node, OffsetEdge** head) { in remove_node() argument
299 node->fPrev->fNext = node->fNext; in remove_node()
300 node->fNext->fPrev = node->fPrev; in remove_node()
301 if (node == *head) { in remove_node()
302 *head = (node->fNext == node) ? nullptr : node->fNext; in remove_node()
726 // insert new node a in insert()
985 IsRed(const ActiveEdge* node) IsRed() argument
989 SingleRotation(ActiveEdge* node, int dir) SingleRotation() argument
1001 DoubleRotation(ActiveEdge* node, int dir) DoubleRotation() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dopp.h49 * @node: opp table node. The nodes are maintained throughout the lifetime
68 * @np: OPP's device node.
74 struct list_head node; member
102 * @node: list node
110 struct list_head node; member
126 * @node: table node - contains the devices with OPPs that
134 * @np: struct device_node pointer for opp's DT node
169 struct list_head node; global() member
[all...]
/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_generate_tree.c23 return treeStack[parentLayer].node; in GetParentNode()
61 (*treeStack)[*treeLayer].node = newNode; in UpdateTreeStack()
155 *root = treeStack[1].node; in GenerateCfgTree()
/drivers/hdf_core/framework/utils/src/
H A Dhdf_task_queue.c138 DListInsertTail(&task->node, &queue->head); in HdfTaskEnqueue()
157 task = DLIST_FIRST_ENTRY(&queue->head, struct HdfTaskType, node); in HdfTaskDequeue()
158 DListRemove(&task->node); in HdfTaskDequeue()
/third_party/gn/src/gn/
H A Dimport_manager.cc26 const ParseNode* node = g_scheduler->input_file_manager()->SyncLoadFile( in UncachedImport() local
28 if (!node) in UncachedImport()
41 node->Execute(scope.get(), err); in UncachedImport()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCharsTrieBuilder.java229 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType() argument
231 return write(node); in writeValueAndType()
247 intUnits[0]|=(char)node; in writeValueAndType()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCharsTrieBuilder.java225 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType() argument
227 return write(node); in writeValueAndType()
243 intUnits[0]|=(char)node; in writeValueAndType()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_pipe.c148 list_del(&deferred_submit->node); in fd_pipe_purge()
149 list_addtail(&deferred_submit->node, &deferred_submits); in fd_pipe_purge()
156 list_del(&deferred_submit->node); in fd_pipe_purge()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_gvn.cpp41 bool gvn::visit(node& n, bool enter) { in visit()
147 void gvn::process_alu_src_constants(node &n, value* &v) { in process_alu_src_constants()
189 void gvn::process_op(node& n, bool rewrite) { in process_op()
/third_party/node/src/
H A Dnode_external_reference.h11 namespace node { namespace
137 } // namespace node
143 node::ExternalReferenceRegistry* registry);
149 node::ExternalReferenceRegistry* registry) { \

Completed in 18 milliseconds

1...<<61626364656667686970>>...123