Home
last modified time | relevance | path

Searched defs:node_a (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_function.cpp59 const exec_node *node_a = list_a->get_head_raw(); in parameter_lists_match() local
246 const exec_node *node_a = sig->parameters.get_head_raw(); in is_best_inexact_overload() local
397 const exec_node *node_a = list_a->get_head_raw(); in parameter_lists_match_exact() local
/aosp_15_r20/system/libufdt/
H A Dufdt_node.c219 static int merge_children(struct ufdt_node *node_a, struct ufdt_node *node_b, in merge_children()
255 int ufdt_node_merge_into(struct ufdt_node *node_a, struct ufdt_node *node_b, in ufdt_node_merge_into()
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/testdata/
Dtest_pvmfw_devices_with_dependency.dts6 node_a: node_a { label
Dtest_pvmfw_devices_with_multiple_dependencies.dts6 node_a: node_a { label
Dexpected_dt_with_dependency.dts8 node_a: node_a { label
Dtest_pvmfw_devices_vm_dtbo_with_dependencies.dts24 node_a: node_a { label
Dexpected_dt_with_multiple_dependencies.dts10 node_a: node_a { label
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Doverlay.rs553 let node_a = root.subnode_mut("a").unwrap(); in fdt_find_max_phandle() localVariable
575 let node_a = fdt.root.subnode_mut("a").unwrap(); in fdt_offset_phandles() localVariable
/aosp_15_r20/external/executorch/backends/xnnpack/_passes/
H A Dchannels_last_tagged_reshape_pass.py112 def make_partners(self, node_a, node_b): argument
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y966 string_node_t *node_a, *node_b; in _string_list_equal() local
1190 token_node_t *node_a, *node_b; in _token_list_equal_ignoring_space() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Dgraphmap.rs331 let node_a = gr.add_node(12); in test_from_graph() localVariable
/aosp_15_r20/external/pytorch/torch/ao/ns/fx/
H A Dn_shadows_utils.py167 def _order_nodes(node_a, node_b, node_c) -> List[Node]: argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
H A Dremove_noop_test.cc151 auto node_a = graph.NewNode(); in TEST() local
/aosp_15_r20/system/libufdt/tests/libufdt_verify/
H A Dufdt_test_overlay.cpp38 static bool compare_child_nodes(struct ufdt_node *node_a, struct ufdt_node *node_b, in compare_child_nodes()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_lower_to_cssa.cpp136 merge_node& node_a = ctx.merge_node_table[a.id()]; in defined_after() local
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/tests/
Dapi_test.rs493 let node_a = { in node_subnode_lifetime() localVariable
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp581 auto& node_a = (*preset_configs)[start]; in astcenc_config_init() local
/aosp_15_r20/packages/providers/MediaProvider/jni/
Dnode_test.cpp478 unique_node_ptr node_a = CreateNode(nullptr, "a"); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dhash_utils.cc775 Status CheckSubgraphsEqual(const GraphDef& a, const NodeDef* node_a, in CheckSubgraphsEqual()
/aosp_15_r20/external/python/cpython3/Objects/
Dodictobject.c800 _ODictNode *node_a, *node_b; in _odict_keys_equal() local