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

  /external/libchrome/base/
cpu.h 36 int stepping() const { return stepping_; }
71 int stepping_; // processor revision number member in class:base::CPU
cpu.cc 38 stepping_(0),
224 stepping_ = cpu_info[0] & 0xf;
  /external/v8/src/base/
cpu.h 37 int stepping() const { return stepping_; }
111 int stepping_; member in class:v8::base::final
cpu.cc 305 : stepping_(0),
364 stepping_ = cpu_info[0] & 0xf;

Completed in 126 milliseconds