![]() |
HDF5
1.12.0
|
#include <H5HFpkg.h>
Data Fields | |
| H5HF_dtable_cparam_t | cparam |
| haddr_t | table_addr |
| unsigned | curr_root_rows |
| unsigned | max_root_rows |
| unsigned | max_direct_rows |
| unsigned | start_bits |
| unsigned | max_direct_bits |
| unsigned | max_dir_blk_off_size |
| unsigned | first_row_bits |
| hsize_t | num_id_first_row |
| hsize_t * | row_block_size |
| hsize_t * | row_block_off |
| hsize_t * | row_tot_dblock_free |
| size_t * | row_max_dblock_free |
| H5HF_dtable_cparam_t cparam |
| unsigned curr_root_rows |
| unsigned first_row_bits |
Referenced by H5HF_get_iblock_max_drows_test().
| unsigned max_dir_blk_off_size |
| unsigned max_direct_bits |
Referenced by H5HF_get_iblock_max_drows_test().
| unsigned max_direct_rows |
Referenced by H5HF_get_dtable_max_drows_test().
| unsigned max_root_rows |
Referenced by H5HF_get_max_root_rows().
| hsize_t num_id_first_row |
| hsize_t* row_block_off |
Referenced by H5HF_dtable_dest().
| hsize_t* row_block_size |
Referenced by H5HF_dtable_dest(), H5HF_dtable_span_size(), and H5HF_get_dblock_size_test().
| size_t* row_max_dblock_free |
Referenced by H5HF_dtable_dest().
| hsize_t* row_tot_dblock_free |
Referenced by H5HF_dtable_dest(), and H5HF_get_dblock_free_test().
| unsigned start_bits |
Referenced by H5HF_dtable_init().
| haddr_t table_addr |