OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:worstPeriod
(Results
1 - 2
of
2
) sorted by null
/external/sonic/
Sonic.java
521
int bestPeriod = 0,
worstPeriod
= 255;
539
if(diff*
worstPeriod
> maxDiff*period) {
541
worstPeriod
= period;
545
retMaxDiff = maxDiff/
worstPeriod
;
sonic.c
617
int period, bestPeriod = 0,
worstPeriod
= 255;
639
if(diff*
worstPeriod
> maxDiff*period) {
641
worstPeriod
= period;
645
*retMaxDiff = maxDiff/
worstPeriod
;
Completed in 61 milliseconds