Home
last modified time | relevance | path

Searched defs:next_node (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_disasm_info.cpp43 struct exec_node *next_node = exec_node_get_next(&group->link); in dump_assembly() local
165 struct exec_node *next_node = exec_node_get_next(&cur->link); in disasm_insert_error() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_disasm_info.c44 struct exec_node *next_node = exec_node_get_next(&group->link); in elk_dump_assembly() local
174 struct exec_node *next_node = exec_node_get_next(&cur->link); in elk_disasm_insert_error() local
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs299 fn next_node(&self, depth: usize) -> Result<Option<(Self, usize)>> { in next_node() method
487 pub fn next_node(self, depth: usize) -> Result<Option<(Self, usize)>> { in next_node() method
514 let next_node = self.fdt.next_node_skip_subnodes(self.offset, depth)?; in delete_and_next_node() localVariable
516 let next_node = self.delete_and_next(Some(offset))?.unwrap(); in delete_and_next_node() localVariable
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtree.rb1331 def next_node method in CommonTreeNodeStream.RewriteRuleTokenStream
1351 def next_node method in CommonTreeNodeStream.RewriteRuleSubtreeStream
1371 alias next_node __next__ alias in CommonTreeNodeStream.RewriteRuleNodeStream
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dinline_autodiff_subgraphs.cpp43 auto next_node = ++node->iterator(); in scanNode() local
H A Dfrozen_linear_transpose.cpp32 for (auto next_node = graph_it.next(); next_node != nullptr;) { in run() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/alts/
H A Dgrpc_alts_credentials_client_options.cc121 target_service_account* next_node = node->next; in alts_client_options_destroy() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_client_options.cc121 target_service_account* next_node = node->next; in alts_client_options_destroy() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/aosp_15_r20/external/leveldb/table/
H A Diterator.cc19 CleanupNode* next_node = node->next; in ~Iterator() local
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dfmd_parser.y167 struct descriptor_node *next_node = cur_node->next; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dbstree_algorithms_base.hpp45 static node_ptr next_node(const node_ptr & node) in next_node() function in boost::intrusive::bstree_algorithms_base
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dlock_free_address_hash_set.h94 static Node* next_node(Node* node) { in next_node() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.h97 static Node* next_node(Node* node) { in next_node() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.h97 static Node* next_node(Node* node) { in next_node() function
/aosp_15_r20/trusty/kernel/lib/shared/device_tree/service/
H A Ddevice_tree_service.cpp149 sp<Node> next_node = sp<Node>::make(mCurrentNodeOffset, mDtb); in get_next_node() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_validate.c1400 nir_cf_node *next_node = nir_cf_node_next(&if_stmt->cf_node); in validate_if() local
1434 nir_cf_node *next_node = nir_cf_node_next(&loop->cf_node); in validate_loop() local
/aosp_15_r20/external/libcxxabi/src/
H A Dfallback_malloc.cpp66 heap_offset next_node; // offset into heap member
/aosp_15_r20/external/cronet/net/cert/
H A Dmulti_threaded_cert_verifier.cc198 base::LinkNode<InternalRequest>* next_node = node->next(); in ~MultiThreadedCertVerifier() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dfallback_malloc.cpp72 heap_offset next_node; // offset into heap member
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dmean_stddev_normalization.cc55 OperationType next_type, Node** next_node) { in GetNextSingleNode()
/aosp_15_r20/external/trusty/lk/lib/heap/miniheap/
Dminiheap.c255 struct list_node *next_node = list_next(&theheap.free_list, &chunk->node); in miniheap_memalign() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Dfeedback_arc_set.rs424 let next_node = &mut container[next_ix]; in remove() localVariable

123