HomeSort by relevance Sort by last modified time
    Searched refs: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 98 static __inline__ void x86_cpuid(int func, int values[4]) function
806 x86_cpuid(0, regs);
811 x86_cpuid(1, regs);
    [all...]

Completed in 151 milliseconds