/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_disasm_info.cpp | 43 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 D | elk_disasm_info.c | 44 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/ |
D | lib.rs | 299 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 D | tree.rb | 1331 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 D | inline_autodiff_subgraphs.cpp | 43 auto next_node = ++node->iterator(); in scanNode() local
|
H A D | frozen_linear_transpose.cpp | 32 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 D | instruction_list.h | 91 iterator_template next_node = *this; in Erase() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/alts/ |
H A D | grpc_alts_credentials_client_options.cc | 121 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/ |
D | grpc_alts_credentials_client_options.cc | 121 target_service_account* next_node = node->next; in alts_client_options_destroy() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction_list.h | 91 iterator_template next_node = *this; in Erase() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | instruction_list.h | 91 iterator_template next_node = *this; in Erase() local
|
/aosp_15_r20/external/leveldb/table/ |
H A D | iterator.cc | 19 CleanupNode* next_node = node->next; in ~Iterator() local
|
/aosp_15_r20/external/coreboot/util/cbfstool/ |
H A D | fmd_parser.y | 167 struct descriptor_node *next_node = cur_node->next; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | bstree_algorithms_base.hpp | 45 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 D | lock_free_address_hash_set.h | 94 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/ |
D | lock_free_address_hash_set.h | 97 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/ |
D | lock_free_address_hash_set.h | 97 static Node* next_node(Node* node) { in next_node() function
|
/aosp_15_r20/trusty/kernel/lib/shared/device_tree/service/ |
H A D | device_tree_service.cpp | 149 sp<Node> next_node = sp<Node>::make(mCurrentNodeOffset, mDtb); in get_next_node() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_validate.c | 1400 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 D | fallback_malloc.cpp | 66 heap_offset next_node; // offset into heap member
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | multi_threaded_cert_verifier.cc | 198 base::LinkNode<InternalRequest>* next_node = node->next(); in ~MultiThreadedCertVerifier() local
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | fallback_malloc.cpp | 72 heap_offset next_node; // offset into heap member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
H A D | mean_stddev_normalization.cc | 55 OperationType next_type, Node** next_node) { in GetNextSingleNode()
|
/aosp_15_r20/external/trusty/lk/lib/heap/miniheap/ |
D | miniheap.c | 255 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/ |
D | feedback_arc_set.rs | 424 let next_node = &mut container[next_ix]; in remove() localVariable
|