Searched refs:WTF_ARM_ARCH_VERSION (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCPU.h59 #define WTF_ARM_ARCH_AT_LEAST(N) (CPU(ARM) && defined(WTF_ARM_ARCH_VERSION) && WTF_ARM_ARCH_VERSION >= N)
79 /* Set WTF_ARM_ARCH_VERSION */
83 #define WTF_ARM_ARCH_VERSION 4 macro
88 #define WTF_ARM_ARCH_VERSION 5 macro
93 #define WTF_ARM_ARCH_VERSION 5 macro
102 #define WTF_ARM_ARCH_VERSION 6 macro
107 #define WTF_ARM_ARCH_VERSION 7 macro
111 #define WTF_ARM_ARCH_VERSION _M_ARM macro
113 #define WTF_ARM_ARCH_VERSION macro
[all...]

Completed in 75 milliseconds