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

1 2

  /external/swiftshader/src/Common/
CPUID.cpp 39 int CPUID::cores = detectCoreCount(); member in class:sw::CPUID
232 int cores = 0; local
244 cores++;
250 cores = sysconf(_SC_NPROCESSORS_ONLN);
253 if(cores < 1) cores = 1;
254 if(cores > 16) cores = 16;
256 return cores; // FIXME: Number of physical cores
261 int cores = 0; local
    [all...]
CPUID.hpp 61 static int cores; member in class:sw::CPUID
128 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:
  /compatibility/cdd/8_performance-and-power/
8_5_consistent-performance.md 26 If device implementations include two or more CPU cores, they:
35 API method the ID numbers of the exclusive cores that can be reserved
38 used by the application to run on the exclusive cores, but MAY allow some
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 59 std::vector<Core> cores; member in struct:NumaNode
144 numaNode.cores.push_back(Core());
145 pCore = &numaNode.cores.back();
180 if (numaNode.cores.size() <= coreId) numaNode.cores.resize(coreId + 1);
181 auto& core = numaNode.cores[coreId];
212 if (numaNode.cores.size() <= coreId) numaNode.cores.resize(coreId + 1);
213 auto& core = numaNode.cores[coreId];
222 if ((*it).cores.size() == 0
    [all...]
  /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/walt/arduino/
README.md 9 [added recently](https://github.com/PaulStoffregen/cores/commit/a480cd28da49406c297d241a3cbb535e83bec7eb)
  /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/python/cpython2/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

Completed in 848 milliseconds

1 2