Searched refs:lastmax (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLimiter.java35 float lastmax = 0; field in class:SoftLimiter
124 float lmax = lastmax;
125 lastmax = max;

Completed in 27 milliseconds