/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_trivial_continues.c | 78 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 D | nir_lower_global_vars_to_local.c | 94 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 D | lower_discard.cpp | 141 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 D | array_mutator.js | 34 const elements = path.node.elements; 44 thisMutator.annotate(path.node, message);
|
H A D | object_mutator.js | 44 const properties = path.node.properties; 66 thisMutator.annotate(path.node, message);
|
/third_party/node/test/addons/non-node-context/ |
H A D | binding.cc | 1 #include <node.h> 23 MaybeLocal<Object> buf = node::Buffer::Copy(isolate, "foo", 3); in MakeBufferInNewContext()
|
/third_party/node/test/addons/zlib-binding/ |
H A D | binding.cc | 1 #include <node.h> 35 auto result = node::Buffer::Copy(info.GetIsolate(), in CompressBytes()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xml_fix.py | 40 for node in self.childNodes: 41 node.writexml(writer, indent + addindent, addindent, newl)
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack_huffman.c | 91 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 D | xml_fix.py | 40 for node in self.childNodes: 41 node.writexml(writer, indent + addindent, addindent, newl)
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_scalar.h | 50 /** 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 D | memory-optimizer.h | 23 // 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 D | sb_expr.h | 66 bool try_fold(node *n); 68 bool fold(node &n);
|
/third_party/libabigail/include/ |
H A D | abg-libxml-utils.h | 58 /// 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 D | vktRobustnessTests.cpp | 49 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 D | RegenerateStructNames.cpp | 104 for (TIntermNode *node : sequence) in visitBlock() 106 node->traverse(this); in visitBlock()
|
/third_party/skia/src/core/ |
H A D | SkArenaAllocList.h | 42 explicit Iter(Node* node) : fCurr(node) {} in Iter() argument
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | fold_trivial_single_use_lets.cc | 55 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 D | test_tree.py | 28 node = tree.TreeNode(sc.canvas, None, item) 29 node.expand()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_symtab.h | 76 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 D | vktRobustnessTests.cpp | 49 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 D | WrapMain.cpp | 35 for (TIntermNode *node : *blockNode->getSequence()) 37 if (TIntermFunctionDefinition *funcDefNode = node->getAsFunctionDefinition())
|
/third_party/f2fs-tools/fsck/ |
H A D | node.c | 2 * 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 D | mvha.c | 60 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 D | string_utils.cc | 81 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()
|