HDF5  1.12.0
Functions
H5HFdtable.c File Reference
#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)
 

Function Documentation

◆ H5HF_dtable_dest()

herr_t H5HF_dtable_dest ( H5HF_dtable_t dtable)

◆ H5HF_dtable_init()

herr_t H5HF_dtable_init ( H5HF_dtable_t dtable)

◆ H5HF_dtable_lookup()

herr_t H5HF_dtable_lookup ( const H5HF_dtable_t dtable,
hsize_t  off,
unsigned row,
unsigned col 
)

◆ H5HF_dtable_size_to_row()

unsigned H5HF_dtable_size_to_row ( const H5HF_dtable_t dtable,
size_t  block_size 
)

◆ H5HF_dtable_size_to_rows()

unsigned H5HF_dtable_size_to_rows ( const H5HF_dtable_t dtable,
hsize_t  size 
)

◆ H5HF_dtable_span_size()

hsize_t H5HF_dtable_span_size ( const H5HF_dtable_t dtable,
unsigned  start_row,
unsigned  start_col,
unsigned  num_entries 
)