/dports/science/hdf/hdf-4.2.15/hdf/examples/ |
H A D | VG_insert_vdatas_to_vgroup.c | 98 num_of_records = VSwrite (vdata1_id, (uint8 *)pxy, N_RECORDS, in main() 120 num_of_records = VSwrite (vdata2_id, (uint8 *)tmp, N_RECORDS, in main() 134 num_of_records = VSwrite (vdata3_id, (uint8 *)plist, N_RECORDS, in main()
|
H A D | VD_write_to_vdata.c | 85 num_of_records = VSwrite (vdata_id, (uint8 *)data_buf, N_RECORDS, in main()
|
H A D | VD_write_mixed_vdata.c | 104 num_of_records = VSwrite (vdata_id, (uint8 *)databuf, N_RECORDS, in main()
|
H A D | VD_write_mixed_vdata_struct.c | 144 num_of_records = VSwrite (vdata_id, (uint8 *)databuf, N_RECORDS, FULL_INTERLACE); in main()
|
/dports/science/hdf/hdf-4.2.15/java/test/ |
H A D | TestH4VSparams.java | 369 HDFLibrary.VSwrite(0, null, 0, 0); in testVSwriteNullDataBuffer() 374 HDFLibrary.VSwrite(-1, new byte[] { }, 0, 0); in testVSwriteIllegalId()
|
/dports/science/hdf/hdf-4.2.15/hdf/test/ |
H A D | tvset.c | 279 status = VSwrite(vs1, (unsigned char *) fbuf, count, FULL_INTERLACE); in write_vset_stuff() 329 status = VSwrite(vs1, (unsigned char *) ibuf, count, FULL_INTERLACE); in write_vset_stuff() 374 status = VSwrite(vs1, (unsigned char *) gbuf, count, FULL_INTERLACE); in write_vset_stuff() 438 status = VSwrite(vs1, (unsigned char *) gbuf, count, FULL_INTERLACE); in write_vset_stuff() 469 status = VSwrite(vs1, (unsigned char *) gbuf1, 1, FULL_INTERLACE); in write_vset_stuff() 500 status = VSwrite(vs1, (unsigned char *) gbuf2, 1, FULL_INTERLACE); in write_vset_stuff() 1353 num_of_elements = VSwrite(vdata_id, (const uint8 *)vdata_buf, in test_vsdelete() 2838 status = VSwrite( vdata1_id, databuf, NROWS, FULL_INTERLACE ); in test_extfile() 3101 num_of_records = VSwrite(vdata1_id, (uint8 *)data_buf1, N_RECORDS, in test_blockinfo_oneLB() 3141 num_of_records = VSwrite(vdata2_id, (uint8 *)data_buf2, N_RECORDS, in test_blockinfo_oneLB() [all …]
|
H A D | tvsfpack.c | 128 istat = VSwrite(vdata_id, databuf, NRECORDS, FULL_INTERLACE); in fpack() 172 istat = VSwrite(vdata_id, databuf, NRECORDS, FULL_INTERLACE); in fpack()
|
H A D | tdatainfo.c | 243 n_records = VSwrite(vsid, (uint8 *)data_buf1, N_RECORDS, FULL_INTERLACE); in test_simple_vs() 411 n_records = VSwrite(apvsid, (uint8 *)data_buf1, N_RECORDS, FULL_INTERLACE); in test_append_vs() 452 n_records = VSwrite(apvsid, (uint8 *)data_buf1, N_RECORDS, FULL_INTERLACE); in test_append_vs()
|
H A D | tvattr.c | 137 if (N_RECS != VSwrite(vsid, (unsigned char *)data2, N_RECS, FULL_INTERLACE)) { in create_vset_stuff() 333 if (N_RECS != VSwrite(vsid, (unsigned char *)data1, N_RECS, in write_vattrs()
|
/dports/science/hdf/hdf-4.2.15/hdf/src/ |
H A D | vhi.c | 112 if (n != VSwrite(vs, buf, n, FULL_INTERLACE)) in VHstoredatam()
|
H A D | vgf.c | 818 return ((intf) VSwrite(*vkey, (uint8 *) _fcdtocp(cbuf), *nelt, in nvsfwrtc() 831 return ((intf) VSwrite(*vkey, (uint8 *)buf, *nelt, *interlace)); in nvsfwrt() 843 return ((intf) VSwrite(*vkey, buf, *nelt, *interlace)); in nvswritc()
|
H A D | vattr.c | 340 if (1 != VSwrite(attr_vsid, values, 1, FULL_INTERLACE)) { in VSsetattr() 891 if (1 != VSwrite(vsid, values, 1, FULL_INTERLACE)) { in Vsetattr()
|
H A D | vrw.c | 485 VSwrite(int32 vkey, /* IN: vdata key */ in VSwrite() function
|
/dports/math/PDL/PDL-2.019/IO/HDF/VS/ |
H A D | VS.pd | 106 int VSwrite(int vdata_id, const PDLvoid *databuf, int n_records, int interlace_mode); 212 … fprintf(stderr, "Calling VSwrite(VID=%d, databuff=%p, nb_records=%d, interlace_mode=%d)...\n", 214 RETVAL = VSwrite(VID, databuff, nb_records, interlace_mode); 707 sub VSwrite 760 } # End of VSwrite()...
|
/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/ |
H A D | hdifftst.c | 275 if ( VSwrite (vdata1_id, (uint8 *)vdata3_buf1, N_RECORDS_2, FULL_INTERLACE)==FAIL) in main() 277 if ( VSwrite (vdata2_id, (uint8 *)vdata3_buf2, N_RECORDS_2, FULL_INTERLACE)==FAIL) in main()
|
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/ |
H A D | hrepack_vs.c | 206 if (VSwrite(vdata_out, buf, n_records, interlace_mode) == FAIL) { in copy_vs()
|
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/ |
H A D | HDFLibrary.java | 2723 …public static native int VSwrite(long vdata_id, byte[] databuf, int n_records, int interlace) thro… in VSwrite() method in HDFLibrary 2750 …public static int VSwrite(long vdata_id, Object databuf, int n_records, int interlace) throws HDFE… in VSwrite() method in HDFLibrary 2755 return VSwrite(vdata_id, data, n_records, interlace); in VSwrite()
|
/dports/science/hdf/hdf-4.2.15/hdf/util/ |
H A D | vmake.c | 362 ret = VSwrite(vs, buf, n, FULL_INTERLACE); in vsadd()
|
/dports/math/PDL/PDL-2.019/GENERATED/PDL/IO/ |
H A D | HDF.pm | 437 sub VSwrite subroutine
|
/dports/science/hdf/hdf-4.2.15/java/src/jni/ |
H A D | hdfvdataImp.c | 811 … rval = VSwrite((int32) vdata_id, (unsigned char *)b, (int32) n_records, (int32) interlace); in Java_hdf_hdflib_HDFLibrary_VSwrite()
|
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hdf4/hdf-eos/ |
H A D | SWapi.c | 2013 VSwrite(vdataID, buf, 1, FULL_INTERLACE); in SWdefidxmap() 2484 VSwrite(vdataID, oneDbuf, 1, FULL_INTERLACE); in SWdefinefield() 2498 VSwrite(vdataID, oneDbuf, dims[0], FULL_INTERLACE); in SWdefinefield() 5082 nrec = VSwrite(vdataID, buf, count[0] * incr[0], in SWwrrdfield() 9951 VSwrite(vdataID, buf, dims[0], FULL_INTERLACE); in SWdetach()
|
H A D | EHapi.c | 3113 VSwrite(vdataID, datbuf, 1, FULL_INTERLACE); in EHattr()
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hdf4/hdf-eos/ |
H A D | SWapi.c | 2015 VSwrite(vdataID, buf, 1, FULL_INTERLACE); 2482 VSwrite(vdataID, oneDbuf, 1, FULL_INTERLACE); 2496 VSwrite(vdataID, oneDbuf, dims[0], FULL_INTERLACE); 5079 nrec = VSwrite(vdataID, buf, count[0] * incr[0], 9952 VSwrite(vdataID, buf, dims[0], FULL_INTERLACE);
|
/dports/graphics/gdal/gdal-3.3.3/frmts/hdf4/hdf-eos/ |
H A D | SWapi.c | 2015 VSwrite(vdataID, buf, 1, FULL_INTERLACE); in SWdefidxmap() 2482 VSwrite(vdataID, oneDbuf, 1, FULL_INTERLACE); in SWdefinefield() 2496 VSwrite(vdataID, oneDbuf, dims[0], FULL_INTERLACE); in SWdefinefield() 5079 nrec = VSwrite(vdataID, buf, count[0] * incr[0], in SWwrrdfield() 9952 VSwrite(vdataID, buf, dims[0], FULL_INTERLACE); in SWdetach()
|
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hdf4/hdf-eos/ |
H A D | SWapi.c | 2015 VSwrite(vdataID, buf, 1, FULL_INTERLACE); in SWdefidxmap() 2482 VSwrite(vdataID, oneDbuf, 1, FULL_INTERLACE); in SWdefinefield() 2496 VSwrite(vdataID, oneDbuf, dims[0], FULL_INTERLACE); in SWdefinefield() 5079 nrec = VSwrite(vdataID, buf, count[0] * incr[0], in SWwrrdfield() 9952 VSwrite(vdataID, buf, dims[0], FULL_INTERLACE); in SWdetach()
|