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

12345678

/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.h8 __u32 cpu; member in struct:xt_cpu_info
/external/syslinux/com32/modules/
H A Dcpuidtest.c44 s_cpu cpu; local
47 detect_cpu(&cpu);
48 printf("Vendor = %s\n", cpu.vendor);
49 printf("Model = %s\n", cpu.model);
50 printf("Vendor ID = %d\n", cpu.vendor_id);
51 printf("Family = %d\n", cpu.family);
52 printf("Model ID = %d\n", cpu.model_id);
53 printf("Stepping = %d\n", cpu.stepping);
55 if (cpu.flags.fpu)
57 if (cpu
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_options.h24 namespace cpu { namespace in namespace:xla
34 } // namespace cpu
H A Dcpu_runtime.h18 // xla::cpu::SimpleResolver. It also defines a per-CpuExecutable context
29 #include "tensorflow/compiler/xla/service/cpu/xfeed_manager.h"
33 namespace cpu { namespace in namespace:xla
39 // third_party/tensorflow/compiler/xla/service/cpu/simple_orc_jit.cc) maps
67 } // namespace cpu
H A Dir_emission_utils.h23 namespace cpu { namespace in namespace:xla
40 } // namespace cpu
H A Dllvm_ir_runtime.h23 namespace cpu { namespace in namespace:xla
44 } // namespace cpu
H A Dconv_canonicalization.h23 namespace cpu { namespace in namespace:xla
43 } // namespace cpu
H A Dcpu_instruction_fusion.h23 namespace cpu { namespace in namespace:xla
37 } // namespace cpu
H A Dcpu_layout_assignment.h24 namespace cpu { namespace in namespace:xla
38 } // namespace cpu
H A Dorc_jit_memory_mapper.cc16 #include "tensorflow/compiler/xla/service/cpu/orc_jit_memory_mapper.h"
21 namespace cpu { namespace in namespace:xla
39 } // namespace cpu
H A Dparallel_loop_emitter.h21 #include "tensorflow/compiler/xla/service/cpu/ir_emission_utils.h"
26 namespace cpu { namespace in namespace:xla
70 } // namespace cpu
H A Dtarget_machine_features.cc16 #include "tensorflow/compiler/xla/service/cpu/target_machine_features.h"
19 namespace cpu { namespace in namespace:xla
34 } // namespace cpu
H A Dcpu_parallelization_preparation.h24 namespace cpu { namespace in namespace:xla
46 return "cpu-parallel-prepare";
77 } // namespace cpu
H A Dcustom_call_target_registry.cc16 #include "tensorflow/compiler/xla/service/cpu/custom_call_target_registry.h"
19 namespace cpu { namespace in namespace:xla
38 } // namespace cpu
/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/linux-kselftest/tools/testing/selftests/intel_pstate/
H A Dmsr.c15 int cpu, fd; local
23 cpu = strtol(argv[1], (char **) NULL, 10);
28 sprintf(msr_file_name, "/dev/cpu/%d/msr", cpu);
/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/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcpu_event_pinned_vs_ebb_test.c18 * Tests a pinned cpu event vs an EBB - in that order. The pinned cpu event
22 static int setup_cpu_event(struct event *event, int cpu) argument
33 FAIL_IF(event_open_with_cpu(event, cpu));
43 int cpu, rc; local
48 cpu = pick_online_cpu();
49 FAIL_IF(cpu < 0);
50 FAIL_IF(bind_to_cpu(cpu));
61 /* We setup the cpu event first */
62 rc = setup_cpu_event(&event, cpu);
[all...]
H A Dcpu_event_vs_ebb_test.c18 * Tests a cpu event vs an EBB - in that order. The EBB should force the cpu
22 static int setup_cpu_event(struct event *event, int cpu) argument
31 FAIL_IF(event_open_with_cpu(event, cpu));
41 int cpu, rc; local
46 cpu = pick_online_cpu();
47 FAIL_IF(cpu < 0);
48 FAIL_IF(bind_to_cpu(cpu));
59 /* We setup the cpu event first */
60 rc = setup_cpu_event(&event, cpu);
[all...]
H A Debb_vs_cpu_event_test.c18 * Tests an EBB vs a cpu event - in that order. The EBB should force the cpu
22 static int setup_cpu_event(struct event *event, int cpu) argument
31 FAIL_IF(event_open_with_cpu(event, cpu));
41 int cpu, rc; local
46 cpu = pick_online_cpu();
47 FAIL_IF(cpu < 0);
48 FAIL_IF(bind_to_cpu(cpu));
63 rc = setup_cpu_event(&event, cpu);
79 /* The cpu even
[all...]
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_sched_domains_check.c83 unsigned int cpu; local
86 for (cpu = bitmask_first(domains[i]);
87 cpu < bitmask_nbits(domains[i]);
88 cpu = bitmask_next(domains[i], cpu + 1)) {
90 if (cpus[cpu].sched_domain != NULL) {
94 cpus[cpu].
97 "cpu%d's sched domain is not "
100 cpu, buf1, buf2);
105 if (!bitmask_equal(domains[i], cpus[cpu]
[all...]
/external/ltp/testcases/open_posix_testsuite/include/
H A Daffinity.h32 static int set_affinity(int cpu) argument
37 CPU_SET(cpu, &mask);
45 int cpu = -1; local
47 f = fopen("/sys/devices/system/cpu/online", "r");
50 fscanf(f, "%d", &cpu);
53 return cpu;
59 int cpu = -1; local
75 if (sscanf(line, "processor%*[^0123456789]%d", &cpu) == 1)
80 return cpu;
85 int cpu; local
[all...]
/external/perfetto/tools/skippy/
H A Dskippy.cc31 void SetAffinity(size_t cpu) { argument
33 CPU_SET(cpu, &set);
40 size_t cpu = 0; local
43 SetAffinity(cpu);
50 cpu = (cpu + 1) % num_cpus;
51 SetAffinity(cpu);

Completed in 662 milliseconds

12345678