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

  /external/fio/profiles/
act.c 15 unsigned int max_perm; member in struct:act_pass_criteria
22 .max_perm = 50,
26 .max_perm = 10,
30 .max_perm = 1,
328 if (perm < act_pass[i].max_perm)
331 log_err("act: %f%% exceeds pass criteria of %f%%\n", perm / 10.0, (double) act_pass[i].max_perm / 10.0);
359 if ((perc * 10.0) >= act_pass[i].max_perm)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 79 * size_t max_perm);
116 * MAX_PERM >= the number of prime factors of NPASS. In addition,
118 * factors, then MAX_PERM >= (K-1)
137 int max_factors, unsigned int max_perm,
169 int ret, max_factors, max_perm; local
207 max_factors = max_perm = 1;
215 if ((int)nSpan > max_perm)
217 max_perm = (int)nSpan;
223 max_perm = 209;
232 max_factors, max_perm, fftstate)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 79 * size_t max_perm);
116 * MAX_PERM >= the number of prime factors of NPASS. In addition,
118 * factors, then MAX_PERM >= (K-1)
137 int max_factors, unsigned int max_perm,
169 int ret, max_factors, max_perm; local
207 max_factors = max_perm = 1;
215 if ((int)nSpan > max_perm)
217 max_perm = (int)nSpan;
223 max_perm = 209;
232 max_factors, max_perm, fftstate)
    [all...]

Completed in 493 milliseconds