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

  /external/libyuv/files/unit_test/
cpu_test.cc 32 int has_ssse3 = TestCpuFlag(kCpuHasSSSE3); local
33 printf("Has SSSE3 %x\n", has_ssse3);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.h 61 unsigned has_ssse3:1; member in struct:util_cpu_caps
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 61 unsigned has_ssse3:1; member in struct:util_cpu_caps
  /external/chromium/base/
cpu.h 33 int has_ssse3() const { return has_ssse3_; } function in class:base::CPU
  /external/chromium_org/base/
cpu.h 45 bool has_ssse3() const { return has_ssse3_; } function in class:base::CPU

Completed in 178 milliseconds