Home
last modified time | relevance | path

Searched defs:node_b (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_function.cpp60 const exec_node *node_b = list_b->get_head_raw(); in parameter_lists_match() local
247 const exec_node *node_b = (*other)->parameters.get_head_raw(); in is_best_inexact_overload() local
398 const exec_node *node_b = list_b->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_multiple_dependencies.dts29 node_b: node_b { label
Dtest_pvmfw_devices_vm_dtbo_with_dependencies.dts47 node_b: node_b { label
Dexpected_dt_with_multiple_dependencies.dts34 node_b: node_b { label
/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.rs332 let node_b = gr.add_node(13); 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.cc152 auto node_b = 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.cpp137 merge_node& node_b = ctx.merge_node_table[b.id()]; in defined_after() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp582 auto& node_b = (*preset_configs)[end]; in astcenc_config_init() local
/aosp_15_r20/packages/providers/MediaProvider/jni/
Dnode_test.cpp479 unique_node_ptr node_b = CreateNode(nullptr, "B"); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dhash_utils.cc776 const GraphDef& b, const NodeDef* node_b) { in CheckSubgraphsEqual()
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Doverlay.rs555 let node_b = root.subnode_mut("b").unwrap(); in fdt_find_max_phandle() localVariable
/aosp_15_r20/external/python/cpython3/Objects/
Dodictobject.c800 _ODictNode *node_a, *node_b; in _odict_keys_equal() local