Source
/* For nested VL case, free leftover heap objects from the deeper level if the length of new data elements is shorter than the old data elements.*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the COPYING file, which can be found at the root of the source code *
* distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
* Module Info: Datatype conversions for the H5T interface.
*/
/****************/
/* Module Setup */
/****************/
/***********/
/* Headers */
/***********/
/****************/
/* Local Macros */
/****************/
/*
* These macros are for the bodies of functions that convert buffers of one
* atomic type to another using hardware.
*
* They all start with `H5T_CONV_' and end with two letters that represent the
* source and destination types, respectively. The letters `s' and `S' refer to
* signed integers while the letters `u' and `U' refer to unsigned integers, and
* the letters `f' and `F' refer to floating-point values.