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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c242 mlib_s32 nextIdx; local
247 nextIdx = (topIdx + 1) & 0x3;
249 if (dTop == coords[nextIdx][1]) {
250 x = coords[nextIdx][0];
255 nextIdx = (topIdx - 1) & 0x3;
257 if (dTop == coords[nextIdx][1]) {
258 x = coords[nextIdx][0];
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c750 int nextIdx = KnownVMIndex(knownVMs[jvmidx].alias); local
763 if (nextIdx < 0) {
772 jvmidx = nextIdx;
/openjdk7/jdk/src/share/bin/
H A Djava.c556 int nextIdx = KnownVMIndex(knownVMs[jvmidx].alias); local
568 if (nextIdx < 0) {
576 jvmidx = nextIdx;

Completed in 40 milliseconds