/aosp_15_r20/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/pwrc/ |
H A D | hisi_pwrc.c | 40 #define CPUIDLE_FLAG_REG(cluster) \ argument 95 static void hisi_cpuhotplug_lock(unsigned int cluster, unsigned int core) in hisi_cpuhotplug_lock() 104 static void hisi_cpuhotplug_unlock(unsigned int cluster, unsigned int core) in hisi_cpuhotplug_unlock() 114 void hisi_cpuidle_lock(unsigned int cluster, unsigned int core) in hisi_cpuidle_lock() 122 void hisi_cpuidle_unlock(unsigned int cluster, unsigned int core) in hisi_cpuidle_unlock() 129 unsigned int hisi_get_cpuidle_flag(unsigned int cluster) in hisi_get_cpuidle_flag() 139 void hisi_set_cpuidle_flag(unsigned int cluster, unsigned int core) in hisi_set_cpuidle_flag() 144 void hisi_clear_cpuidle_flag(unsigned int cluster, unsigned int core) in hisi_clear_cpuidle_flag() 165 void hisi_set_cluster_pwdn_flag(unsigned int cluster, in hisi_set_cluster_pwdn_flag() 180 unsigned int hisi_get_cpu_boot_flag(unsigned int cluster, unsigned int core) in hisi_get_cpu_boot_flag() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/pwrc/ |
D | hisi_pwrc.c | 40 #define CPUIDLE_FLAG_REG(cluster) \ argument 95 static void hisi_cpuhotplug_lock(unsigned int cluster, unsigned int core) in hisi_cpuhotplug_lock() 104 static void hisi_cpuhotplug_unlock(unsigned int cluster, unsigned int core) in hisi_cpuhotplug_unlock() 114 void hisi_cpuidle_lock(unsigned int cluster, unsigned int core) in hisi_cpuidle_lock() 122 void hisi_cpuidle_unlock(unsigned int cluster, unsigned int core) in hisi_cpuidle_unlock() 129 unsigned int hisi_get_cpuidle_flag(unsigned int cluster) in hisi_get_cpuidle_flag() 139 void hisi_set_cpuidle_flag(unsigned int cluster, unsigned int core) in hisi_set_cpuidle_flag() 144 void hisi_clear_cpuidle_flag(unsigned int cluster, unsigned int core) in hisi_clear_cpuidle_flag() 165 void hisi_set_cluster_pwdn_flag(unsigned int cluster, in hisi_set_cluster_pwdn_flag() 180 unsigned int hisi_get_cpu_boot_flag(unsigned int cluster, unsigned int core) in hisi_get_cpu_boot_flag() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/core/xds/ |
H A D | xds_cluster_resource_type_test.cc | 152 Cluster cluster; in TEST_F() local 185 Cluster cluster; in TEST_F() local 205 Cluster cluster; in TEST_F() local 227 Cluster cluster; in TEST_F() local 249 Cluster cluster; in TEST_F() local 267 Cluster cluster; in TEST_F() local 286 Cluster cluster; in TEST_F() local 306 Cluster cluster; in TEST_F() local 327 Cluster cluster; in TEST_F() local 355 Cluster cluster; in TEST_F() local [all …]
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | LoadBalancerConfigFactoryTest.java | 156 Cluster cluster = newCluster(buildWrrPolicy(ROUND_ROBIN_POLICY)); in roundRobin() local 163 Cluster cluster = newCluster(buildWrrPolicy(WRR_POLICY)); in weightedRoundRobin() local 170 Cluster cluster = newCluster(buildWrrPolicy(Policy.newBuilder() in weightedRoundRobin_invalid() local 188 Cluster cluster = newCluster(buildWrrPolicy(WRR_POLICY, ROUND_ROBIN_POLICY)); in weightedRoundRobin_fallback_roundrobin() local 195 Cluster cluster = Cluster.newBuilder().setLbPolicy(LbPolicy.ROUND_ROBIN).build(); in roundRobin_legacy() local 202 Cluster cluster = Cluster.newBuilder() in ringHash() local 211 Cluster cluster = Cluster.newBuilder().setLbPolicy(LbPolicy.RING_HASH).setRingHashLbConfig( in ringHash_legacy() local 221 Cluster cluster = newCluster( in ringHash_invalidHash() local 233 Cluster cluster = Cluster.newBuilder().setLbPolicy(LbPolicy.RING_HASH).setRingHashLbConfig( in ringHash_invalidHash_legacy() local 241 Cluster cluster = Cluster.newBuilder() in leastRequest() local [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/spmc/ |
H A D | mtspmc.c | 22 static void set_retention(int cluster, int tick) in set_retention() 40 void spm_enable_cpu_auto_off(int cluster, int cpu) in spm_enable_cpu_auto_off() 48 void spm_disable_cpu_auto_off(int cluster, int cpu) in spm_disable_cpu_auto_off() 56 void spm_set_cpu_power_off(int cluster, int cpu) in spm_set_cpu_power_off() 61 void spm_enable_cluster_auto_off(int cluster) in spm_enable_cluster_auto_off() 73 void mcucfg_set_bootaddr(int cluster, int cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr() 90 uintptr_t mcucfg_get_bootaddr(int cluster, int cpu) in mcucfg_get_bootaddr() 107 void mcucfg_init_archstate(int cluster, int cpu, int arm64) in mcucfg_init_archstate() 132 int spm_get_cluster_powerstate(int cluster) in spm_get_cluster_powerstate() 141 int spm_get_cpu_powerstate(int cluster, int cpu) in spm_get_cpu_powerstate() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8183/drivers/spmc/ |
D | mtspmc.c | 22 static void set_retention(int cluster, int tick) in set_retention() 40 void spm_enable_cpu_auto_off(int cluster, int cpu) in spm_enable_cpu_auto_off() 48 void spm_disable_cpu_auto_off(int cluster, int cpu) in spm_disable_cpu_auto_off() 56 void spm_set_cpu_power_off(int cluster, int cpu) in spm_set_cpu_power_off() 61 void spm_enable_cluster_auto_off(int cluster) in spm_enable_cluster_auto_off() 73 void mcucfg_set_bootaddr(int cluster, int cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr() 90 uintptr_t mcucfg_get_bootaddr(int cluster, int cpu) in mcucfg_get_bootaddr() 107 void mcucfg_init_archstate(int cluster, int cpu, int arm64) in mcucfg_init_archstate() 132 int spm_get_cluster_powerstate(int cluster) in spm_get_cluster_powerstate() 141 int spm_get_cpu_powerstate(int cluster, int cpu) in spm_get_cpu_powerstate() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8183/ |
H A D | plat_pm.c | 112 #define CPU_IDX(cluster, cpu) ((cluster << 2) + cpu) argument 136 static bool clst_single_pwr(int cluster, int cpu) in clst_single_pwr() 146 static bool clst_single_on(int cluster, int cpu) in clst_single_on() 170 static void plat_cluster_pwrdwn_common(uint64_t mpidr, int cluster) in plat_cluster_pwrdwn_common() 180 static void plat_cluster_pwron_common(uint64_t mpidr, int cluster) in plat_cluster_pwron_common() 212 static void mcdi_ctrl_before_hotplug_on(int cluster, int cpu) in mcdi_ctrl_before_hotplug_on() 220 static void mcdi_ctrl_before_hotplug_off(int cluster, int cpu, bool cluster_off) in mcdi_ctrl_before_hotplug_off() 227 static void mcdi_ctrl_cluster_cpu_off(int cluster, int cpu, bool cluster_off) in mcdi_ctrl_cluster_cpu_off() 253 static void hotplug_ctrl_cluster_on(int cluster, int cpu) in hotplug_ctrl_cluster_on() 266 static void hotplug_ctrl_cpu_on(int cluster, int cpu) in hotplug_ctrl_cpu_on() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8183/ |
D | plat_pm.c | 112 #define CPU_IDX(cluster, cpu) ((cluster << 2) + cpu) argument 136 static bool clst_single_pwr(int cluster, int cpu) in clst_single_pwr() 146 static bool clst_single_on(int cluster, int cpu) in clst_single_on() 170 static void plat_cluster_pwrdwn_common(uint64_t mpidr, int cluster) in plat_cluster_pwrdwn_common() 180 static void plat_cluster_pwron_common(uint64_t mpidr, int cluster) in plat_cluster_pwron_common() 212 static void mcdi_ctrl_before_hotplug_on(int cluster, int cpu) in mcdi_ctrl_before_hotplug_on() 220 static void mcdi_ctrl_before_hotplug_off(int cluster, int cpu, bool cluster_off) in mcdi_ctrl_before_hotplug_off() 227 static void mcdi_ctrl_cluster_cpu_off(int cluster, int cpu, bool cluster_off) in mcdi_ctrl_cluster_cpu_off() 253 static void hotplug_ctrl_cluster_on(int cluster, int cpu) in hotplug_ctrl_cluster_on() 266 static void hotplug_ctrl_cpu_on(int cluster, int cpu) in hotplug_ctrl_cpu_on() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spmc/ |
H A D | mtspmc.c | 18 void mcucfg_disable_gic_wakeup(uint32_t cluster, uint32_t cpu) in mcucfg_disable_gic_wakeup() 23 void mcucfg_enable_gic_wakeup(uint32_t cluster, uint32_t cpu) in mcucfg_enable_gic_wakeup() 28 void mcucfg_set_bootaddr(uint32_t cluster, uint32_t cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr() 35 uintptr_t mcucfg_get_bootaddr(uint32_t cluster, uint32_t cpu) in mcucfg_get_bootaddr() 42 void mcucfg_init_archstate(uint32_t cluster, uint32_t cpu, bool arm64) in mcucfg_init_archstate() 71 bool spm_get_cluster_powerstate(uint32_t cluster) in spm_get_cluster_powerstate() 78 bool spm_get_cpu_powerstate(uint32_t cluster, uint32_t cpu) in spm_get_cpu_powerstate() 124 void spm_poweron_cpu(uint32_t cluster, uint32_t cpu) in spm_poweron_cpu() 151 void spm_poweroff_cpu(uint32_t cluster, uint32_t cpu) in spm_poweroff_cpu() 162 void spm_poweroff_cluster(uint32_t cluster) in spm_poweroff_cluster() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spmc/ |
D | mtspmc.c | 18 void mcucfg_disable_gic_wakeup(uint32_t cluster, uint32_t cpu) in mcucfg_disable_gic_wakeup() 23 void mcucfg_enable_gic_wakeup(uint32_t cluster, uint32_t cpu) in mcucfg_enable_gic_wakeup() 28 void mcucfg_set_bootaddr(uint32_t cluster, uint32_t cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr() 35 uintptr_t mcucfg_get_bootaddr(uint32_t cluster, uint32_t cpu) in mcucfg_get_bootaddr() 42 void mcucfg_init_archstate(uint32_t cluster, uint32_t cpu, bool arm64) in mcucfg_init_archstate() 71 bool spm_get_cluster_powerstate(uint32_t cluster) in spm_get_cluster_powerstate() 78 bool spm_get_cpu_powerstate(uint32_t cluster, uint32_t cpu) in spm_get_cpu_powerstate() 124 void spm_poweron_cpu(uint32_t cluster, uint32_t cpu) in spm_poweron_cpu() 151 void spm_poweroff_cpu(uint32_t cluster, uint32_t cpu) in spm_poweroff_cpu() 162 void spm_poweroff_cluster(uint32_t cluster) in spm_poweroff_cluster() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spmc/ |
H A D | mtspmc.c | 18 void mcucfg_disable_gic_wakeup(unsigned int cluster, unsigned int cpu) in mcucfg_disable_gic_wakeup() 23 void mcucfg_enable_gic_wakeup(unsigned int cluster, unsigned int cpu) in mcucfg_enable_gic_wakeup() 28 void mcucfg_set_bootaddr(unsigned int cluster, unsigned int cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr() 35 uintptr_t mcucfg_get_bootaddr(unsigned int cluster, unsigned int cpu) in mcucfg_get_bootaddr() 42 void mcucfg_init_archstate(unsigned int cluster, unsigned int cpu, bool arm64) in mcucfg_init_archstate() 71 bool spm_get_cluster_powerstate(unsigned int cluster) in spm_get_cluster_powerstate() 78 bool spm_get_cpu_powerstate(unsigned int cluster, unsigned int cpu) in spm_get_cpu_powerstate() 117 void spm_poweron_cpu(unsigned int cluster, unsigned int cpu) in spm_poweron_cpu() 140 void spm_poweroff_cpu(unsigned int cluster, unsigned int cpu) in spm_poweroff_cpu() 151 void spm_poweroff_cluster(unsigned int cluster) in spm_poweroff_cluster() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8186/drivers/spmc/ |
D | mtspmc.c | 18 void mcucfg_disable_gic_wakeup(unsigned int cluster, unsigned int cpu) in mcucfg_disable_gic_wakeup() 23 void mcucfg_enable_gic_wakeup(unsigned int cluster, unsigned int cpu) in mcucfg_enable_gic_wakeup() 30 void mcucfg_set_bootaddr(unsigned int cluster, unsigned int cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr() 37 uintptr_t mcucfg_get_bootaddr(unsigned int cluster, unsigned int cpu) in mcucfg_get_bootaddr() 44 void mcucfg_init_archstate(unsigned int cluster, unsigned int cpu, bool arm64) in mcucfg_init_archstate() 73 bool spm_get_cluster_powerstate(unsigned int cluster) in spm_get_cluster_powerstate() 80 bool spm_get_cpu_powerstate(unsigned int cluster, unsigned int cpu) in spm_get_cpu_powerstate() 124 void spm_poweron_cpu(unsigned int cluster, unsigned int cpu) in spm_poweron_cpu() 146 void spm_poweroff_cpu(unsigned int cluster, unsigned int cpu) in spm_poweroff_cpu() 157 void spm_poweroff_cluster(unsigned int cluster) in spm_poweroff_cluster() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spmc/ |
D | mtspmc.c | 18 void mcucfg_disable_gic_wakeup(unsigned int cluster, unsigned int cpu) in mcucfg_disable_gic_wakeup() 23 void mcucfg_enable_gic_wakeup(unsigned int cluster, unsigned int cpu) in mcucfg_enable_gic_wakeup() 28 void mcucfg_set_bootaddr(unsigned int cluster, unsigned int cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr() 35 uintptr_t mcucfg_get_bootaddr(unsigned int cluster, unsigned int cpu) in mcucfg_get_bootaddr() 42 void mcucfg_init_archstate(unsigned int cluster, unsigned int cpu, bool arm64) in mcucfg_init_archstate() 71 bool spm_get_cluster_powerstate(unsigned int cluster) in spm_get_cluster_powerstate() 78 bool spm_get_cpu_powerstate(unsigned int cluster, unsigned int cpu) in spm_get_cpu_powerstate() 117 void spm_poweron_cpu(unsigned int cluster, unsigned int cpu) in spm_poweron_cpu() 140 void spm_poweroff_cpu(unsigned int cluster, unsigned int cpu) in spm_poweroff_cpu() 151 void spm_poweroff_cluster(unsigned int cluster) in spm_poweroff_cluster() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/ |
H A D | data_service_test.cc | 71 TestCluster cluster(/*num_workers=*/5); in TEST() local 87 TestCluster cluster(/*num_workers=*/5); in TEST() local 108 TestCluster cluster(/*num_workers=*/5); in TEST_P() local 127 TestCluster cluster(/*num_workers=*/5); in TEST() local 143 TestCluster cluster(/*num_workers=*/5); in TEST() local 167 TestCluster cluster(/*num_workers=*/5); in TEST() local 192 TestCluster cluster(/*num_workers=*/5); in TEST_P() local 225 TestCluster cluster(config); in TEST() local 251 TestCluster cluster(config); in TEST() local 262 TestCluster cluster(1); in TEST() local [all …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/ |
H A D | xds_ring_hash_end2end_test.cc | 129 auto cluster = default_cluster_; in TEST_P() local 195 auto cluster = default_cluster_; in TEST_P() local 263 auto cluster = default_cluster_; in TEST_P() local 331 auto cluster = default_cluster_; in TEST_P() local 359 auto cluster = default_cluster_; in TEST_P() local 410 auto cluster = default_cluster_; in TEST_P() local 467 auto cluster = default_cluster_; in TEST_P() local 498 auto cluster = default_cluster_; in TEST_P() local 537 auto cluster = default_cluster_; in TEST_P() local 569 auto cluster = default_cluster_; in TEST_P() local [all …]
|
H A D | xds_outlier_detection_end2end_test.cc | 60 auto cluster = default_cluster_; in TEST_P() local 122 auto cluster = default_cluster_; in TEST_P() local 217 auto cluster = default_cluster_; in TEST_P() local 281 auto cluster = default_cluster_; in TEST_P() local 340 auto cluster = default_cluster_; in TEST_P() local 400 auto cluster = default_cluster_; in TEST_P() local 467 auto cluster = default_cluster_; in TEST_P() local 536 auto cluster = default_cluster_; in TEST_P() local 631 auto cluster = default_cluster_; in TEST_P() local 692 auto cluster = default_cluster_; in TEST_P() local [all …]
|
H A D | xds_cluster_type_end2end_test.cc | 90 auto cluster = default_cluster_; in TEST_P() local 154 auto cluster = default_cluster_; in TEST_P() local 207 auto cluster = default_cluster_; in TEST_P() local 280 auto cluster = default_cluster_; in TEST_P() local 342 auto cluster = default_cluster_; in TEST_P() local 417 auto cluster = default_cluster_; in TEST_P() local 478 auto cluster = default_cluster_; in TEST_P() local 549 auto cluster = default_cluster_; in TEST_P() local 615 auto cluster = default_cluster_; in TEST_P() local 661 auto cluster = default_cluster_; in TEST_P() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_session_test.cc | 93 std::unique_ptr<test::TestCluster> cluster; in TEST() local 129 std::unique_ptr<test::TestCluster> cluster; in TEST() local 174 std::unique_ptr<test::TestCluster> cluster; in TEST() local 205 std::unique_ptr<test::TestCluster> cluster; in TEST() local 237 std::unique_ptr<test::TestCluster> cluster; in TEST() local 267 std::unique_ptr<test::TestCluster> cluster; in TEST() local 294 std::unique_ptr<test::TestCluster> cluster; in TEST() local 394 std::unique_ptr<test::TestCluster> cluster; in TEST() local 412 std::unique_ptr<test::TestCluster> cluster; in TEST() local 481 std::unique_ptr<test::TestCluster> cluster; in TEST() local [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hisi_ipc.c | 38 unsigned int cluster) in hisi_cpus_pd_in_cluster_besides_curr() 97 void hisi_ipc_cpu_on_off(unsigned int cpu, unsigned int cluster, in hisi_ipc_cpu_on_off() 119 void hisi_ipc_cpu_on(unsigned int cpu, unsigned int cluster) in hisi_ipc_cpu_on() 124 void hisi_ipc_cpu_off(unsigned int cpu, unsigned int cluster) in hisi_ipc_cpu_off() 129 void hisi_ipc_cluster_on_off(unsigned int cpu, unsigned int cluster, in hisi_ipc_cluster_on_off() 151 void hisi_ipc_cluster_on(unsigned int cpu, unsigned int cluster) in hisi_ipc_cluster_on() 156 void hisi_ipc_cluster_off(unsigned int cpu, unsigned int cluster) in hisi_ipc_cluster_off() 161 void hisi_ipc_cpu_suspend(unsigned int cpu, unsigned int cluster) in hisi_ipc_cpu_suspend() 177 void hisi_ipc_cluster_suspend(unsigned int cpu, unsigned int cluster) in hisi_ipc_cluster_suspend()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/hisilicon/hikey/ |
H A D | hisi_ipc.c | 38 unsigned int cluster) in hisi_cpus_pd_in_cluster_besides_curr() 97 void hisi_ipc_cpu_on_off(unsigned int cpu, unsigned int cluster, in hisi_ipc_cpu_on_off() 119 void hisi_ipc_cpu_on(unsigned int cpu, unsigned int cluster) in hisi_ipc_cpu_on() 124 void hisi_ipc_cpu_off(unsigned int cpu, unsigned int cluster) in hisi_ipc_cpu_off() 129 void hisi_ipc_cluster_on_off(unsigned int cpu, unsigned int cluster, in hisi_ipc_cluster_on_off() 151 void hisi_ipc_cluster_on(unsigned int cpu, unsigned int cluster) in hisi_ipc_cluster_on() 156 void hisi_ipc_cluster_off(unsigned int cpu, unsigned int cluster) in hisi_ipc_cluster_off() 161 void hisi_ipc_cpu_suspend(unsigned int cpu, unsigned int cluster) in hisi_ipc_cpu_suspend() 177 void hisi_ipc_cluster_suspend(unsigned int cpu, unsigned int cluster) in hisi_ipc_cluster_suspend()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | virtual_placer_test.cc | 35 VirtualCluster cluster(devices); in TEST() local 65 VirtualCluster cluster(devices); in TEST() local 95 VirtualCluster cluster(devices); in TEST() local 125 VirtualCluster cluster(devices); in TEST() local 147 VirtualCluster cluster(devices); in TEST() local 159 VirtualCluster cluster(devices); in GetDefaultDeviceName() local 206 std::unique_ptr<VirtualCluster> cluster(new VirtualCluster(devices)); in TEST() local 257 VirtualCluster cluster(devices); in TEST() local 273 VirtualCluster cluster(devices); in TEST() local 293 VirtualCluster cluster(devices); in TEST() local
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/proto-google-cloud-securitycenter-settings-v1beta1/src/main/java/com/google/cloud/securitycenter/settings/v1beta1/ |
H A D | SettingsName.java | 56 private final String cluster; field in SettingsName 224 String project, String location, String cluster) { in ofProjectLocationClusterName() 234 String project, String region, String cluster) { in ofProjectRegionClusterName() 243 public static SettingsName ofProjectZoneClusterName(String project, String zone, String cluster) { in ofProjectZoneClusterName() 272 String project, String location, String cluster) { in formatProjectLocationClusterName() 283 String project, String region, String cluster) { in formatProjectRegionClusterName() 293 public static String formatProjectZoneClusterName(String project, String zone, String cluster) { in formatProjectZoneClusterName() 517 private String cluster; field in SettingsName.ProjectLocationClusterBuilder 543 public ProjectLocationClusterBuilder setCluster(String cluster) { in setCluster() 558 private String cluster; field in SettingsName.ProjectRegionClusterBuilder [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | tpu_extract_head_tail_outside_compilation.cc | 135 tf_device::ClusterOp cluster) { in FindOutsideCompiledOpsAtHead() 186 void CreateHeadComputation(OpBuilder* builder, tf_device::ClusterOp cluster, in CreateHeadComputation() 208 const mlir::TF::RuntimeDevices& devices, tf_device::ClusterOp cluster, in LiftHeadOutsideCompiledOps() 231 tf_device::ClusterOp cluster, in FindOutsideCompiledOpsAtTailAndClusterResults() 298 void CreateTailComputation(OpBuilder* builder, tf_device::ClusterOp cluster, in CreateTailComputation() 322 OpBuilder* builder, tf_device::ClusterOp cluster, in UpdateClusterResults() 359 tf_device::ClusterOp* cluster, bool* cluster_updated) { in LiftTailOutsideCompiledOps() 388 tf_device::ClusterOp cluster) { in RemoveClusterAliasedOutputs() 433 LogicalResult CheckClusterResults(tf_device::ClusterOp cluster) { in CheckClusterResults() 448 auto walk_result = module.walk([&](tf_device::ClusterOp cluster) { in CheckPostconditions() [all …]
|
/aosp_15_r20/external/libwebm/webm_parser/tests/ |
H A D | master_value_parser_test.cc | 103 Cluster cluster{}; in TEST_F() local 136 Cluster cluster{}; in TEST_F() local 173 Cluster cluster{}; in TEST_F() local 207 Cluster cluster{}; in TEST_F() local 234 Cluster cluster{}; in TEST_F() local 267 Cluster cluster{}; in TEST_F() local 289 const Cluster cluster{}; in TEST_F() local 314 const Cluster cluster{}; in TEST_F() local 345 const Cluster cluster{}; in TEST_F() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/qti/msm8916/include/ |
D | msm8916_mmap.h | 37 #define _APCS_CLUSTER(cluster) (APCS_BASE + ((cluster) * 0x100000)) argument 38 #define _APCS_CPU(cluster, cpu) (_APCS_CLUSTER(cluster) + ((cpu) * 0x10000)) argument 39 #define APCS_CFG(cluster) (_APCS_CLUSTER(cluster) + 0x10000) argument 40 #define APCS_GLB(cluster) (_APCS_CLUSTER(cluster) + 0x11000) argument 41 #define APCS_L2_SAW2(cluster) (_APCS_CLUSTER(cluster) + 0x12000) argument 42 #define APCS_QTMR(cluster) (_APCS_CLUSTER(cluster) + 0x20000) argument 43 #define APCS_ALIAS_ACS(cluster, cpu) (_APCS_CPU(cluster, cpu) + 0x88000) argument 44 #define APCS_ALIAS_SAW2(cluster, cpu) (_APCS_CPU(cluster, cpu) + 0x89000) argument
|