HomeSort by relevance Sort by last modified time
    Searched defs:has_sse2 (Results 1 - 12 of 12) sorted by null

  /external/libyuv/files/unit_test/
cpu_test.cc 30 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
31 printf("Has SSE2 %x\n", has_sse2);
planar_test.cc 1331 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
    [all...]
  /external/libyuv/files/util/
cpuid.c 73 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
83 printf("Has SSE2 %x\n", has_sse2);
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 60 unsigned has_sse2:1; member in struct:util_cpu_caps
  /external/libchrome/base/
cpu.h 44 bool has_sse2() const { return has_sse2_; } function in class:base::CPU
  /external/v8/src/base/
cpu.h 89 bool has_sse2() const { return has_sse2_; } function in class:v8::base::final

Completed in 195 milliseconds