MISR Toolkit  1.5.1
Macros
H5overflow.h File Reference

Go to the source code of this file.

Macros

#define ASSIGN_unsigned_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_unsigned_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_int_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint8_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint16_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint32_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_uint64_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ptrdiff_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_size_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_ssize_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_haddr_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hsize_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_hssize_t_TO_h5_stat_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_unsigned(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_int(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_uint8_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_uint16_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_uint32_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_uint64_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_ptrdiff_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_size_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_ssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_haddr_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_hsize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)
 
#define ASSIGN_h5_stat_size_t_TO_hssize_t(dst, dsttype, src, srctype)   ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)
 

Macro Definition Documentation

◆ ASSIGN_h5_stat_size_t_TO_haddr_t

#define ASSIGN_h5_stat_size_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1908 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_hsize_t

#define ASSIGN_h5_stat_size_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1920 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_hssize_t

#define ASSIGN_h5_stat_size_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1932 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_int

#define ASSIGN_h5_stat_size_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1812 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_ptrdiff_t

#define ASSIGN_h5_stat_size_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1872 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_size_t

#define ASSIGN_h5_stat_size_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1884 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_ssize_t

#define ASSIGN_h5_stat_size_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1896 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_uint16_t

#define ASSIGN_h5_stat_size_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1836 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_uint32_t

#define ASSIGN_h5_stat_size_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1848 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_uint64_t

#define ASSIGN_h5_stat_size_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1860 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_uint8_t

#define ASSIGN_h5_stat_size_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1824 of file H5overflow.h.

◆ ASSIGN_h5_stat_size_t_TO_unsigned

#define ASSIGN_h5_stat_size_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1800 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_h5_stat_size_t

#define ASSIGN_haddr_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1491 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_hsize_t

#define ASSIGN_haddr_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1467 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_hssize_t

#define ASSIGN_haddr_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1479 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_int

#define ASSIGN_haddr_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1371 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_ptrdiff_t

#define ASSIGN_haddr_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1431 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_size_t

#define ASSIGN_haddr_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1443 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_ssize_t

#define ASSIGN_haddr_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1455 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_uint16_t

#define ASSIGN_haddr_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1395 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_uint32_t

#define ASSIGN_haddr_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1407 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_uint64_t

#define ASSIGN_haddr_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1419 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_uint8_t

#define ASSIGN_haddr_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1383 of file H5overflow.h.

◆ ASSIGN_haddr_t_TO_unsigned

#define ASSIGN_haddr_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1359 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_h5_stat_size_t

#define ASSIGN_hsize_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1638 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_haddr_t

#define ASSIGN_hsize_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1614 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_hssize_t

#define ASSIGN_hsize_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1626 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_int

#define ASSIGN_hsize_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1518 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_ptrdiff_t

#define ASSIGN_hsize_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1578 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_size_t

#define ASSIGN_hsize_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1590 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_ssize_t

#define ASSIGN_hsize_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1602 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_uint16_t

#define ASSIGN_hsize_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1542 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_uint32_t

#define ASSIGN_hsize_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1554 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_uint64_t

#define ASSIGN_hsize_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1566 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_uint8_t

#define ASSIGN_hsize_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1530 of file H5overflow.h.

◆ ASSIGN_hsize_t_TO_unsigned

#define ASSIGN_hsize_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1506 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_h5_stat_size_t

#define ASSIGN_hssize_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1785 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_haddr_t

#define ASSIGN_hssize_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1761 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_hsize_t

#define ASSIGN_hssize_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1773 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_int

#define ASSIGN_hssize_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1665 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_ptrdiff_t

#define ASSIGN_hssize_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1725 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_size_t

#define ASSIGN_hssize_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1737 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_ssize_t

#define ASSIGN_hssize_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1749 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_uint16_t

#define ASSIGN_hssize_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1689 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_uint32_t

#define ASSIGN_hssize_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1701 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_uint64_t

#define ASSIGN_hssize_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1713 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_uint8_t

#define ASSIGN_hssize_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1677 of file H5overflow.h.

◆ ASSIGN_hssize_t_TO_unsigned

#define ASSIGN_hssize_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1653 of file H5overflow.h.

◆ ASSIGN_int_TO_h5_stat_size_t

#define ASSIGN_int_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 315 of file H5overflow.h.

◆ ASSIGN_int_TO_haddr_t

#define ASSIGN_int_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 279 of file H5overflow.h.

◆ ASSIGN_int_TO_hsize_t

