Home
last modified time | relevance | path

Searched refs:vgid (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dtvattr.c85 int32 fid, vgid, vsid; in create_vset_stuff() local
100 if (FAIL == Vsetname(vgid, VGNAME0)) { in create_vset_stuff()
104 if (FAIL == Vdetach(vgid)) { in create_vset_stuff()
141 if (FAIL == Vinsert(vgid, vsid)) { in create_vset_stuff()
149 if (FAIL == Vdetach(vgid)) { in create_vset_stuff()
168 int32 fid, vgid, vsid; in write_vattrs() local
215 if (FAIL == Vdetach(vgid)) { in write_vattrs()
424 if (FAIL == Vdetach(vgid)) { in write_vattrs()
450 if (FAIL == Vdetach(vgid)) { in write_vattrs()
538 if (FAIL == Vdetach(vgid)) { in read_vattrs()
[all …]
H A Dtvattrf.f166 vgid = vfatch(fid1, vgref, 'r')
168 ret = vfgver(vgid)
174 nattrs = vfnatts(vgid)
181 ret = vfgnatt(vgid, 0, iattri)
189 ret = vffdatt(vgid, 'attname2')
199 ret = vfdtch(vgid)
211 vgid = vfatch(fid1, -1, 'w')
217 ret = vfdtch(vgid)
248 ret = vfgcatt(vgid, 0, iattrc)
256 ret = vfgnatt(vgid, 1, iattrr)
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dvattrf.c238 nvfcsatt(intf *vgid, _fcd attrnm, intf *dtype, in nvfcsatt() argument
279 nvfnatts(intf *vgid) in nvfnatts() argument
283 ret = (intf) Vnattrs((int32) *vgid); in nvfnatts()
293 nvfcfdat(intf *vgid, _fcd attrnm, intf *attrnmlen) in nvfcfdat() argument
300 ret = (intf) Vfindattr((int32) *vgid, attrname); in nvfcfdat()
311 nvfainfo(intf *vgid, intf *aindex, _fcd attrname, in nvfainfo() argument
327 nvfgnatt(intf *vgid, intf *aindex, intf *values) in nvfgnatt() argument
330 ret = (intf) Vgetattr((int32) *vgid, *aindex, in nvfgnatt()
341 nvfgcatt(intf *vgid, intf *aindex, _fcd values) in nvfgcatt() argument
354 nvfgver(intf *vgid) in nvfgver() argument
[all …]
H A Dvattrff.f98 integer function vfsnatt(vgid, attrnm, dtype,
100 integer vgid, dtype, count, values
104 vfsnatt = vfcsatt(vgid, attrnm, dtype,count,
111 integer function vfscatt(vgid, attrnm, dtype,
113 integer vgid, dtype, count
117 vfscatt = vfcscat(vgid, attrnm, dtype,count,
H A Dvattr.c847 if (HAatom_group(vgid)!=VGIDGROUP) in Vsetattr()
952 int32 Vgetversion(int32 vgid) in Vgetversion() argument
961 if (HAatom_group(vgid)!=VGIDGROUP) in Vgetversion()
995 intn Vnattrs(int32 vgid) in Vnattrs() argument
1003 if (HAatom_group(vgid) != VGIDGROUP) in Vnattrs()
1069 intn Vnoldattrs(int32 vgid) in Vnoldattrs() argument
1080 if (HAatom_group(vgid) != VGIDGROUP) in Vnoldattrs()
1185 intn Vnattrs2(int32 vgid) in Vnattrs2() argument
1194 n_new_attrs = Vnattrs(vgid); in Vnattrs2()
1199 n_old_attrs = Vnoldattrs(vgid); in Vnattrs2()
[all …]
H A Dvg.c828 int32 vgid; in VSlone() local
848 vgid = -1; in VSlone()
849 while (FAIL != (vgid = Vgetid(f, vgid))) in VSlone()
906 int32 vgid; in Vlone() local
926 vgid = -1; in Vlone()
927 while (FAIL != (vgid = Vgetid(f, vgid))) in Vlone()
984 int32 vgid = -1; in Vfind() local
995 while (FAIL != (vgid = Vgetid(f, vgid))) in Vfind()
997 if((v = vginst(f,(uint16)vgid)) == NULL) in Vfind()
1091 int32 vgid = -1; in Vfindclass() local
[all …]
H A Dvgff.f33 integer function vfatch(f, vgid, accesstype)
34 integer f, vgid
38 vfatch = vatchc (f, vgid, accesstype)
91 integer function vfgid (f, vgid)
92 integer f, vgid
95 vfgid = vgidc (f, vgid)
452 integer function vfents (f, vgid)
453 integer f, vgid
456 vfents = ventsc (f, vgid)
H A Dvgp.c806 uint16 vgid /* IN: vgroup id */) in vginst() argument
822 key = (int32)vgid; in vginst()
858 uint16 vgid /* IN: vgroup id */) in vexistvg() argument
1251 if (vgid == -1) in Vattach()
2303 if (vgid < 1) in Ventries()
2599 int32 vgid /* IN: vgroup id */) in Vgetid() argument
2613 if (vgid < -1) in Vgetid()
2620 if (vgid == (-1)) in Vgetid()
2636 key = (int32)vgid; in Vgetid()
3184 if (vgid < 0) in Vdelete()
[all …]
H A Dhproto.h1571 (int32 vgid);
1573 (int32 vgid);
1575 (int32 vgid);
1577 (int32 vgid, const char *attrname);
1579 (int32 vgid, intn attrindex, char *name,
1585 (int32 vgid, intn attrindex, void * values);
1587 (int32 vgid, intn attrindex, void * values);
1589 (int32 vgid);
1733 (HFILEID f, uint16 vgid);
1776 (HFILEID f, int32 vgid);
[all …]
H A Dhproto_fortran.h1238 (intf * f, intf * vgid);
1383 (intf * f, intf * vgid);
1618 (intf *vgid, _fcd attrnm, intf *dtype,
1624 (intf *vgid);
1628 (intf *vgid, intf *aindex, _fcd attrname,
1631 (intf *vgid, intf *aindex, intf *values);
1633 (intf *vgid, intf *aindex, _fcd values);
1635 (intf *vgid);
1662 (intf *vgid);
1672 (intf *vgid, intf *aindex, _fcd values);
[all …]
H A Dhdatainfo.h53 (int32 vgid, intn attrindex, int32 *offset, int32 *length);
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dcdf.c1371 if((*var)->vgid == FAIL)
2570 register int vgid = 0; local
2585 vgid = -1;
2587 while(!found && ((vgid = Vgetid((*handlep)->hdf_file, vgid)) != FAIL))
2621 (*handlep)->vgid = vgid; /* ref of vgroup */
2683 if((*handlep)->vgid)
2882 if(!handle->vgid)
2907 handle->vgid);
3005 handle->vgid);
3015 handle->vgid);
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hdf4/hdf-eos/
H A DSWapi.c321 Vgetname(vgid[0], name); in SWcreate()
322 Vgetclass(vgid[0], class); in SWcreate()
323 Vdetach(vgid[0]); in SWcreate()
365 Vinsert(vgid[0], vgid[1]); in SWcreate()
374 Vinsert(vgid[0], vgid[2]); in SWcreate()
383 Vinsert(vgid[0], vgid[3]); in SWcreate()
561 Vgetname(vgid[0], name); in SWattach()
759 Vdetach(vgid[0]); in SWattach()
4445 vgid = -1; in SW1dfldsrch()
4449 *vgidout = vgid; in SW1dfldsrch()
[all …]
H A DGDapi.c408 Vgetname(vgid[0], name); in GDcreate()
409 Vgetclass(vgid[0], class); in GDcreate()
410 Vdetach(vgid[0]); in GDcreate()
443 Vsetname(vgid[0], gridname); in GDcreate()
444 Vsetclass(vgid[0], "GRID"); in GDcreate()
451 Vsetname(vgid[1], "Data Fields"); in GDcreate()
453 Vinsert(vgid[0], vgid[1]); in GDcreate()
462 Vinsert(vgid[0], vgid[2]); in GDcreate()
662 Vgetname(vgid[0], name); in GDattach()
663 Vgetclass(vgid[0], class); in GDattach()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hdf4/hdf-eos/
H A DSWapi.c323 Vgetname(vgid[0], name);
324 Vgetclass(vgid[0], class);
325 Vdetach(vgid[0]);
367 Vinsert(vgid[0], vgid[1]);
376 Vinsert(vgid[0], vgid[2]);
385 Vinsert(vgid[0], vgid[3]);
563 Vgetname(vgid[0], name);
761 Vdetach(vgid[0]);
4443 vgid = -1;
4447 *vgidout = vgid;
[all …]
H A DGDapi.c407 Vgetname(vgid[0], name);
408 Vgetclass(vgid[0], class);
409 Vdetach(vgid[0]);
442 Vsetname(vgid[0], gridname);
443 Vsetclass(vgid[0], "GRID");
450 Vsetname(vgid[1], "Data Fields");
452 Vinsert(vgid[0], vgid[1]);
461 Vinsert(vgid[0], vgid[2]);
661 Vgetname(vgid[0], name); in EHidinfo()
662 Vgetclass(vgid[0], class); in EHidinfo()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/hdf4/hdf-eos/
H A DSWapi.c323 Vgetname(vgid[0], name); in SWcreate()
324 Vgetclass(vgid[0], class); in SWcreate()
325 Vdetach(vgid[0]); in SWcreate()
367 Vinsert(vgid[0], vgid[1]); in SWcreate()
376 Vinsert(vgid[0], vgid[2]); in SWcreate()
385 Vinsert(vgid[0], vgid[3]); in SWcreate()
563 Vgetname(vgid[0], name); in SWattach()
761 Vdetach(vgid[0]); in SWattach()
4443 vgid = -1; in SW1dfldsrch()
4447 *vgidout = vgid; in SW1dfldsrch()
[all …]
H A DGDapi.c407 Vgetname(vgid[0], name); in GDcreate()
408 Vgetclass(vgid[0], class); in GDcreate()
409 Vdetach(vgid[0]); in GDcreate()
442 Vsetname(vgid[0], gridname); in GDcreate()
443 Vsetclass(vgid[0], "GRID"); in GDcreate()
450 Vsetname(vgid[1], "Data Fields"); in GDcreate()
452 Vinsert(vgid[0], vgid[1]); in GDcreate()
461 Vinsert(vgid[0], vgid[2]); in GDcreate()
661 Vgetname(vgid[0], name); in GDattach()
662 Vgetclass(vgid[0], class); in GDattach()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hdf4/hdf-eos/
H A DSWapi.c323 Vgetname(vgid[0], name); in SWcreate()
324 Vgetclass(vgid[0], class); in SWcreate()
325 Vdetach(vgid[0]); in SWcreate()
367 Vinsert(vgid[0], vgid[1]); in SWcreate()
376 Vinsert(vgid[0], vgid[2]); in SWcreate()
385 Vinsert(vgid[0], vgid[3]); in SWcreate()
563 Vgetname(vgid[0], name); in SWattach()
761 Vdetach(vgid[0]); in SWattach()
4443 vgid = -1; in SW1dfldsrch()
4447 *vgidout = vgid; in SW1dfldsrch()
[all …]
H A DGDapi.c407 Vgetname(vgid[0], name); in GDcreate()
408 Vgetclass(vgid[0], class); in GDcreate()
409 Vdetach(vgid[0]); in GDcreate()
442 Vsetname(vgid[0], gridname); in GDcreate()
443 Vsetclass(vgid[0], "GRID"); in GDcreate()
450 Vsetname(vgid[1], "Data Fields"); in GDcreate()
452 Vinsert(vgid[0], vgid[1]); in GDcreate()
461 Vinsert(vgid[0], vgid[2]); in GDcreate()
661 Vgetname(vgid[0], name); in GDattach()
662 Vgetclass(vgid[0], class); in GDattach()
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dvshow.c75 int32 vgid = -1; in main() local
131 while ((vgid = Vgetid(f, vgid)) != -1) in main()
133 vg = Vattach(f, vgid, "r"); in main()
136 printf("cannot open vg id=%d\n", (int) vgid); in main()
H A Dvmake.c41 (char *hfile, int32 vgid, int32 ids[], int32 n);
178 vsetlink(char *hfile, int32 vgid, int32 ids[], int32 n) in vsetlink() argument
193 vgmain = Vattach(f, vgid, "w"); in vsetlink()
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dhdp.c377 intn Vattrhdfsize(int32 vgid, intn attrindex, int32 *size) in Vattrhdfsize() argument
391 if (HAatom_group(vgid) != VGIDGROUP) in Vattrhdfsize()
394 if (NULL == (v = (vginstance_t *)HAatom_object(vgid))) in Vattrhdfsize()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.supercheapauto.com.au28 Disallow: /*vgid=*
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A DIntx2Mesh.cpp913 int vgid = TLq.vi_rd[sizeTuple*i+2+j];// vertex global ID in create_departure_mesh_2nd_alg() local
914 if (vgid==0) in create_departure_mesh_2nd_alg()
918 assert(globalID_to_handle.find(vgid)!=globalID_to_handle.end()); in create_departure_mesh_2nd_alg()
919 new_conn[j]=globalID_to_handle[vgid]; in create_departure_mesh_2nd_alg()
1201 int vgid = TLq.vi_rd[sizeTuple * i + 2 + j]; // vertex global ID in create_departure_mesh_3rd_alg() local
1202 if (vgid == 0) in create_departure_mesh_3rd_alg()
1206 assert(globalID_to_handle.find(vgid)!=globalID_to_handle.end()); in create_departure_mesh_3rd_alg()
1207 new_conn[j] = globalID_to_handle[vgid]; in create_departure_mesh_3rd_alg()

123