Searched defs:jvirt_barray_control (Results 1 – 3 of 3) sorted by relevance
176 struct jvirt_barray_control { struct177 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */178 JDIMENSION rows_in_array; /* total virtual array height */179 JDIMENSION blocksperrow; /* width of array (and of memory buffer) */180 JDIMENSION maxaccess; /* max rows accessed by access_virt_barray */181 JDIMENSION rows_in_mem; /* height of memory buffer */182 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */183 JDIMENSION cur_start_row; /* first logical row # in the buffer */184 JDIMENSION first_undef_row; /* row # of first uninitialized row */185 boolean pre_zero; /* pre-zero mode requested? */[all …]
369 struct jvirt_barray_control { long dummy; }; argument
1095 struct jvirt_barray_control { long dummy; }; struct