HomeSort by relevance Sort by last modified time
    Searched full:x86_cpuid (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_ports/
vpx_ports.mk 22 PORTS_SRCS-$(BUILD_LIBVPX) += x86_cpuid.c
  /external/webp/src/dsp/
cpu-features.c 45 static __inline__ void x86_cpuid(int func, int values[4]) function
356 x86_cpuid(0, regs);
361 x86_cpuid(1, regs);
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 45 static __inline__ void x86_cpuid(int func, int values[4]) function
356 x86_cpuid(0, regs);
361 x86_cpuid(1, regs);
  /ndk/sources/android/cpufeatures/
cpu-features.c 94 static __inline__ void x86_cpuid(int func, int values[4]) function
722 x86_cpuid(0, regs);
727 x86_cpuid(1, regs);

Completed in 277 milliseconds