![]() |
HDF5
1.12.0
|
#include "H5HFmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5HFpkg.h"#include "H5MMprivate.h"#include "H5VMprivate.h"Functions | |
| herr_t | H5HF_dtable_init (H5HF_dtable_t *dtable) |
| herr_t | H5HF_dtable_lookup (const H5HF_dtable_t *dtable, hsize_t off, unsigned *row, unsigned *col) |
| herr_t | H5HF_dtable_dest (H5HF_dtable_t *dtable) |
| unsigned | H5HF_dtable_size_to_row (const H5HF_dtable_t *dtable, size_t block_size) |
| unsigned | H5HF_dtable_size_to_rows (const H5HF_dtable_t *dtable, hsize_t size) |
| hsize_t | H5HF_dtable_span_size (const H5HF_dtable_t *dtable, unsigned start_row, unsigned start_col, unsigned num_entries) |
| herr_t H5HF_dtable_dest | ( | H5HF_dtable_t * | dtable | ) |
| herr_t H5HF_dtable_init | ( | H5HF_dtable_t * | dtable | ) |
| herr_t H5HF_dtable_lookup | ( | const H5HF_dtable_t * | dtable, |
| hsize_t | off, | ||
| unsigned * | row, | ||
| unsigned * | col | ||
| ) |
| unsigned H5HF_dtable_size_to_row | ( | const H5HF_dtable_t * | dtable, |
| size_t | block_size | ||
| ) |
| unsigned H5HF_dtable_size_to_rows | ( | const H5HF_dtable_t * | dtable, |
| hsize_t | size | ||
| ) |
| hsize_t H5HF_dtable_span_size | ( | const H5HF_dtable_t * | dtable, |
| unsigned | start_row, | ||
| unsigned | start_col, | ||
| unsigned | num_entries | ||
| ) |
1.8.18