Home
last modified time | relevance | path

Searched refs:H5_NFILTERS_IMPL (Results 1 – 2 of 2) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/tools/h5stat/
H A Dh5stat.c31 #define H5_NFILTERS_IMPL 8 /* Number of currently implemented filters + one to macro
75 unsigned long dset_comptype[H5_NFILTERS_IMPL]; /* Number of currently implemented filters */
599 if(fltr < (H5_NFILTERS_IMPL - 1)) in dataset_stats()
602 iter->dset_comptype[H5_NFILTERS_IMPL - 1]++; /*other filters*/ in dataset_stats()
1250 printf("\t\tUSER-DEFINED filter: %lu\n", iter->dset_comptype[H5_NFILTERS_IMPL-1]); in print_dataset_info()
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5stat/
H A Dh5stat.c33 #define H5_NFILTERS_IMPL 8 /* Number of currently implemented filters + one to macro
86 unsigned long dset_comptype[H5_NFILTERS_IMPL]; /* Number of currently implemented filters */
673 if(fltr < (H5_NFILTERS_IMPL - 1)) in dataset_stats()
676 iter->dset_comptype[H5_NFILTERS_IMPL - 1]++; /*other filters*/ in dataset_stats()
1505 HDprintf("\t\tUSER-DEFINED filter: %lu\n", iter->dset_comptype[H5_NFILTERS_IMPL-1]); in print_dataset_info()