HomeSort by relevance Sort by last modified time
    Searched full:has_mmx_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
cpu.h 29 int has_mmx() const { return has_mmx_; }
47 bool has_mmx_; member in class:base::CPU
cpu.cc 24 has_mmx_(false),
112 has_mmx_ = (cpu_info[3] & 0x00800000) != 0;
  /external/chromium_org/base/
cpu.h 41 bool has_mmx() const { return has_mmx_; }
66 bool has_mmx_; member in class:base::CPU
cpu.cc 29 has_mmx_(false),
116 has_mmx_ = (cpu_info[3] & 0x00800000) != 0;

Completed in 224 milliseconds