HomeSort by relevance Sort by last modified time
    Searched refs:cpu_name (Results 1 - 8 of 8) sorted by null

  /development/ndk/platforms/android-3/arch-arm/include/asm/
procinfo.h 31 const char *cpu_name; member in struct:proc_info_list
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 284 char cpu_name[49]; local
286 _mesa_x86_cpuid(0x80000002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name + (16*ofs)+8), (GLuint *)(cpu_name + (16*ofs)+12));
287 cpu_name[48] = '\0'; /* the name should be NULL terminated, but just to be sure */
290 _mesa_debug(NULL, "CPU name: %s\n", cpu_name);
  /external/mesa3d/src/mesa/x86/
common_x86.c 284 char cpu_name[49]; local
286 _mesa_x86_cpuid(0x80000002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name + (16*ofs)+8), (GLuint *)(cpu_name + (16*ofs)+12));
287 cpu_name[48] = '\0'; /* the name should be NULL terminated, but just to be sure */
290 _mesa_debug(NULL, "CPU name: %s\n", cpu_name);
  /external/oprofile/libop/
op_events.c 36 static char *build_fn(const char *cpu_name, const char *fn)
44 s = xmalloc(strlen(dir) + strlen(cpu_name) + strlen(fn) + 5);
45 sprintf(s, "%s/%s/%s", dir, cpu_name, fn);
538 char const * cpu_name)
550 "entry (%s)\n", um->name, cpu_name);
559 "(%s)\n", um->name, cpu_name);
570 "valid (%s)\n", um->name, cpu_name);
590 static void load_events_name(const char *cpu_name)
595 event_file = build_fn(cpu_name, "events");
596 um_file = build_fn(cpu_name, "unit_masks")
607 const char * cpu_name = op_get_cpu_name(cpu_type); local
816 char const * cpu_name = op_get_cpu_name(cpu_type); local
    [all...]
  /external/oprofile/libpp/
xml_utils.h 34 static std::string get_profile_header(std::string cpu_name,
op_header.cpp 262 string cpu_name = op_get_cpu_name(cpu); local
264 str = xml_utils::get_profile_header(cpu_name, header.cpu_speed);
xml_utils.cpp 160 string xml_utils::get_profile_header(string cpu_name, double const speed)
165 string::size_type slash_pos = cpu_name.find("/");
168 cpu_type = cpu_name;
171 cpu_type = cpu_name.substr(0, slash_pos);
172 processor = cpu_name.substr(slash_pos+1);
175 str << init_attr(CPU_NAME, cpu_type) << endl;
  /development/ndk/platforms/android-9/arch-mips/include/asm/mach-au1x00/
au1000.h 890 char *cpu_name; member in struct:cpu_spec
    [all...]

Completed in 266 milliseconds