HomeSort by relevance Sort by last modified time
    Searched defs:cpu (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/bionic/
sched_getcpu.c 31 extern int __getcpu(unsigned *cpu, unsigned *node, void* unused);
35 unsigned cpu; local
36 if (__getcpu(&cpu, NULL, NULL) < 0)
39 return (int)cpu;
  /external/iptables/include/linux/netfilter/
xt_cpu.h 7 __u32 cpu; member in struct:xt_cpu_info
  /external/chromium/base/
cpu_unittest.cc 5 #include "base/cpu.h"
9 // Tests whether we can run extended instructions represented by the CPU
11 // MMX, SSE, etc.) supported by the CPU and sees we can run them without
14 TEST(CPU, RunExtendedInstructions) {
16 // Retrieve the CPU information.
17 base::CPU cpu; local
20 ASSERT_TRUE(cpu.has_mmx());
25 if (cpu.has_sse()) {
30 if (cpu.has_sse2())
    [all...]
  /external/chromium_org/base/
cpu_unittest.cc 5 #include "base/cpu.h"
10 // Tests whether we can run extended instructions represented by the CPU
12 // MMX, SSE, etc.) supported by the CPU and sees we can run them without
15 TEST(CPU, RunExtendedInstructions) {
17 // Retrieve the CPU information.
18 base::CPU cpu; local
22 ASSERT_TRUE(cpu.has_mmx());
27 if (cpu.has_sse()) {
32 if (cpu.has_sse2())
    [all...]
  /external/chromium_org/third_party/smhasher/src/
Platform.cpp 16 void SetAffinity ( int cpu )
18 SetProcessAffinityMask(GetCurrentProcess(),cpu); local
26 void SetAffinity ( int /*cpu*/ )
37 printf("WARNING: Could not set CPU affinity\n");
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
cpubasic-err.asm 0 [cpu 8086]
6 cpu 386 label
9 cpu 386 fpu label
12 cpu 8086 label
  /external/oprofile/libop/tests/
cpu_type_tests.c 47 static void test(struct cpu_type const * cpu)
52 name = op_get_cpu_name(cpu->type);
53 if (cpu->type != CPU_NO_GOOD && strcmp(cpu->name, name)) {
54 printf("for %d expect %s found %s\n", cpu->type, cpu->name,
58 if (cpu->type == CPU_NO_GOOD && strcmp("invalid cpu type", name)) {
59 printf("for %d expect %s found %s\n", cpu->type,
60 "invalid cpu type", name)
75 struct cpu_type * cpu; local
    [all...]
  /bionic/libc/kernel/common/linux/
cpu.h 27 struct cpu { struct
  /development/ndk/platforms/android-3/include/linux/
cpu.h 21 struct cpu { struct
  /external/blktrace/
verify_blkparse.c 13 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/chromium_org/media/base/simd/
convert_rgb_to_yuv_unittest.cc 5 #include "base/cpu.h"
41 base::CPU cpu; local
42 if (!cpu.has_ssse3())
  /external/clang/test/CodeGen/
pr4349.c 10 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* 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* bitcast (%struct.cpu* @cpu to i8*), i64 2) }
    [all...]
  /external/kernel-headers/original/linux/
cpu.h 2 * include/linux/cpu.h - generic cpu definition
5 * basic 'struct cpu' here, which can be embedded in per-arch
8 * Basic handling of the devices is done in drivers/base/cpu.c
11 * CPUs are exported via sysfs in the class/cpu/devices/
14 * Per-cpu interfaces can be implemented using a struct device_interface.
28 struct cpu { struct
29 int node_id; /* The node which contains the CPU */
34 extern int register_cpu(struct cpu *cpu, int num)
    [all...]
  /external/oprofile/libpp/
filename_spec.h 80 generic_spec<int> cpu; member in class:filename_spec
parse_filename.h 33 std::string cpu; member in struct:parsed_filename
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
cpu.h 21 struct cpu { struct
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
cpu.h 21 struct cpu { struct

Completed in 875 milliseconds

1 2 3 4 5 6 7 8 9