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

  /external/valgrind/main/include/
pub_tool_cpuid.h 35 extern Bool VG_(has_cpuid) ( void );
  /external/valgrind/main/coregrind/
m_cpuid.S 34 Bool VG_(has_cpuid)(void)
38 .globl VG_(has_cpuid)
39 VG_(has_cpuid):
62 .globl VG_(has_cpuid)
63 VG_(has_cpuid):
m_machine.c 693 if (!VG_(has_cpuid)())
763 if (!VG_(has_cpuid)())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.c 84 static int has_cpuid(void);
146 static int has_cpuid(void) function
254 if (has_cpuid()) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 84 static int has_cpuid(void);
146 static int has_cpuid(void) function
254 if (has_cpuid()) {
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 423 if (!VG_(has_cpuid)()) {

Completed in 131 milliseconds