Home
last modified time | relevance | path

Searched refs:cores (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/src/Common/
DCPUID.cpp39 int CPUID::cores = detectCoreCount(); member in sw::CPUID
225 int cores = 0; in detectCoreCount() local
237 cores++; in detectCoreCount()
243 cores = sysconf(_SC_NPROCESSORS_ONLN); in detectCoreCount()
246 if(cores < 1) cores = 1; in detectCoreCount()
247 if(cores > 16) cores = 16; in detectCoreCount()
249 return cores; // FIXME: Number of physical cores in detectCoreCount()
254 int cores = 0; in detectAffinity() local
266 cores++; in detectAffinity()
275 if(cores < 1) cores = 1; in detectAffinity()
[all …]
DCPUID.hpp57 static int cores; member in sw::CPUID
124 return cores; in coreCount()
/external/toolchain-utils/automation/common/
Dmachine.py11 def __init__(self, hostname, label, cpu, cores, os, username): argument
15 self.cores = cores
45 self.label, 'CPU: %s' % self.cpu, 'Cores: %d' % self.cores, 'OS: %s' %
/external/webrtc/webrtc/base/
Dlinux.cc101 int cores; in GetNumPhysicalCpus() local
104 GetSectionIntValue(i, "cpu cores", &cores) && in GetNumPhysicalCpus()
107 total_cores += cores; in GetNumPhysicalCpus()
/external/toolchain-utils/automation/server/
Dmachine_manager.py25 return cls([machine.Machine(hostname, label, cpu, int(cores), os, user)
26 for hostname, label, cpu, cores, os, user in csv_file])
Dtest_pool.csv1 hostname,label,cpu,cores,os,username
/external/stressapptest/src/
Dsat.cc1230 int cores = cpuset_count(&available_cpus); in InitializeThreads() local
1233 if (cpu_stress_threads_ + memory_threads_ <= cores) { in InitializeThreads()
1237 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads()
1238 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads()
1240 cpuset_set_ab(&all_cores, 0, cores); in InitializeThreads()
1372 int cores = cpuset_count(&available_cpus); in InitializeThreads() local
1373 if (cpu_stress_threads_ + memory_threads_ <= cores) { in InitializeThreads()
1377 int nthcore = (cores - 1) - i; in InitializeThreads()
1378 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads()
1379 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads()
[all …]
/external/toolchain-utils/crosperf/test_cache/test_puretelemetry_input/
Dmachine.txt1cores : 2apicid : 0initial apicid : 0fpu : yesfpu_exception : yescpuid level : 13wp : yesflags …
/external/toolchain-utils/crosperf/test_cache/test_input/
Dmachine.txt1cores : 2apicid : 0initial apicid : 0fpu : yesfpu_exception : yescpuid level : 13wp : yesflags …
/external/glide/library/src/main/java/com/bumptech/glide/
DGlideBuilder.java147 final int cores = Math.max(1, Runtime.getRuntime().availableProcessors()); in createGlide() local
148 sourceService = new FifoPriorityThreadPoolExecutor(cores); in createGlide()
/external/llvm/test/CodeGen/ARM/
Dvector-extend-narrow.ll24 ; instructions is bad on some cores
53 ; instructions is bad on some cores
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-e500.s4 # Instructions specific to the e500 / e500mc cores:
/external/llvm/docs/
DHowToBuildOnARM.rst60 #. ARM development boards can be unstable and you may experience that cores
63 scheduler to "performance" on **all** cores using this little script:
/external/libdrm/freedreno/
DREADME4 cores is via different other devices (/dev/kgsl-*). This is not
/external/valgrind/
DREADME.mips5 - Both little-endian and big-endian cores are supported.
/external/eigen/doc/
DTopicMultithreading.dox7 Some Eigen's algorithms can exploit the multiple cores present in your hardware. To this end, it is…
/external/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py592 cores = line.split("cpu cores")
593 num_cores = cores[1].split(":")
/external/syslinux/gpxe/src/drivers/net/
Db44.h436 static u32 ssb_pci_setup ( struct b44_private *bp, u32 cores );
Db44.c177 static u32 ssb_pci_setup(struct b44_private *bp, u32 cores) in ssb_pci_setup() argument
187 val |= cores; in ssb_pci_setup()
/external/lz4/
DREADME.md6 scalable with multi-cores CPU.
/external/valgrind/docs/internals/
DBIG_APP_NOTES.txt101 # a couple of hours of flat out computation on both cores of
/external/boringssl/src/
DFUZZING.md29 The arguments to `jobs` and `workers` should be the number of cores that you wish to dedicate to fu…
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DREADME.txt192 These are the known cores and revisions:
/external/toolchain-utils/binary_search_tool/android/
DREADME.android132 many cores your machine has. See Android documentation for more details.
/external/curl/docs/
DBUGS124 Run the program until it cores.

123