Home
last modified time | relevance | path

Searched defs:H5Z_FLAG_REVERSE (Results 1 – 12 of 12) sorted by relevance

/dports/archivers/vbz-compression/vbz_compression-1.0.1/third_party/hdf5/
H A Dhdf5_plugin_types.h32 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/archivers/vbz-compression/vbz_compression-1.0.1/vbz_plugin/
H A Dhdf5_dynamic.h19 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnetcdf_filter_build.h66 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Zpublic.h63 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Zpublic.h63 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Zpublic.h63 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Zpublic.h63 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Zpublic.h65 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Zpublic.h113 #define H5Z_FLAG_REVERSE 0x0100 macro
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A DH5Zpublic.h64 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A DH5Zpublic.h64 #define H5Z_FLAG_REVERSE 0x0100 /*reverse direction; read */ macro
/dports/science/hdf5/hdf5-1.10.6/java/src/hdf/hdf5lib/
H A DHDF5Constants.java650 public static final int H5Z_FLAG_REVERSE = H5Z_FLAG_REVERSE(); field in HDF5Constants
1879 private static native final int H5Z_FLAG_REVERSE(); in H5Z_FLAG_REVERSE() method in HDF5Constants