Home
last modified time | relevance | path

Searched refs:H5Z_NBIT_USER_NPARMS (Results 1 – 18 of 18) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Zpublic.h89 #define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ macro
H A DH5Znbit.c815 size_t cd_nelmts = H5Z_NBIT_USER_NPARMS; /* Number of filter parameters */ in H5Z_set_local_nbit()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Zpublic.h89 #define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ macro
H A DH5Znbit.c732 size_t cd_nelmts = H5Z_NBIT_USER_NPARMS; /* Number of filter parameters */ in H5Z_set_local_nbit()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Zpublic.h89 #define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ macro
H A DH5Znbit.c815 size_t cd_nelmts = H5Z_NBIT_USER_NPARMS; /* Number of filter parameters */ in H5Z_set_local_nbit()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Zpublic.h89 #define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ macro
H A DH5Znbit.c815 size_t cd_nelmts = H5Z_NBIT_USER_NPARMS; /* Number of filter parameters */ in H5Z_set_local_nbit()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Zpublic.h91 #define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ macro
H A DH5Znbit.c736 size_t cd_nelmts = H5Z_NBIT_USER_NPARMS; /* Number of filter parameters */ in H5Z_set_local_nbit()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Zpublic.h188 #define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ macro
H A DH5Znbit.c788 size_t cd_nelmts = H5Z_NBIT_USER_NPARMS; /* Number of filter parameters */ in H5Z__set_local_nbit()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A DH5Zpublic.h90 #define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A DH5Zpublic.h90 #define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ macro
/dports/science/hdf5/hdf5-1.10.6/java/src/hdf/hdf5lib/
H A DHDF5Constants.java668 public static final int H5Z_NBIT_USER_NPARMS = H5Z_NBIT_USER_NPARMS(); field in HDF5Constants
1915 private static native final int H5Z_NBIT_USER_NPARMS(); in H5Z_NBIT_USER_NPARMS() method in HDF5Constants
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5repack/
H A Dh5repack_verify.c469 if (H5Z_NBIT_USER_NPARMS != filter[i].cd_nelmts) in verify_filters()
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5repack/
H A Dh5repack_verify.c568 if (H5Z_NBIT_USER_NPARMS != filter[i].cd_nelmts) in verify_filters()
/dports/science/hdf5/hdf5-1.10.6/java/src/jni/
H A Dh5Constants.c1334 …lib_HDF5Constants_H5Z_1NBIT_1USER_1NPARMS(JNIEnv *env, jclass cls) { return H5Z_NBIT_USER_NPARMS; } in Java_hdf_hdf5lib_HDF5Constants_H5Z_1NBIT_1USER_1NPARMS()