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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLowFrequencyOscillator.java35 private int used_count = 0; field in class:SoftLowFrequencyOscillator
56 for (int i = 0; i < used_count; i++) {
67 used_count = 0;
73 for (int i = 0; i < used_count; i++) {
82 for (int i = 0; i < used_count; i++) {
118 if (instance >= used_count)
119 used_count = instance + 1;
H A DSoftEnvelopeGenerator.java44 int used_count = 0; field in class:SoftEnvelopeGenerator
65 for (int i = 0; i < used_count; i++) {
80 used_count = 0;
89 if (instance >= used_count)
90 used_count = instance + 1;
122 for (int i = 0; i < used_count; i++) {

Completed in 38 milliseconds