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

  /external/chromium/base/
cpu.h 28 int extended_family() const { return ext_family_; }
46 int ext_family_; member in class:base::CPU
cpu.cc 23 ext_family_(0),
110 ext_family_ = (cpu_info[0] >> 20) & 0xff;

Completed in 40 milliseconds