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