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

  /external/libchrome/base/
cpu.cc 209 const int parameter_containing_non_stop_time_stamp_counter = 0x80000007; local
210 if (max_parameter >= parameter_containing_non_stop_time_stamp_counter) {
211 __cpuid(cpu_info, parameter_containing_non_stop_time_stamp_counter);
  /external/v8/src/base/
cpu.cc 421 const unsigned parameter_containing_non_stop_time_stamp_counter = 0x80000007; local
422 if (num_ext_ids >= parameter_containing_non_stop_time_stamp_counter) {
423 __cpuid(cpu_info, parameter_containing_non_stop_time_stamp_counter);

Completed in 102 milliseconds