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

  /external/linux-tools-perf/util/
svghelper.c 24 static u64 turbo_frequency, max_freq; variable
228 if (freq > max_freq)
229 max_freq = freq;
242 max_freq = __max_freq;
342 if (max_freq)
343 height = freq * 1.0 / max_freq * (SLOT_HEIGHT + SLOT_MULT);
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 271 double max_freq = 0; local
278 if (freqs[pos] > max_freq)
279 max_freq = freqs[pos];
  /external/linux-tools-perf/
builtin-timechart.c 52 static u64 max_freq; /* Highest CPU frequency seen */ variable
422 if ((u64)new_freq > max_freq)
423 max_freq = new_freq;
428 if (new_freq == max_freq - 1000)
429 turbo_frequency = max_freq;
975 svg_cpu_box(i, max_freq, turbo_frequency);

Completed in 233 milliseconds