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