![]() |
HDF5
1.12.0
|
Go to the source code of this file.
Macros | |
| #define | ASSIGN_unsigned_TO_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_unsigned_TO_int(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_unsigned_TO_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_unsigned_TO_int64_t(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_int8_t_TO_unsigned(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_int(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_int64_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_uint8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_uint16_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_uint32_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_uint64_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_ptrdiff_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_size_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_ssize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_haddr_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_hsize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_hssize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int8_t_TO_h5_stat_size_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int_TO_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int_TO_int64_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_long_TO_unsigned(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_int(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_int64_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_uint8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_uint16_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_uint32_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_uint64_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_ptrdiff_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_size_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_ssize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_haddr_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_hsize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_hssize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_long_TO_h5_stat_size_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_unsigned(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_int(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_uint8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_uint16_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_uint32_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_uint64_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_ptrdiff_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_size_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_ssize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_haddr_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_hsize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_TO_hssize_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_int64_t_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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_uint8_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_uint16_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_uint32_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_uint64_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_ptrdiff_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_size_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_ssize_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_haddr_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_hsize_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_hssize_t_TO_int64_t(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_int8_t(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_long(dst, dsttype, src, srctype) ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define | ASSIGN_h5_stat_size_t_TO_int64_t(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) |
| #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) |
| #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_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_h5_stat_size_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_h5_stat_size_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_haddr_t_TO_h5_stat_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_haddr_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_haddr_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_haddr_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_hsize_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_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_hsize_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_hsize_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_hsize_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_uint8_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_hssize_t_TO_h5_stat_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_hssize_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_hssize_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_hssize_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_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_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(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_int64_t_TO_h5_stat_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_haddr_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_hsize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_hssize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_ptrdiff_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_ssize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_uint16_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_uint32_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_uint64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int64_t_TO_unsigned | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_h5_stat_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_haddr_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_hsize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_hssize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_ptrdiff_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_ssize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_uint16_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_uint32_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_uint64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int8_t_TO_unsigned | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(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_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_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_int_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_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_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(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_long_TO_h5_stat_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_haddr_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_hsize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_hssize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_ptrdiff_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_ssize_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_uint16_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_uint32_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_uint64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_long_TO_unsigned | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(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_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_ptrdiff_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_ptrdiff_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_ptrdiff_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_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_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(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_size_t_TO_h5_stat_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_size_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_size_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_size_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_ssize_t_TO_h5_stat_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_ssize_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_ssize_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_ssize_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(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_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_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SIGNED_TO_UNSIGNED(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_uint16_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_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint16_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint16_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint16_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_uint8_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_uint32_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_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint32_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint32_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint32_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_uint8_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_uint64_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_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint64_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint64_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint64_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_uint8_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_uint8_t_TO_h5_stat_size_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint8_t_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint8_t_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_uint8_t_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_unsigned | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_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_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_int | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_unsigned_TO_int64_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_unsigned_TO_int8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_SIGNED(dst, dsttype, src, srctype) |
| #define ASSIGN_unsigned_TO_long | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_UNSIGNED_TO_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_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_uint8_t | ( | dst, | |
| dsttype, | |||
| src, | |||
| srctype | |||
| ) | ASSIGN_TO_SAME_SIZE_SAME_SIGNED(dst, dsttype, src, srctype) |
1.8.18