Home
last modified time | relevance | path

Searched defs:H5T_VARIABLE (Results 1 – 9 of 9) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Tpublic.h196 #define H5T_VARIABLE ((size_t)(-1)) /* Indicate that a string is variable length (null-terminat… macro
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Tpublic.h196 #define H5T_VARIABLE ((size_t)(-1)) /* Indicate that a string is variable length (null-terminat… macro
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Tpublic.h196 #define H5T_VARIABLE ((size_t)(-1)) /* Indicate that a string is variable length (null-terminat… macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tpublic.h196 #define H5T_VARIABLE ((size_t)(-1)) /* Indicate that a string is variable length (null-terminat… macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tpublic.h198 #define H5T_VARIABLE ((size_t)(-1)) /* Indicate that a string is variable length (null-terminat… macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tpublic.h248 #define H5T_VARIABLE ((size_t)(-1)) macro
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A DH5Tpublic.h198 #define H5T_VARIABLE ((size_t)(-1)) /* Indicate that a string is variable length (null-terminat… macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A DH5Tpublic.h198 #define H5T_VARIABLE ((size_t)(-1)) /* Indicate that a string is variable length (null-terminat… macro
/dports/science/hdf5/hdf5-1.10.6/java/src/hdf/hdf5lib/
H A DHDF5Constants.java626 public static final long H5T_VARIABLE = H5T_VARIABLE(); field in HDF5Constants
1831 private static native final long H5T_VARIABLE(); in H5T_VARIABLE() method in HDF5Constants