#define ASSIGN_int_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 291 of file H5overflow.h.

◆ ASSIGN_int_TO_hssize_t

#define ASSIGN_int_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 303 of file H5overflow.h.

◆ ASSIGN_int_TO_ptrdiff_t

#define ASSIGN_int_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 243 of file H5overflow.h.

◆ ASSIGN_int_TO_size_t

#define ASSIGN_int_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 255 of file H5overflow.h.

◆ ASSIGN_int_TO_ssize_t

#define ASSIGN_int_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 267 of file H5overflow.h.

◆ ASSIGN_int_TO_uint16_t

#define ASSIGN_int_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 207 of file H5overflow.h.

◆ ASSIGN_int_TO_uint32_t

#define ASSIGN_int_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 219 of file H5overflow.h.

◆ ASSIGN_int_TO_uint64_t

#define ASSIGN_int_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 231 of file H5overflow.h.

◆ ASSIGN_int_TO_uint8_t

#define ASSIGN_int_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 195 of file H5overflow.h.

◆ ASSIGN_int_TO_unsigned

#define ASSIGN_int_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 183 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_h5_stat_size_t

#define ASSIGN_ptrdiff_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1050 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_haddr_t

#define ASSIGN_ptrdiff_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1014 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_hsize_t

#define ASSIGN_ptrdiff_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1026 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_hssize_t

#define ASSIGN_ptrdiff_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1038 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_int

#define ASSIGN_ptrdiff_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 930 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_size_t

#define ASSIGN_ptrdiff_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 990 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_ssize_t

#define ASSIGN_ptrdiff_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1002 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_uint16_t

#define ASSIGN_ptrdiff_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 954 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_uint32_t

#define ASSIGN_ptrdiff_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 966 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_uint64_t

#define ASSIGN_ptrdiff_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 978 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_uint8_t

#define ASSIGN_ptrdiff_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 942 of file H5overflow.h.

◆ ASSIGN_ptrdiff_t_TO_unsigned

#define ASSIGN_ptrdiff_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 918 of file H5overflow.h.

◆ ASSIGN_size_t_TO_h5_stat_size_t

#define ASSIGN_size_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1197 of file H5overflow.h.

◆ ASSIGN_size_t_TO_haddr_t

#define ASSIGN_size_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1161 of file H5overflow.h.

◆ ASSIGN_size_t_TO_hsize_t

#define ASSIGN_size_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1173 of file H5overflow.h.

◆ ASSIGN_size_t_TO_hssize_t

#define ASSIGN_size_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1185 of file H5overflow.h.

◆ ASSIGN_size_t_TO_int

#define ASSIGN_size_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1077 of file H5overflow.h.

◆ ASSIGN_size_t_TO_ptrdiff_t

#define ASSIGN_size_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1137 of file H5overflow.h.

◆ ASSIGN_size_t_TO_ssize_t

#define ASSIGN_size_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 1149 of file H5overflow.h.

◆ ASSIGN_size_t_TO_uint16_t

#define ASSIGN_size_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1101 of file H5overflow.h.

◆ ASSIGN_size_t_TO_uint32_t

#define ASSIGN_size_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1113 of file H5overflow.h.

◆ ASSIGN_size_t_TO_uint64_t

#define ASSIGN_size_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1125 of file H5overflow.h.

◆ ASSIGN_size_t_TO_uint8_t

#define ASSIGN_size_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1089 of file H5overflow.h.

◆ ASSIGN_size_t_TO_unsigned

#define ASSIGN_size_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1065 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_h5_stat_size_t

#define ASSIGN_ssize_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1344 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_haddr_t

#define ASSIGN_ssize_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1308 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_hsize_t

#define ASSIGN_ssize_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1320 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_hssize_t

#define ASSIGN_ssize_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1332 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_int

#define ASSIGN_ssize_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1224 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_ptrdiff_t

#define ASSIGN_ssize_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 1284 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_size_t

#define ASSIGN_ssize_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1296 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_uint16_t

#define ASSIGN_ssize_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1248 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_uint32_t

#define ASSIGN_ssize_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1260 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_uint64_t

#define ASSIGN_ssize_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1272 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_uint8_t

#define ASSIGN_ssize_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1236 of file H5overflow.h.

◆ ASSIGN_ssize_t_TO_unsigned

#define ASSIGN_ssize_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype)

Definition at line 1212 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_h5_stat_size_t

#define ASSIGN_uint16_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 609 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_haddr_t

#define ASSIGN_uint16_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 573 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_hsize_t

