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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java159 int loopCount = plainLen / numBytes;
163 for (; loopCount > 0 ;
165 loopCount--) {
178 for (; loopCount > 0 ;
180 loopCount--) {
227 int loopCount = cipherLen / numBytes;
231 for (; loopCount > 0;
233 loopCount--) {
250 for (; loopCount > 0;
252 loopCount
[all...]
H A DOutputFeedback.java158 int loopCount = plainLen / numBytes;
162 for (; loopCount > 0;
164 loopCount--) {
179 for (; loopCount > 0;
181 loopCount--) {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java1024 private int loopCount; field in class:DirectAudioDevice.DirectClip
1081 loopCount = 0; // means: play the clip irrespective of loop points from beginning to end
1290 loopCount = count;
1347 // reset loopCount field so that playback will be normal with
1349 loopCount = 0;
1375 if (loopCount > 0 || loopCount == LOOP_CONTINUOUSLY) {
1394 if (loopCount > 0 || loopCount == LOOP_CONTINUOUSLY) {
1395 if (loopCount !
[all...]
H A DRealTimeSequencer.java130 private int loopCount = 0; field in class:RealTimeSequencer
181 loopCount = 0;
727 loopCount = count;
734 return loopCount;
852 loopCount = 0;
1537 currLoopCounter = loopCount;
1949 && ((loopCount > 0 && currLoopCounter > 0)
1950 || (loopCount == LOOP_CONTINUOUSLY))) {
2036 || ( ((loopCount > 0 && currLoopCounter > 0)
2037 || (loopCount
[all...]
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.c116 return splash->loopCount != 1 ||
157 if (splash->loopCount > 0)
158 splash->loopCount--;
H A Dsplashscreen_impl.h74 int loopCount; member in struct:Splash
H A Dsplashscreen_png.c147 splash->loopCount = 1;
H A Dsplashscreen_gif.c132 splash->loopCount = 1;
195 splash->loopCount =
H A Dsplashscreen_jpeg.c168 splash->loopCount = 1;
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DSSL.java52 private static int loopCount = 0; field in class:SSL
224 while (loopCount++ < LOOP_LIMIT) {
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c748 int loopCount = 0; local
752 if (loopCount > knownVMsCount) {
774 loopCount++;
/openjdk7/jdk/src/share/bin/
H A Djava.c554 int loopCount = 0; local
558 if (loopCount > knownVMsCount) {
578 loopCount++;

Completed in 65 milliseconds