HomeSort by relevance Sort by last modified time
    Searched defs:has_sse2 (Results 1 - 15 of 15) 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 974 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.h 59 unsigned has_sse2:1; member in struct:util_cpu_caps
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 59 unsigned has_sse2:1; member in struct:util_cpu_caps
  /external/chromium/base/
atomicops_internals_x86_gcc.h 18 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
108 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
117 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
cpu.h 31 int has_sse2() const { return has_sse2_; } function in class:base::CPU
  /external/chromium_org/base/
atomicops_internals_x86_gcc.h 20 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
111 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
120 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
atomicops_internals_tsan.h 21 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
cpu.h 43 bool has_sse2() const { return has_sse2_; } function in class:base::CPU
  /external/chromium_org/third_party/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) {
  /external/chromium_org/v8/src/
atomicops_internals_x86_gcc.h 43 bool has_sse2; // Processor has SSE2. member in struct:v8::internal::AtomicOps_x86CPUFeatureStruct
130 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
139 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
atomicops_internals_tsan.h 49 bool has_sse2; // Processor has SSE2. member in struct:v8::internal::AtomicOps_x86CPUFeatureStruct
  /external/v8/src/
atomicops_internals_x86_gcc.h 43 bool has_sse2; // Processor has SSE2. member in struct:v8::internal::AtomicOps_x86CPUFeatureStruct
130 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
139 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.h 56 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
151 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
160 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.h 56 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
151 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
160 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {

Completed in 529 milliseconds