#define ASSIGN_uint16_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 585 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_hssize_t

#define ASSIGN_uint16_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 597 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_int

#define ASSIGN_uint16_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 489 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_ptrdiff_t

#define ASSIGN_uint16_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 537 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_size_t

#define ASSIGN_uint16_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 549 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_ssize_t

#define ASSIGN_uint16_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 561 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_uint32_t

#define ASSIGN_uint16_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 513 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_uint64_t

#define ASSIGN_uint16_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 525 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_uint8_t

#define ASSIGN_uint16_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 501 of file H5overflow.h.

◆ ASSIGN_uint16_t_TO_unsigned

#define ASSIGN_uint16_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 477 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_h5_stat_size_t

#define ASSIGN_uint32_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 756 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_haddr_t

#define ASSIGN_uint32_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 720 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_hsize_t

#define ASSIGN_uint32_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 732 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_hssize_t

#define ASSIGN_uint32_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 744 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_int

#define ASSIGN_uint32_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 636 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_ptrdiff_t

#define ASSIGN_uint32_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 684 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_size_t

#define ASSIGN_uint32_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 696 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_ssize_t

#define ASSIGN_uint32_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 708 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_uint16_t

#define ASSIGN_uint32_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 660 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_uint64_t

#define ASSIGN_uint32_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 672 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_uint8_t

#define ASSIGN_uint32_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 648 of file H5overflow.h.

◆ ASSIGN_uint32_t_TO_unsigned

#define ASSIGN_uint32_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 624 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_h5_stat_size_t

#define ASSIGN_uint64_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 903 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_haddr_t

#define ASSIGN_uint64_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 867 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_hsize_t

#define ASSIGN_uint64_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 879 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_hssize_t

#define ASSIGN_uint64_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 891 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_int

#define ASSIGN_uint64_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 783 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_ptrdiff_t

#define ASSIGN_uint64_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 831 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_size_t

#define ASSIGN_uint64_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 843 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_ssize_t

#define ASSIGN_uint64_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 855 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_uint16_t

#define ASSIGN_uint64_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 807 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_uint32_t

#define ASSIGN_uint64_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 819 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_uint8_t

#define ASSIGN_uint64_t_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 795 of file H5overflow.h.

◆ ASSIGN_uint64_t_TO_unsigned

#define ASSIGN_uint64_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 771 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_h5_stat_size_t

#define ASSIGN_uint8_t_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 462 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_haddr_t

#define ASSIGN_uint8_t_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 426 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_hsize_t

#define ASSIGN_uint8_t_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 438 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_hssize_t

#define ASSIGN_uint8_t_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 450 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_int

#define ASSIGN_uint8_t_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 342 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_ptrdiff_t

#define ASSIGN_uint8_t_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 390 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_size_t

#define ASSIGN_uint8_t_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 402 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_ssize_t

#define ASSIGN_uint8_t_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 414 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_uint16_t

#define ASSIGN_uint8_t_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 354 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_uint32_t

#define ASSIGN_uint8_t_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 366 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_uint64_t

#define ASSIGN_uint8_t_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 378 of file H5overflow.h.

◆ ASSIGN_uint8_t_TO_unsigned

#define ASSIGN_uint8_t_TO_unsigned (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 330 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_h5_stat_size_t

#define ASSIGN_unsigned_TO_h5_stat_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 168 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_haddr_t

#define ASSIGN_unsigned_TO_haddr_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 132 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_hsize_t

#define ASSIGN_unsigned_TO_hsize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 144 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_hssize_t

#define ASSIGN_unsigned_TO_hssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 156 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_int

#define ASSIGN_unsigned_TO_int (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 36 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_ptrdiff_t

#define ASSIGN_unsigned_TO_ptrdiff_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 96 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_size_t

#define ASSIGN_unsigned_TO_size_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 108 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_ssize_t

#define ASSIGN_unsigned_TO_ssize_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype)

Definition at line 120 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_uint16_t

#define ASSIGN_unsigned_TO_uint16_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 60 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_uint32_t

#define ASSIGN_unsigned_TO_uint32_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 72 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_uint64_t

#define ASSIGN_unsigned_TO_uint64_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 84 of file H5overflow.h.

◆ ASSIGN_unsigned_TO_uint8_t

#define ASSIGN_unsigned_TO_uint8_t (   dst,
  dsttype,
  src,
  srctype 
)    ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype)

Definition at line 48 of file H5overflow.h.


MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:54