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

  /external/chromium_org/chrome/browser/chromeos/power/
cpu_data_collector.cc 121 for (int state_count = 0; ; ++state_count) {
123 idle_state_dir_format.c_str(), cpu, state_count);
132 name_file_format.c_str(), cpu, state_count);
138 time_file_format.c_str(), cpu, state_count);
239 size_t state_count = lines.size(); local
240 if (state_count > 0 && lines.back().empty())
241 state_count -= 1;
242 for (size_t state = 0; state < state_count; ++state) {
  /external/bison/src/
tables.c 529 default_goto (symbol_number sym, size_t state_count[])
542 state_count[s] = 0;
545 state_count[to_state[i]]++;
548 if (state_count[s] > max)
550 max = state_count[s];
571 size_t *state_count = xnmalloc (nstates, sizeof *state_count); local
574 /* For a given nterm I, STATE_COUNT[S] is the number of times there
578 state_number default_state = default_goto (i, state_count);
582 free (state_count);
    [all...]

Completed in 393 milliseconds