Home
last modified time | relevance | path

Searched defs:sdsid (Results 1 – 15 of 15) sorted by relevance

/dports/science/hdf/hdf-4.2.15/java/src/jni/
H A DhdfsdsImp.c625 (JNIEnv *env, jclass clss, jlong sdsid) in Java_hdf_hdflib_HDFLibrary_SDendaccess()
641 (JNIEnv *env, jclass clss, jlong sdsid, jint index) in Java_hdf_hdflib_HDFLibrary_SDgetdimid()
719 (JNIEnv *env, jclass clss, jlong sdsid) in Java_hdf_hdflib_HDFLibrary_SDidtoref()
845 (JNIEnv *env, jclass clss, jlong sdsid, jstring name) in Java_hdf_hdflib_HDFLibrary_SDfindattr()
865 (JNIEnv *env, jclass clss, jlong sdsid) in Java_hdf_hdflib_HDFLibrary_SDiscoordvar()
1169 (JNIEnv *env, jclass clss, jlong sdsid, jbyteArray data) in Java_hdf_hdflib_HDFLibrary_SDgetfillvalue()
1278 (JNIEnv *env, jclass clss, jlong sdsid) in Java_hdf_hdflib_HDFLibrary_SDisrecord()
1699 (JNIEnv *env, jclass clss, jlong sdsid, jobject cinfo) in Java_hdf_hdflib_HDFLibrary_SDgetcompinfo()
1726 (JNIEnv *env, jclass clss, jlong sdsid, jobject cinfo) in Java_hdf_hdflib_HDFLibrary_SDgetcompress()
1787 (JNIEnv *env, jclass clss, jlong sdsid, jint fillmode) in Java_hdf_hdflib_HDFLibrary_SDsetfillmode()
[all …]
H A DhdfgrImp.c842 (JNIEnv *env, jclass cls, jlong sdsid, jobject chunk_def, jint flags) in Java_hdf_hdflib_HDFLibrary_GRsetchunk()
868 (JNIEnv *env, jclass cls, jlong sdsid, jint maxcache, jint flags) in Java_hdf_hdflib_HDFLibrary_GRsetchunkcache()
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dmfsd.c172 int32 sdsid /* IN: a dataset ID */) in SDIget_var()
651 SDgetinfo(int32 sdsid, /* IN: dataset ID */ in SDgetinfo()
745 SDreaddata(int32 sdsid, /* IN: dataset ID */ in SDreaddata()
1153 SDgetrange(int32 sdsid, /* IN: dataset ID */ in SDgetrange()
1294 int32 sdsid; in SDcreate() local
1499 SDgetdimid(int32 sdsid, /* IN: dataset ID */ in SDgetdimid()
1870 SDsetrange(int32 sdsid, /* IN: dataset ID */ in SDsetrange()
2299 SDwritedata(int32 sdsid, /* IN: dataset ID */ in SDwritedata()
2498 SDsetdatastrs(int32 sdsid, /* IN: dataset ID */ in SDsetdatastrs()
2597 SDsetcal(int32 sdsid,/* IN: dataset ID */ in SDsetcal()
[all …]
H A Dmfdatainfo.c106 SDgetdatainfo(int32 sdsid, int32 *chk_coord, uintn start_block, in SDgetdatainfo()
517 SDgetoldattdatainfo(int32 dim_id, int32 sdsid, char *attr_name, in SDgetoldattdatainfo()
738 intn SDgetanndatainfo(int32 sdsid, ann_type annot_type, uintn size, int32* offsetarray, int32* leng… in SDgetanndatainfo()
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFLibrary.java1086 public static native boolean SDcheckempty(long sdsid, int[] emptySDS) throws HDFException; in SDcheckempty()
1192 public static native boolean SDendaccess(long sdsid) throws HDFException; in SDendaccess()
1194 public static native long SDgetdimid(long sdsid, int index) throws HDFException; in SDgetdimid()
1212 public static native int SDidtoref(long sdsid) throws HDFException; in SDidtoref()
1289 public static native boolean SDiscoordvar(long sdsid) throws HDFException; in SDiscoordvar()
1519 public static boolean SDgetrange(long sdsid, double maxmin[]) throws HDFException { in SDgetrange()
1642 public static native boolean SDisrecord(long sdsid) throws HDFException; in SDisrecord()
1784 public static boolean SDsetrange(long sdsid, Object max, Object min) throws HDFException { in SDsetrange()
1887 public static native boolean SDsetblocksize(long sdsid, int block_size) throws HDFException; in SDsetblocksize()
1901 public static boolean SDsetfillmode(long sdsid, boolean fill_enable) throws HDFException { in SDsetfillmode()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dhdf4dispatch.h24 int sdsid; member
/dports/science/netcdf/netcdf-c-4.7.4/include/
H A Dhdf4dispatch.h24 int sdsid; member
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/include/
H A Dhdf4dispatch.h28 int sdsid; member
/dports/science/hdf/hdf-4.2.15/mfhdf/test/
H A Dhdftest.c76 int32 sdsid; /* SDS handle */ in main() local
H A Dtattdatainfo.c861 int32 fid=-1, sdsid=-1, dimid=-1; in test_dfsdattrs() local
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libhdf4/
H A Dhdf4file.c477 int32 sdsid; in hdf4_read_var() local
/dports/science/netcdf/netcdf-c-4.7.4/libhdf4/
H A Dhdf4file.c482 int32 sdsid; in hdf4_read_var() local
/dports/science/hdf/hdf-4.2.15/mfhdf/fortran/
H A Dmfsdf.c2195 int32 sdsid; /* SDS id */ local
2411 int32 sdsid; /* SDS id */ local
2613 int32 sdsid; /* SDS id */ local
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc4internal.h174 int sdsid; member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc4internal.h189 int sdsid; member