Home
last modified time | relevance | path

Searched refs:GRnametoindex (Results 1 – 13 of 13) sorted by relevance

/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dtszip.c177 index = GRnametoindex(gr_id, IMAGE_NAME); in test_szip_RI8bit()
344 index = GRnametoindex(gr_id, IMAGE_NAME); in test_szip_RI16bit()
511 index = GRnametoindex(gr_id, IMAGE_NAME); in test_szip_RI32bit()
680 index = GRnametoindex(gr_id, IMAGE_NAME); in test_szip_RIfl32bit()
849 index = GRnametoindex(gr_id, IMAGE_NAME); in test_szip_RIfl64bit()
1053 index = GRnametoindex(gr_id, image_name); in test_szip_chunk()
H A Dtmgrattr.c234 ri_index = GRnametoindex(grid, IMAGE1_NAME); in test_mgr_userattr()
350 ri_index = GRnametoindex(grid, IMAGE1_NAME); in test_mgr_userattr()
H A Dtmgrcomp.c264 ret = GRnametoindex(grid, "image1"); in test_mgr_compress_b()
921 index = GRnametoindex(gr_id, image_name[img_num]); in test_mgr_chunk_compress()
H A Dmgr.c2560 ri_idx = GRnametoindex(gr_id, "Image_1"); in test_mgr_lut_b()
3687 index = GRnametoindex(gr_id, image_name[i]); in test_mgr_chunkwr_pixelone()
3948 index = GRnametoindex(gr_id, image_name[i]); in test_mgr_chunkwr_pixel()
/dports/science/hdf/hdf-4.2.15/hdf/examples/
H A DGR_read_palette.c32 ri_index = GRnametoindex (gr_id, IMAGE_NAME); in main()
H A DGR_set_attribute.c51 ri_index = GRnametoindex (gr_id, IMAGE_NAME); in main()
/dports/science/hdf/hdf-4.2.15/java/test/
H A DTestH4GRparams.java98 HDFLibrary.GRnametoindex(-1, ""); in testGRnametoindexIllegalId()
103 HDFLibrary.GRnametoindex(0, null); in testGRnametoindexNull()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dmfgrf.c198 ret = (intf)GRnametoindex((int32)*grid, fn); in nmgin2ndx()
H A Dhproto.h1150 HDFLIBAPI int32 GRnametoindex(int32 grid,const char *name);
H A Dmfgr.c2527 int32 GRnametoindex(int32 grid,const char *name) in GRnametoindex() function
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dhdp_gr.c393 index = GRnametoindex(gr_id, dumpgr_opts->by_name.str_list[i]); in get_RIindex_list()
/dports/science/hdf/hdf-4.2.15/java/src/jni/
H A DhdfgrImp.c142 rval = GRnametoindex((int32)gr_id, str); in Java_hdf_hdflib_HDFLibrary_GRnametoindex()
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFLibrary.java506 public static native int GRnametoindex(long grid, String name) throws HDFException; in GRnametoindex() method in HDFLibrary