Home
last modified time | relevance | path

Searched refs:CPU_ARM (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
Dbasictypes.h29 #define CPU_ARM 1 macro
32 #if defined(CPU_X86) && defined(CPU_ARM)
33 #error CPU_X86 and CPU_ARM both defined.
38 #if CPU_X86 || CPU_ARM || \
Dsysteminfo_unittest.cc15 #if defined(CPU_X86) || defined(CPU_ARM)
31 #elif defined(CPU_ARM) in TEST()
42 #if defined(CPU_X86) || defined(CPU_ARM) in TEST()
46 #if defined(CPU_ARM) in TEST()
Dbasictypes_unittest.cc35 #if !defined(CPU_ARM) && defined(__arm__)
36 #error expected CPU_ARM to be defined.
Dsysteminfo.cc155 #elif defined(CPU_ARM) in GetCpuVendor()
/external/libyuv/files/include/libyuv/
Dbasic_types.h74 #define CPU_ARM 1 macro
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dbasic_types.h74 #define CPU_ARM 1 macro
/external/libopus/
DMakefile.am46 if CPU_ARM
Dconfigure.ac729 AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"]) condition