Searched defs:cpu (Results 1 - 25 of 70) sorted by relevance

123

/external/iptables/include/linux/netfilter/
H A Dxt_cpu.h7 __u32 cpu; member in struct:xt_cpu_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_cpu.h7 __u32 cpu; member in struct:xt_cpu_info
/external/v8/test/unittests/base/
H A Dcpu-unittest.cc5 #include "src/base/cpu.h"
12 CPU cpu; local
15 EXPECT_TRUE(!cpu.has_sse() || cpu.has_mmx());
16 EXPECT_TRUE(!cpu.has_sse2() || cpu.has_sse());
17 EXPECT_TRUE(!cpu.has_sse3() || cpu.has_sse2());
18 EXPECT_TRUE(!cpu.has_ssse3() || cpu
30 CPU cpu; local
[all...]
/external/libchrome/base/
H A Dcpu_unittest.cc5 #include "base/cpu.h"
23 base::CPU cpu; local
25 ASSERT_TRUE(cpu.has_mmx());
26 ASSERT_TRUE(cpu.has_sse());
27 ASSERT_TRUE(cpu.has_sse2());
40 if (cpu.has_sse3()) {
45 if (cpu.has_ssse3()) {
50 if (cpu.has_sse41()) {
55 if (cpu.has_sse42()) {
60 if (cpu
[all...]
/external/skia/tools/VisualBench/
H A DVisualFlags.h17 DECLARE_bool(cpu); variable
/external/autotest/client/tools/
H A Davgtime23 (user, system, elapsed, cpu) = line.split()[0:4]
28 cpu = int(re.match(r'(\d+)', cpu).group(0)) variable
30 list.append((user, system, elapsed, cpu))
35 print " cpu: %d%% (%0.2f%%)" % avg_deviation([x[3] for x in list])
/external/google-breakpad/src/google_breakpad/processor/
H A Dsystem_info.h46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(),
54 cpu.clear();
83 string cpu; member in struct:google_breakpad::SystemInfo
/external/clang/test/CodeGen/
H A Dpr4349.c10 struct cpu struct
14 extern struct cpu cpu;
19 // CHECK: @svars1 = global [1 x %struct.svar] [%struct.svar { i8* bitcast (%struct.cpu* @cpu to i8*) }]
22 { &((cpu.pc).w[0]) }
24 // CHECK: @svars2 = global [1 x %struct.svar] [%struct.svar { i8* getelementptr (i8, i8* bitcast (%struct.cpu* @cpu to i8*), i64 1) }]
27 { &((cpu.pc).b[0][1]) }
29 // CHECK: @svars3 = global [1 x %struct.svar] [%struct.svar { i8* getelementptr (i8, i8* bitcast (%struct.cpu*
[all...]
/external/fio/
H A Dgettime-thread.c41 unsigned int cpu; member in struct:gtod_cpu_data
98 void fio_gtod_set_cpu(unsigned int cpu) argument
101 fio_cpu_set(&fio_gtod_cpumask, cpu);
H A Didletime.c8 * Get time to complete an unit work on a particular cpu.
61 fio_cpu_set(&ipt->cpu_mask, ipt->cpu);
221 * result won't be accurate if any cpu is not used.
226 ipt->cpu = i;
372 * return system idle percentage when cpu is -1;
373 * return one cpu idle percentage otherwise.
375 static double fio_idle_prof_cpu_stat(int cpu) argument
384 if ((cpu >= nr_cpus) || (cpu < -1)) {
385 log_err("fio: idle profiling invalid cpu inde
[all...]
H A Didletime.h26 int cpu; member in struct:idle_prof_thread
/external/libchrome/crypto/
H A Dopenssl_util.cc9 #include <openssl/cpu.h>
20 #include <cpu-features.h>
21 #include "base/cpu.h"
56 base::CPU cpu; local
57 CRYPTO_set_NEON_functional(!cpu.has_broken_neon());
/external/autotest/client/profilers/powertop/src/
H A Dmisctips.c211 file = fopen("/sys/devices/system/cpu/sched_mc_power_savings", "w");
223 int cpu; local
225 file = fopen("/sys/devices/system/cpu/sched_mc_power_savings","r");
237 cpu = sysconf(_SC_NPROCESSORS_ONLN);
239 if (cpu<2)
251 if (strstr(buffer, "cpu cores")) {
256 if (strtoll(c, NULL, 10) >= cpu)
265 " echo 1 > /sys/devices/system/cpu/sched_mc_power_savings\n"
/external/autotest/client/tests/monotonic_time/src/
H A Dcpuset.c19 int cpu; local
21 for (cpu = 0; cpu < CPU_SETSIZE; cpu++)
22 if (CPU_ISSET(cpu, cpus))
30 * of cpu numbers such as: "0,2,4-7" into a cpu_set_t.
38 int cpu; local
58 ERROR(0, "bad cpu number '%d' in cpu set", start);
63 ERROR(0, "bad cpu numbe
116 int cpu; local
[all...]
H A Dthreads.c54 int cpu; local
56 for (cpu = 0; cpu < MAX_CPUS; cpu++) {
59 if (!CPU_ISSET(cpu, cpus))
68 CPU_SET(cpu, &thread->cpus);
/external/blktrace/
H A Dverify_blkparse.c13 int major, minor, cpu, nr, alias; local
36 if (sscanf(p, "%3d,%3d %2d %8d %lf", &major, &minor, &cpu, &seq, &this_time) != 5)
47 if (cpu >= MAX_CPUS) {
48 fprintf(stderr, "cpu%d too large\n", cpu);
52 if (last_seq[cpu] == seq) {
57 last_seq[cpu] = seq;
/external/skia/tools/flags/
H A DSkCommonFlags.h15 DECLARE_bool(cpu); variable
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dseccomp_unwinder.cc39 void SeccompUnwinder::PopSeccompStackFrame(RawContextCPU* cpu, argument
43 uint64_t bp = cpu->rbp;
86 cpu->rbx = seccomp_stackframe.rbx;
87 cpu->rcx = seccomp_stackframe.rcx;
88 cpu->rdx = seccomp_stackframe.rdx;
89 cpu->rsi = seccomp_stackframe.rsi;
90 cpu->rdi = seccomp_stackframe.rdi;
91 cpu->rbp = seccomp_stackframe.rbp;
92 cpu->rsp = top + 4*sizeof(uint64_t) + 128;
93 cpu
[all...]
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.h67 // A string identifying the cpu that the pdb is associated with.
69 wstring cpu; member in struct:google_breakpad::PDBModuleInfo
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dmce.h14 __u64 tsc; /* cpu time stamp counter */
16 __u8 cpuvendor; /* cpu vendor as encoded in system.h */
23 __u8 cpu; /* cpu number; obsolete; use extcpu now */ member in struct:mce
25 __u32 extcpu; /* linux cpu number that detected the error */
/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp39 const llvm::Triple::ArchType cpu = target ? target->GetArchitecture().GetMachine() : llvm::Triple::UnknownArch; local
51 switch (cpu)
85 switch (cpu)
118 switch (cpu)
171 switch (cpu)
283 const llvm::Triple::ArchType cpu = target ? target->GetArchitecture().GetMachine() : llvm::Triple::UnknownArch; local
291 switch (cpu)
359 switch (cpu)
/external/valgrind/tests/
H A Dx86_amd64_features.c71 static Bool go(char* cpu) argument
76 if ( strcmp( cpu, "x86-fpu" ) == 0 ) {
79 } else if ( strcmp( cpu, "x86-cmov" ) == 0 ) {
82 } else if ( strcmp( cpu, "x86-mmx" ) == 0 ) {
85 } else if ( strcmp( cpu, "x86-mmxext" ) == 0 ) {
88 } else if ( strcmp( cpu, "x86-sse" ) == 0 ) {
91 } else if ( strcmp( cpu, "x86-sse2" ) == 0 ) {
94 } else if ( strcmp( cpu, "x86-sse3" ) == 0 ) {
97 } else if ( strcmp( cpu, "x86-ssse3" ) == 0 ) {
100 } else if ( strcmp( cpu, "x8
163 go(char* cpu) argument
[all...]
/external/avahi/avahi-core/
H A Drr.h90 char *cpu; member in struct:AvahiRecord::__anon539::__anon543
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp75 std::string getCpuName (int cpu) argument
77 switch (cpu)
87 return de::toString(cpu);
/external/deqp/modules/internal/
H A DditBuildInfoTests.cpp63 static const char* getCpuName (int cpu) argument
65 switch (cpu)

Completed in 3216 milliseconds

123