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

  /external/autotest/client/tests/rtc/
rtc.py 19 def run_once(self, def_rtc="/dev/rtc0", maxfreq=64):
23 utils.system('./rtctest %s %s' % (def_rtc, maxfreq))
  /external/autotest/client/profilers/powertop/src/
cpufreqstats.c 96 int maxfreq = 0; local
139 if (f && maxfreq < i)
140 maxfreq = i;
162 qsort(&delta, maxfreq+1, sizeof(struct cpufreqdata), sort_by_count);
163 if (maxfreq>4)
164 maxfreq=4;
165 qsort(&delta, maxfreq+1, sizeof(struct cpufreqdata), sort_by_freq);
168 for (ret = 0 ; ret<=maxfreq; ret++) {
  /external/autotest/client/tests/rtc/src/
rtctest.c 32 static int maxfreq = 64; variable
43 maxfreq = atoi(argv[2]);
50 fprintf(stderr, "usage: rtctest [rtcdev] [maxfreq]\n");
211 for (tmp=2; tmp<=maxfreq; tmp*=2) {
  /frameworks/av/media/libaudioprocessing/tests/
test_utils.h 218 size_t channels, double sampleRate, double minfreq, double maxfreq)
223 double k = (maxfreq - minfreq) / (2. * tscale * frames);
256 void setChirp(size_t channels, double minfreq, double maxfreq, double sampleRate, double time)
259 createChirp<T>(mAddr, mNumFrames, mChannels, mSampleRate, minfreq, maxfreq);
  /external/python/cpython3/Lib/
statistics.py 257 maxfreq = table[0][1]
259 if table[i][1] != maxfreq:
  /frameworks/base/tests/JankBench/scripts/external/
statistics.py 300 maxfreq = table[0][1]
302 if table[i][1] != maxfreq:
  /external/toolchain-utils/cros_utils/
stats.py 370 maxfreq = max(freq)
375 indx = freq.index(maxfreq)
381 return maxfreq, mode
    [all...]

Completed in 533 milliseconds