Home | Sort by relevance Sort by last modified time |
/external/chromium/base/ | |
cpu.h | 31 int has_sse2() const { return has_sse2_; } 49 bool has_sse2_; member in class:base::CPU |
cpu.cc | 26 has_sse2_(false), 114 has_sse2_ = (cpu_info[3] & 0x04000000) != 0; |