![]() |
HDF5
1.12.0
|
Functions | |
| uint32_t | H5_checksum_fletcher32 (const void *_data, size_t _len) |
| uint32_t | H5_checksum_crc (const void *_data, size_t len) |
| uint32_t | H5_checksum_lookup3 (const void *key, size_t length, uint32_t initval) |
| uint32_t | H5_checksum_metadata (const void *data, size_t len, uint32_t initval) |
| uint32_t | H5_hash_string (const char *str) |
| uint32_t H5_checksum_crc | ( | const void * | _data, |
| size_t | len | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), and len.
| uint32_t H5_checksum_fletcher32 | ( | const void * | _data, |
| size_t | _len | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), and len.
References FUNC_LEAVE_NOAPI(), H5_checksum_lookup3(), HDassert(), and len.
Referenced by H5D__virtual_store_layout(), and H5F_get_checksums().
| uint32_t H5_hash_string | ( | const char * | str | ) |
References FUNC_LEAVE_NOAPI(), and HDassert().