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

  /external/chromium_org/third_party/webrtc/base/
systeminfo.h 22 enum Architecture {
38 Architecture GetCpuArchitecture();
69 Architecture cpu_arch_;
systeminfo_unittest.cc 41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); local
44 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X64, architecture);
47 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_ARM, architecture);
49 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X86, architecture);
systeminfo.cc 248 SystemInfo::Architecture SystemInfo::GetCpuArchitecture() {
  /external/chromium_org/components/nacl/renderer/
platform_info.cc 22 // We have to check the host architecture on Windows.
24 if (base::win::OSInfo::GetInstance()->architecture() ==
36 #error Architecture not supported.
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 19 struct quat_product<Architecture::SSE, Derived, OtherDerived, float, Aligned>
41 struct cross3_impl<Architecture::SSE,VectorLhs,VectorRhs,float,true>
60 struct quat_product<Architecture::SSE, Derived, OtherDerived, double, Aligned>
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.h 77 #error Architecture not supported.
  /external/eigen/Eigen/src/Core/util/
Constants.h 71 * of the present CPU architecture for optimized packet access. In the fixed-size
402 * Enum used to choose between implementation depending on the computer architecture. */
403 namespace Architecture
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nto.cfg 96 #error Undefined CPU Architecture
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 84 return internal::cross3_impl<Architecture::Target,
Quaternion.h 417 // This product can be specialized for a given architecture via the Arch template argument.
441 return internal::quat_product<Architecture::Target, Derived, OtherDerived,
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 35 struct compute_inverse_size4<Architecture::SSE, float, MatrixType, ResultType>
163 struct compute_inverse_size4<Architecture::SSE, double, MatrixType, ResultType>
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl 420 --arch=ARCH Architecture to generate defs for (required)
  /external/libvpx/libvpx/build/make/
rtcd.pl 410 --arch=ARCH Architecture to generate defs for (required)
  /external/eigen/Eigen/src/LU/
Inverse.h 241 : compute_inverse_size4<Architecture::Target, typename MatrixType::Scalar,
  /external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk 40 # Architecture-specific variables
51 # Architecture-specific flags
494 # in the same directory as the .nexe (which will be an architecture-specific
  /external/libunwind/doc/
libunwind-ia64.tex 59 please see the ``Itanium Software Conventions and Runtime Architecture
81 identifies a stack frame. The IA-64 architecture defines two stacks
138 used. The IA-64 architecture defines several application registers
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 78 my $architecture;
292 return if defined $architecture;
293 # make sure $architecture is defined in all cases
294 $architecture = "";
304 $architecture = $1;
307 if (open ARCHITECTURE, "$baseProductDir/Architecture") {
308 $architecture = <ARCHITECTURE>;
309 close ARCHITECTURE;
654 sub architecture() subroutine
    [all...]
  /external/bison/
configure     [all...]

Completed in 366 milliseconds