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

1 2

  /external/swiftshader/src/Common/
CPUID.cpp 39 int CPUID::cores = detectCoreCount(); member in class:sw::CPUID
225 int cores = 0; local
237 cores++;
243 cores = sysconf(_SC_NPROCESSORS_ONLN);
246 if(cores < 1) cores = 1;
247 if(cores > 16) cores = 16;
249 return cores; // FIXME: Number of physical cores
254 int cores = 0; local
    [all...]
CPUID.hpp 57 static int cores; member in class:sw::CPUID
124 return cores;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb-w-bad.d 1 #name: Wide instruction rejected in non-Thumb2 cores.
ld-sp-warn-cortex-m3.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-cortex-m4.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7e-m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
thumb-w-good.d 1 #name: Wide instruction acceptance in Thumb-2 cores
  /external/toolchain-utils/automation/common/
machine.py 11 def __init__(self, hostname, label, cpu, cores, os, username):
15 self.cores = cores
45 self.label, 'CPU: %s' % self.cpu, 'Cores: %d' % self.cores, 'OS: %s' %
  /frameworks/rs/perf-test-scripts/
set-cpu-freq 45 # collect all cores
46 cores=`adb shell ls /sys/devices/system/cpu/ | grep cpu[0-9].* | tr -d '\r'`
61 for core in $cores; do
97 for core in $cores; do
137 for core in $cores; do
150 for core in $cores; do
get-freq 37 # collect and count all cores
40 cores=`adb shell ls /sys/devices/system/cpu/ | grep cpu[0-9].* | tr -d '\r'`
41 for core in $cores; do
  /prebuilts/tools/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/
yearclass-1.0.1.jar 
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-e500.s 4 # Instructions specific to the e500 / e500mc cores:
  /external/toolchain-utils/automation/server/
machine_manager.py 25 return cls([machine.Machine(hostname, label, cpu, int(cores), os, user)
26 for hostname, label, cpu, cores, os, user in csv_file])
  /external/glide/library/src/main/java/com/bumptech/glide/
GlideBuilder.java 147 final int cores = Math.max(1, Runtime.getRuntime().availableProcessors()); local
148 sourceService = new FifoPriorityThreadPoolExecutor(cores);
  /external/webrtc/webrtc/base/
linux.cc 89 // TODO: /proc/cpuinfo only reports cores that are currently
90 // _online_, so this may underreport the number of physical cores.
101 int cores;
102 // Count the cores for the physical id only if we have not counted the id.
104 GetSectionIntValue(i, "cpu cores", &cores) &&
107 total_cores += cores;
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 13 @num_cores - number of CPU cores in this platform
115 Return current throttling status of all cores.
117 The return integer value is the sum of all cores' throttling status.
118 When the sum is equal the core number - all cores are throttling.
183 Bring all cores clock to max frequency.
185 This function uses the scaling_governor mechanism to force the cores
196 of the cores, or the clock frequency does not reach max on any
197 of the cores in 1 second.
270 '%d cores throttled' % (
279 "can't determine number of cores from %s" % present
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/AArch64/
RTSMHelper.S 46 # OUT x0 = number of cores present in the system
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 131 self.edges, self.cores = {}, {}
151 del rv['cores']
311 self.edges, self.cores = {}, {}
367 if self.cores.has_key(tcore):
368 return self.cores[tcore]
373 k = self.cores[tcore] = len(self.states)
424 if self.cores.has_key(tcore):
425 self.edges[(k, None)] = self.cores[tcore]
428 nk = self.cores[tcore] = self.edges[(k, None)] = NK.stateno
  /external/stressapptest/src/
sat.cc 1230 int cores = cpuset_count(&available_cpus); local
1372 int cores = cpuset_count(&available_cpus); local
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/Arm/
RTSMHelper.S 57 # OUT r0 = number of cores present in the system
RTSMHelper.asm 61 // OUT r0 = number of cores present in the system
  /build/make/
envsetup.sh 1039 adb shell mkdir -p /cores;
1040 adb shell mount -t tmpfs tmpfs /cores;
1041 adb shell chmod 0777 /cores;
1043 echo "Granting SELinux permission to dump in /cores...";
1044 adb shell restorecon -R /cores;
1047 adb shell 'echo /cores/core.%p > /proc/sys/kernel/core_pattern';
1085 local COREPATH=/cores/$CORENAME;
    [all...]

Completed in 233 milliseconds

1 2