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

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c68 int nextidx; member in struct:__anon678
351 pCmap->nextidx = -1;
356 pCmap->nextidx = 0;
394 for (i = pCmap->nextidx; i < total; ++i) {
411 pCmap->nextidx = total;
417 for (i = pCmap->nextidx; i < total; ++i) {
436 pCmap->nextidx = total;
470 if (pCmap->nextidx < 0) {
582 if (pCmap->nextidx < 0) {
585 if (pCmap->nextidx < tota
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp550 int nextidx = bootstrap_specifier_index + 1; local
551 if (nextidx == operand_array_length(operands))
554 return operand_offset_at(operands, nextidx);

Completed in 35 milliseconds