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

  /external/webrtc/webrtc/system_wrappers/include/
cpu_features_wrapper.h 24 } CPUFeature;
34 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
  /external/webrtc/webrtc/system_wrappers/source/
cpu_features.cc 22 int GetCPUInfoNoASM(CPUFeature feature) {
52 static int GetCPUInfo(CPUFeature feature) {
65 static int GetCPUInfo(CPUFeature feature) {
  /external/compiler-rt/lib/scudo/
scudo_utils.h 33 enum CPUFeature {
37 bool testCPUFeature(CPUFeature feature);
scudo_utils.cpp 81 bool testCPUFeature(CPUFeature feature)
  /external/webp/src/dsp/
cpu.c 119 static int x86CPUInfo(CPUFeature feature) {
172 static int AndroidCPUInfo(CPUFeature feature) {
185 static int armCPUInfo(CPUFeature feature) {
211 static int mipsCPUInfo(CPUFeature feature) {
dsp.h 143 } CPUFeature;
145 typedef int (*VP8CPUInfo)(CPUFeature feature);

Completed in 1198 milliseconds