Home
last modified time | relevance | path

Searched refs:max_perm (Results 1 – 2 of 2) sorted by relevance

/external/fio/profiles/
Dact.c16 unsigned int max_perm; member
23 .max_perm = 50,
27 .max_perm = 10,
31 .max_perm = 1,
329 if (perm < act_pass[i].max_perm) in act_io_u_lat()
332 …log_err("act: %f%% exceeds pass criteria of %f%%\n", perm / 10.0, (double) act_pass[i].max_perm / … in act_io_u_lat()
360 if ((perc * 10.0) >= act_pass[i].max_perm) in show_slice()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfft.c137 int max_factors, unsigned int max_perm,
169 int ret, max_factors, max_perm; in WebRtcIsac_Fftns() local
207 max_factors = max_perm = 1; in WebRtcIsac_Fftns()
215 if ((int)nSpan > max_perm) in WebRtcIsac_Fftns()
217 max_perm = (int)nSpan; in WebRtcIsac_Fftns()
223 max_perm = 209; in WebRtcIsac_Fftns()
232 max_factors, max_perm, fftstate); in WebRtcIsac_Fftns()
272 unsigned int max_perm, in FFTRADIX() argument
325 if (fftstate->MaxPermAlloced < max_perm) in FFTRADIX()
331 fftstate->MaxPermAlloced = max_perm; in FFTRADIX()
[all …]