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

  /external/chromium/base/
cpu.h 33 int has_ssse3() const { return has_ssse3_; }
51 bool has_ssse3_; member in class:base::CPU
cpu.cc 28 has_ssse3_(false),
116 has_ssse3_ = (cpu_info[2] & 0x00000200) != 0;

Completed in 29 milliseconds