/aosp_15_r20/external/cpuinfo/test/name/ |
H A D | android-properties-interface.c | 15 uint32_t cores, in cpuinfo_arm_android_parse_chipset_properties() 37 …const char hardware[CPUINFO_HARDWARE_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, bool i… in cpuinfo_arm_android_parse_proc_cpuinfo_hardware() 51 const char board[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_product_board() 65 const char platform[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_board_platform() 79 const char platform[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_mediatek_platform() 92 const char arch[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_arch() 105 const char chipname[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_chipname()
|
H A D | proc-cpuinfo-hardware.cc | 20 uint32_t cores=1, in parse_proc_cpuinfo_hardware() 33 uint32_t cores=1, in parse_proc_cpuinfo_hardware_tegra()
|
H A D | ro-arch.cc | 18 std::string arch, uint32_t cores=1, uint32_t max_cpu_freq_max=0) in parse_ro_arch()
|
H A D | ro-mediatek-platform.cc | 18 std::string platform, uint32_t cores=1, uint32_t max_cpu_freq_max=0) in parse_ro_mediatek_platform()
|
/aosp_15_r20/external/cpuinfo/src/arm/linux/ |
H A D | chipset.c | 565 const char* start, const char* end, uint32_t cores, in match_and_parse_smdk() 1197 const char* start, const char* end, uint32_t cores, uint32_t max_cpu_freq_max, in match_and_parse_broadcom() 1306 uint8_t cores; member 1385 const char* start, const char* end, uint32_t cores, in match_and_parse_sunxi() 1471 const char* start, const char* end, uint32_t cores, uint32_t max_cpu_freq_max, in match_and_parse_wmt() 2298 uint32_t cores, uint32_t max_cpu_freq_max, bool is_tegra) in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware() 2653 uint32_t cores, uint32_t max_cpu_freq_max) in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2941 uint32_t cores, uint32_t max_cpu_freq_max) in cpuinfo_arm_android_decode_chipset_from_ro_board_platform() 3245 struct cpuinfo_arm_chipset chipset[restrict static 1], uint32_t cores, uint32_t max_cpu_freq_max) in cpuinfo_arm_fixup_chipset() 3698 uint32_t cores, in cpuinfo_arm_android_decode_chipset() [all …]
|
/aosp_15_r20/external/cpuinfo/src/arm/windows/ |
H A D | init-by-logical-sys-info.c | 123 struct cpuinfo_core* cores = NULL; in cpu_info_init_by_logical_sys_info() local 398 struct cpuinfo_core* cores, in read_cores_for_processors() 448 struct cpuinfo_core* cores, in read_all_logical_processor_info_of_relation() 552 struct cpuinfo_core* cores, in parse_relation_processor_info() 738 struct cpuinfo_core* cores, in store_core_info_per_processor() 801 struct cpuinfo_core* cores, in connect_packages_cores_clusters_by_processors()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/ |
H A D | SharingWorkerClassTest.kt | 36 val cores = Runtime.getRuntime().availableProcessors() in <lambda>() constant
|
/aosp_15_r20/external/swiftshader/src/System/ |
H A D | CPUID.cpp | 106 int cores = 0; in coreCount() local 135 int cores = 0; in processAffinity() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/ |
H A D | KernelCpuUidTimeReader.java | 715 long[] cores = mBpfReader.getDataDimensions(); in checkPrecondition() local 744 int cores = Integer.parseInt(str.substring(5).trim(), 10); in checkPrecondition() local 908 int cores = 0; in checkPrecondition() local 941 int cores = 0; in checkPrecondition() local
|
/aosp_15_r20/external/coreboot/src/cpu/intel/model_1067x/ |
H A D | model_1067x_init.c | 67 static void configure_p_states(const char stepping, const char cores) in configure_p_states() 227 const char cores = (cpuid1.ebx >> 16) & 0xf; in model_1067x_init() local
|
H A D | mp_init.c | 26 const unsigned int cores = (cpuid1.ebx >> 16) & 0xf; in get_cpu_count() local
|
/aosp_15_r20/external/crosvm/devices/src/tsc/ |
H A D | grouping.rs | 44 pub cores: Vec<CoreOffset>, field 194 let mut cores: Vec<CoreOffset> = offsets in group_core_offsets() localVariable
|
/aosp_15_r20/external/armnn/profiling/common/src/ |
H A D | CommonProfilingUtils.cpp | 321 void ThrowIfCantGenerateNextUid(uint16_t uid, uint16_t cores = 0) in ThrowIfCantGenerateNextUid() 368 std::vector<uint16_t> GetNextCounterUids(uint16_t firstUid, uint16_t cores) in GetNextCounterUids()
|
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
H A D | control.proto | 165 int32 cores = 3; field 173 int32 cores = 1; field
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/ |
H A D | control.proto | 187 int32 cores = 3; field 195 int32 cores = 1; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | control.proto | 187 int32 cores = 3; field 195 int32 cores = 1; field
|
/aosp_15_r20/external/arm-trusted-firmware/include/lib/extensions/ |
H A D | amu.h | 35 struct amu_core cores[PLATFORM_CORE_COUNT]; /* Per-core data */ member
|
/aosp_15_r20/external/arm-trusted-firmware/include/lib/mpmm/ |
H A D | mpmm.h | 46 struct mpmm_core cores[PLATFORM_CORE_COUNT]; /* Per-core data */ member
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/mpmm/ |
D | mpmm.h | 46 struct mpmm_core cores[PLATFORM_CORE_COUNT]; /* Per-core data */ member
|
/aosp_15_r20/external/cpuinfo/src/mach/ |
H A D | api.h | 10 uint32_t cores; member
|
H A D | topology.c | 15 int cores = 1; in cpuinfo_mach_detect_topology() local
|
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
H A D | CoreResponse.php | 21 protected $cores = 0; variable in Grpc\\Testing\\CoreResponse
|
H A D | ServerStatus.php | 31 protected $cores = 0; variable in Grpc\\Testing\\ServerStatus
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/extensions/ |
D | amu.h | 60 struct amu_core cores[PLATFORM_CORE_COUNT]; /* Per-core data */ member
|
/aosp_15_r20/external/cpuinfo/src/emscripten/ |
H A D | init.c | 28 struct cpuinfo_core* cores = NULL; in cpuinfo_emscripten_init() local
|