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

  /external/chromium/base/
cpu.h 32 int has_sse3() const { return has_sse3_; }
50 bool has_sse3_; member in class:base::CPU
cpu.cc 27 has_sse3_(false),
115 has_sse3_ = (cpu_info[2] & 0x00000001) != 0;

Completed in 18 milliseconds