Searched defs:next (Results 701 - 702 of 702) sorted by relevance

<<212223242526272829

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9783 Label next, ok; local
9793 jcc(Assembler::aboveEqual, next);
9797 bind(next);
10623 // again. Start from the next element after the previous match.
10632 decrementl(cnt1); // Shift to next element
10878 // again. Start from the next element after the previous match.
10882 decrementl(cnt1); // Shift to next element
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp169 # define MADV_ACCESS_LWP 7 /* next LWP to access heavily */
580 processorid_t next = 0; local
581 while (found < *id_length && next < MAX_PROCESSOR_ID) {
583 if (processor_info(next, &info) == 0) {
586 (*id_array)[found] = next;
590 next += 1;
626 // The next id, to limit loops.
650 // ... find the next available processor in the board.
744 // The next steps are taken in the product version:
770 // The next fe
[all...]

Completed in 187 milliseconds

<<212223242526272829