Searched refs:start_row (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemmgr.c517 * strips; that is, successive access start_row numbers differ by exactly
761 JDIMENSION start_row, JDIMENSION num_rows,
763 /* Access the part of a virtual sample array starting at start_row */
767 JDIMENSION end_row = start_row + num_rows;
776 if (start_row < ptr->cur_start_row ||
790 * start_row = 0, so the limiting case applies and we load from 0 anyway.
792 if (start_row > ptr->cur_start_row) {
793 ptr->cur_start_row = start_row;
814 if (ptr->first_undef_row < start_row) {
817 undef_row = start_row; /* bu
[all...]
H A Djcdctmgr.c179 * position start_row/start_col, and moving to the right for any additional
186 JDIMENSION start_row, JDIMENSION start_col,
197 sample_data += start_row; /* fold in the vertical offset once */
276 JDIMENSION start_row, JDIMENSION start_col,
287 sample_data += start_row; /* fold in the vertical offset once */
184 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
274 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
H A Djpeglib.h787 JDIMENSION start_row,
792 JDIMENSION start_row,
H A Djpegint.h112 JDIMENSION start_row, JDIMENSION start_col,
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp1097 Register reg2, int start_row,
1107 assert(start_row <= last_row, "must be work left to do");
1114 for (int row = start_row; row <= last_row; row++) {
1116 bool test_for_null_also = (row == start_row);
1131 if (row == start_row) {
1135 if (start_row == last_row) {
1153 record_klass_in_profile_helper(receiver, mdp, reg2, start_row + 1, done, is_virtual_call);
1162 // observed the receiver[start_row] is NULL.
1165 int recvr_offset = in_bytes(VirtualCallData::receiver_offset(start_row));
1167 int count_offset = in_bytes(VirtualCallData::receiver_count_offset(start_row));
1095 record_klass_in_profile_helper( Register receiver, Register mdp, Register reg2, int start_row, Label& done, bool is_virtual_call) argument
[all...]
H A Dinterp_masm_x86_64.cpp1131 Register reg2, int start_row,
1141 assert(start_row <= last_row, "must be work left to do");
1148 for (int row = start_row; row <= last_row; row++) {
1150 bool test_for_null_also = (row == start_row);
1169 if (start_row == last_row) {
1187 record_klass_in_profile_helper(receiver, mdp, reg2, start_row + 1, done, is_virtual_call);
1196 // observed the receiver[start_row] is NULL.
1199 int recvr_offset = in_bytes(VirtualCallData::receiver_offset(start_row));
1201 int count_offset = in_bytes(VirtualCallData::receiver_count_offset(start_row));
1204 if (start_row >
1129 record_klass_in_profile_helper( Register receiver, Register mdp, Register reg2, int start_row, Label& done, bool is_virtual_call) argument
[all...]
H A Dinterp_masm_x86_32.hpp202 Register reg2, int start_row,
H A Dinterp_masm_x86_64.hpp211 Register reg2, int start_row,
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1643 int start_row, Label& done, bool is_virtual_call) {
1652 assert(start_row <= last_row, "must be work left to do");
1659 for (int row = start_row; row <= last_row; row++) {
1661 bool test_for_null_also = (row == start_row);
1677 if (start_row == last_row) {
1698 record_klass_in_profile_helper(receiver, scratch, start_row + 1, done, is_virtual_call);
1707 // observed the receiver[start_row] is NULL.
1710 int recvr_offset = in_bytes(VirtualCallData::receiver_offset(start_row));
1712 int count_offset = in_bytes(VirtualCallData::receiver_count_offset(start_row));
1715 if (start_row >
1641 record_klass_in_profile_helper( Register receiver, Register scratch, int start_row, Label& done, bool is_virtual_call) argument
[all...]
H A Dinterp_masm_sparc.hpp298 int start_row, Label& done, bool is_virtual_call);

Completed in 62 milliseconds