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

  /external/libchrome/base/
cpu.h 41 int extended_family() const { return ext_family_; }
69 int ext_family_; member in class:base::CPU
cpu.cc 38 ext_family_(0),
172 ext_family_ = (cpu_info[0] >> 20) & 0xff;
  /external/v8/src/base/
cpu.h 42 int ext_family() const { return ext_family_; }
123 int ext_family_; member in class:v8::base::final
cpu.cc 310 ext_family_(0),
369 ext_family_ = (cpu_info[0] >> 20) & 0xff;

Completed in 170 milliseconds