HomeSort by relevance Sort by last modified time
    Searched refs:cpu_count (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/private/
get_cpu_count_from_string.h 34 int cpu_count = 0; local
40 cpu_count += cpu - last_cpu;
42 cpu_count++;
52 return cpu_count;
  /external/google-breakpad/src/google_breakpad/processor/
system_info.h 47 cpu_count(0) {}
56 cpu_count = 0;
93 int cpu_count; member in struct:google_breakpad::SystemInfo
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.h 303 extern int android_setCpu(int cpu_count,
316 extern int android_setCpuArm(int cpu_count,
  /bionic/libc/bionic/
sysinfo.cpp 65 int cpu_count = 1; local
71 cpu_count = GetCpuCountFromString(line);
76 return cpu_count;
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
ht_affinity.c 54 int cpu_count, i, j, k, cpuid; local
60 cpu_count = get_cpu_count();
61 if (cpu_count == 0) {
63 } else if (cpu_count > 32)
64 cpu_count = 32;
66 for (i = 0, mask = 0x1; i < cpu_count; i++, mask = mask << 1) {
94 for (i = 0, mask = 0x3; i < cpu_count - 1; i++, mask = mask << 1) {
  /system/extras/cpustats/
cpustats.c 53 static int cpu_count, delay, iterations; variable
107 cpu_count = get_cpu_count();
108 if (cpu_count < 1) die("Unexpected cpu count\n");
110 old_cpus = malloc(sizeof(struct cpu_info) * cpu_count);
112 new_cpus = malloc(sizeof(struct cpu_info) * cpu_count);
115 for (i = 0; i < cpu_count; i++) {
160 for (i = 0; i < cpu_count; i++) {
180 int cpu_count = get_cpu_count_from_file("/sys/devices/system/cpu/present"); local
181 if (cpu_count != get_cpu_count_from_file("/sys/devices/system/cpu/online")) {
184 return cpu_count;
193 int cpu_count; local
    [all...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_reduction_combiner.py 36 lambda self: self.cpu_count == 1,
76 self.cpu_count = sum(map(parse_range, cpu_spec.split(',')))
77 android.push_prop('debug.rs.max-threads', self.cpu_count + 1)
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-test-1-run.sh 152 cpu_count=`configNR_CPUS.sh $resdir/ConfigFragment`
153 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`
155 if test $cpu_count -gt $vcpus
157 echo CPU count limited from $cpu_count to $vcpus
159 echo CPU count limited from $cpu_count to $vcpus >> $resdir/Warnings
160 cpu_count=$vcpus
162 qemu_args="`specify_qemu_cpus "$QEMU" "$qemu_args" "$cpu_count"`"
  /external/v8/tools/gcmole/
parallel.py 37 processes = multiprocessing.cpu_count()
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
opt-diff.py 22 from multiprocessing import cpu_count, Pool
37 default=cpu_count(),
opt-stats.py 14 from multiprocessing import cpu_count, Pool
33 default=cpu_count(),
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
opt-diff.py 22 from multiprocessing import cpu_count, Pool
37 default=cpu_count(),
opt-stats.py 14 from multiprocessing import cpu_count, Pool
33 default=cpu_count(),
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
opt-diff.py 22 from multiprocessing import cpu_count, Pool
37 default=cpu_count(),
opt-stats.py 14 from multiprocessing import cpu_count, Pool
33 default=cpu_count(),
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
opt-diff.py 22 from multiprocessing import cpu_count, Pool
37 default=cpu_count(),
opt-stats.py 14 from multiprocessing import cpu_count, Pool
33 default=cpu_count(),
  /prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
opt-diff.py 22 from multiprocessing import cpu_count, Pool
37 default=cpu_count(),
opt-stats.py 14 from multiprocessing import cpu_count, Pool
33 default=cpu_count(),
  /prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
opt-diff.py 22 from multiprocessing import cpu_count, Pool
37 default=cpu_count(),
opt-stats.py 14 from multiprocessing import cpu_count, Pool
33 default=cpu_count(),
  /prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
opt-diff.py 22 from multiprocessing import cpu_count, Pool
37 default=cpu_count(),
opt-stats.py 14 from multiprocessing import cpu_count, Pool
33 default=cpu_count(),
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
opt-diff.py 22 from multiprocessing import cpu_count, Pool
37 default=cpu_count(),
opt-stats.py 14 from multiprocessing import cpu_count, Pool
33 default=cpu_count(),

Completed in 426 milliseconds

1 2 3 4 5 6 7