Home
last modified time | relevance | path

Searched refs:node (Results 1326 - 1350 of 2502) sorted by relevance

1...<<51525354555657585960>>...101

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_trivial_continues.c78 foreach_list_typed(nir_cf_node, cf_node, node, cf_list) { in lower_trivial_continues_list()
80 &cf_node->node == exec_list_get_tail(cf_list); in lower_trivial_continues_list()
H A Dnir_lower_global_vars_to_local.c94 exec_node_remove(&var->node); in nir_lower_global_vars_to_local()
96 exec_list_push_tail(&impl->locals, &var->node); in nir_lower_global_vars_to_local()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_discard.cpp141 foreach_in_list(ir_instruction, node, &instructions) { in find_discard()
142 ir_discard *ir = node->as_discard(); in find_discard()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Darray_mutator.js34 const elements = path.node.elements;
44 thisMutator.annotate(path.node, message);
H A Dobject_mutator.js44 const properties = path.node.properties;
66 thisMutator.annotate(path.node, message);
/third_party/node/test/addons/non-node-context/
H A Dbinding.cc1 #include <node.h>
23 MaybeLocal<Object> buf = node::Buffer::Copy(isolate, "foo", 3); in MakeBufferInNewContext()
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc1 #include <node.h>
35 auto result = node::Buffer::Copy(info.GetIsolate(), in CompressBytes()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxml_fix.py40 for node in self.childNodes:
41 node.writexml(writer, indent + addindent, addindent, newl)
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack_huffman.c91 nghttp3_qpack_huffman_decode_node node = {ctx->fstate, 0}; in nghttp3_qpack_huffman_decode() local
92 const nghttp3_qpack_huffman_decode_node *t = &node; in nghttp3_qpack_huffman_decode()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxml_fix.py40 for node in self.childNodes:
41 node.writexml(writer, indent + addindent, addindent, newl)
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_scalar.h50 /** basic scalar node */
54 struct snmp_leaf_node node; member
74 /** scalar array node - a tree node which contains scalars only as children */
86 /** basic scalar array node */
90 struct snmp_leaf_node node; member
/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.h23 // out-of-line data associated with each node.
48 Node* node; member
70 void ReplaceUsesAndKillNode(Node* node, Node* replacement);
72 // Returns true if the AllocationType of the current AllocateRaw node that we
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.h66 bool try_fold(node *n);
68 bool fold(node &n);
/third_party/libabigail/include/
H A Dabg-libxml-utils.h58 /// Get the name of the current element node the reader is pointing
66 /// Get the type of the current node of the shared_ptr<xmlTextReader>
71 /// Get the value of attribute 'name' on the current node of 'reader'
77 /// denoted by 'node'.
78 #define XML_NODE_GET_ATTRIBUTE(node, name) \
79 xml::build_sptr(xmlGetProp(node, BAD_CAST(name)))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessTests.cpp49 bool operator()(tcu::TestNode* node) in operator ()() argument
51 return checkName == std::string(node->getName()); in operator ()()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
H A DRegenerateStructNames.cpp104 for (TIntermNode *node : sequence) in visitBlock()
106 node->traverse(this); in visitBlock()
/third_party/skia/src/core/
H A DSkArenaAllocList.h42 explicit Iter(Node* node) : fCurr(node) {} in Iter() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Dfold_trivial_single_use_lets.cc55 for (auto* node : ctx.src->ASTNodes().Objects()) { in Run()
56 if (auto* block = node->As<ast::BlockStatement>()) { in Run()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_tree.py28 node = tree.TreeNode(sc.canvas, None, item)
29 node.expand()
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.h76 void cil_symtab_datum_remove_node(struct cil_symtab_datum *datum, struct cil_tree_node *node);
77 int cil_symtab_insert(symtab_t *symtab, hashtab_key_t key, struct cil_symtab_datum *datum, struct cil_tree_node *node);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessTests.cpp49 bool operator()(tcu::TestNode* node) in operator ()() argument
51 return checkName == std::string(node->getName()); in operator ()()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DWrapMain.cpp35 for (TIntermNode *node : *blockNode->getSequence())
37 if (TIntermFunctionDefinition *funcDefNode = node->getAsFunctionDefinition())
/third_party/f2fs-tools/fsck/
H A Dnode.c2 * node.c
17 #include "node.h"
105 * In this function, we get a new node blk, and write back
163 * @offset: offset in the current index node block.
169 static int get_node_path(struct f2fs_node *node, long block, in get_node_path() argument
172 const long direct_index = ADDRS_PER_INODE(&node->i); in get_node_path()
173 const long direct_blks = ADDRS_PER_BLOCK(&node->i); in get_node_path()
175 const long indirect_blks = ADDRS_PER_BLOCK(&node->i) * NIDS_PER_BLOCK; in get_node_path()
298 /* Parent node may have changed */ in get_dnode_of_data()
/third_party/ffmpeg/libavcodec/
H A Dmvha.c60 Node *nodes, int node, in get_tree_codes()
65 s = nodes[node].sym; in get_tree_codes()
74 get_tree_codes(bits, lens, xlat, nodes, nodes[node].l, pfx, pl, in get_tree_codes()
77 get_tree_codes(bits, lens, xlat, nodes, nodes[node].r, pfx, pl, in get_tree_codes()
59 get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, Node *nodes, int node, uint32_t pfx, int pl, int *pos) get_tree_codes() argument
/third_party/gn/src/gn/
H A Dstring_utils.cc81 std::unique_ptr<ParseNode> node = Parser::ParseExpression(tokens, err); in AppendInterpolatedExpression() local
88 if (!(node->AsIdentifier() || node->AsAccessor())) { in AppendInterpolatedExpression()
98 Value result = node->Execute(scope, err); in AppendInterpolatedExpression()

Completed in 9 milliseconds

1...<<51525354555657585960>>...101