HomeSort by relevance Sort by last modified time
    Searched refs:ARCH_CPU_X86_FAMILY (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/leveldatabase/src/port/
atomic_pointer.h 34 #define ARCH_CPU_X86_FAMILY 1
36 #define ARCH_CPU_X86_FAMILY 1
48 #if defined(OS_WIN) && defined(COMPILER_MSVC) && defined(ARCH_CPU_X86_FAMILY)
61 #elif defined(ARCH_CPU_X86_FAMILY) && defined(__GNUC__)
70 #elif defined(ARCH_CPU_X86_FAMILY) && defined(__SUNPRO_CC)
217 #undef ARCH_CPU_X86_FAMILY
  /external/chromium_org/media/base/
vector_math_perftest.cc 84 #if defined(ARCH_CPU_X86_FAMILY)
96 #if defined(ARCH_CPU_X86_FAMILY)
115 #if defined(ARCH_CPU_X86_FAMILY)
127 #if defined(ARCH_CPU_X86_FAMILY)
145 #if defined(ARCH_CPU_X86_FAMILY)
159 #if defined(ARCH_CPU_X86_FAMILY)
sinc_resampler_perftest.cc 25 #if defined(ARCH_CPU_X86_FAMILY)
64 #if defined(ARCH_CPU_X86_FAMILY)
vector_math_testing.h 22 #if defined(ARCH_CPU_X86_FAMILY)
sinc_resampler.h 89 #if defined(ARCH_CPU_X86_FAMILY)
yuv_convert.h 17 #if defined(ARCH_CPU_X86_FAMILY) && \
vector_math_unittest.cc 77 #if defined(ARCH_CPU_X86_FAMILY)
119 #if defined(ARCH_CPU_X86_FAMILY)
220 #if defined(ARCH_CPU_X86_FAMILY)
  /external/chromium/base/
cpu.cc 7 #if defined(ARCH_CPU_X86_FAMILY)
35 #if defined(ARCH_CPU_X86_FAMILY)
80 #endif // ARCH_CPU_X86_FAMILY
83 #if defined(ARCH_CPU_X86_FAMILY)
atomicops.h 136 #if defined(OS_WIN) && defined(COMPILER_MSVC) && defined(ARCH_CPU_X86_FAMILY)
138 #elif defined(OS_MACOSX) && defined(ARCH_CPU_X86_FAMILY)
140 #elif defined(COMPILER_GCC) && defined(ARCH_CPU_X86_FAMILY)
cpu_unittest.cc 15 #if defined(ARCH_CPU_X86_FAMILY)
  /external/chromium_org/base/
cpu.cc 14 #if defined(ARCH_CPU_X86_FAMILY)
48 #if defined(ARCH_CPU_X86_FAMILY)
85 #endif // ARCH_CPU_X86_FAMILY
90 #if defined(ARCH_CPU_X86_FAMILY)
cpu_unittest.cc 16 #if defined(ARCH_CPU_X86_FAMILY)
atomicops.h 142 #elif defined(OS_WIN) && defined(COMPILER_MSVC) && defined(ARCH_CPU_X86_FAMILY)
150 #elif defined(COMPILER_GCC) && defined(ARCH_CPU_X86_FAMILY)
  /external/chromium/build/
build_config.h 11 // ARCH_CPU_X86 / ARCH_CPU_X86_64 / ARCH_CPU_X86_FAMILY (X86 or X86_64)
108 #define ARCH_CPU_X86_FAMILY 1
112 #define ARCH_CPU_X86_FAMILY 1
  /external/chromium_org/third_party/cld/base/
build_config.h 11 // ARCH_CPU_X86 / ARCH_CPU_X86_64 / ARCH_CPU_X86_FAMILY (X86 or X86_64)
80 #define ARCH_CPU_X86_FAMILY 1
84 #define ARCH_CPU_X86_FAMILY 1
basictypes.h 350 #if defined(ARCH_CPU_X86_FAMILY)
  /external/chromium_org/build/
build_config.h 11 // ARCH_CPU_X86 / ARCH_CPU_X86_64 / ARCH_CPU_X86_FAMILY (X86 or X86_64)
95 #define ARCH_CPU_X86_FAMILY 1
100 #define ARCH_CPU_X86_FAMILY 1
  /external/chromium_org/chrome/common/omaha_query_params/
omaha_query_params.cc 107 #if defined(ARCH_CPU_X86_FAMILY)
  /external/chromium_org/content/common/gpu/media/
rendering_helper.h 20 #if !defined(OS_WIN) && defined(ARCH_CPU_X86_FAMILY)
  /external/chromium_org/skia/ext/
convolver.h 18 #if defined(ARCH_CPU_X86_FAMILY) && !defined(OS_IOS)
  /external/chromium_org/base/debug/
debugger_posix.cc 206 #elif defined(ARCH_CPU_X86_FAMILY)
stack_trace_posix.cc 262 #if ARCH_CPU_X86_FAMILY
334 #if ARCH_CPU_X86_FAMILY && ARCH_CPU_32_BITS
  /external/chromium_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc 60 #if defined(ARCH_CPU_X86_FAMILY)
65 #endif // defined(ARCH_CPU_X86_FAMILY)
  /external/chromium_org/base/containers/
stack_container.h 59 #if defined(__GNUC__) && !defined(ARCH_CPU_X86_FAMILY)
stack_container_unittest.cc 130 #if !defined(__GNUC__) || defined(ARCH_CPU_X86_FAMILY)

Completed in 314 milliseconds

1 2