Home
last modified time | relevance | path

Searched refs:H5T_STD_I64BE (Results 1 – 25 of 77) sorted by relevance

1234

/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5tools_type.c127 p_type = H5Tcopy(H5T_STD_I64BE); in h5tools_get_big_endian_type()
H A Dh5diff_util.c80 else if(H5Tequal(type, H5T_STD_I64BE)) in print_type()
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5tools_type.c127 p_type = H5Tcopy(H5T_STD_I64BE); in h5tools_get_big_endian_type()
H A Dh5diff_util.c80 else if(H5Tequal(type, H5T_STD_I64BE)) in print_type()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5LTanalyze.l54 H5T_STD_I64BE {return hid(H5T_STD_I64BE_TOKEN);}
/dports/science/hdf5/hdf5-1.10.6/java/examples/datatypes/
H A DH5Ex_T_Integer.java73 … dataset_id = H5.H5Dcreate(file_id, DATASETNAME, HDF5Constants.H5T_STD_I64BE, dataspace_id, in CreateDataset()
H A DH5Ex_T_IntegerAttribute.java86 … attribute_id = H5.H5Acreate(dataset_id, ATTRIBUTENAME, HDF5Constants.H5T_STD_I64BE, dataspace_id, in CreateDataset()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/hl/src/
H A DH5LTanalyze.l90 H5T_STD_I64BE {return hid(H5T_STD_I64BE_TOKEN);}
/dports/science/hdf5-18/hdf5-1.8.21/hl/src/
H A DH5LTanalyze.l79 H5T_STD_I64BE {return hid(H5T_STD_I64BE_TOKEN);}
/dports/science/hdf5/hdf5-1.10.6/hl/src/
H A DH5LTanalyze.l90 H5T_STD_I64BE {return hid(H5T_STD_I64BE_TOKEN);}
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5LTanalyze.l90 H5T_STD_I64BE {return hid(H5T_STD_I64BE_TOKEN);}
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5LTanalyze.l80 H5T_STD_I64BE {return token(H5T_STD_I64BE_TOKEN);}
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dntypes.c357 if(H5Tinsert(tid2, "ll2", HOFFSET(s2, ll2), H5T_STD_I64BE) < 0) TEST_ERROR; in test_compound_dtype2()
638 if(H5Tinsert(tid, "l", 5, H5T_STD_I64BE) < 0) TEST_ERROR; in test_compound_dtype()
698 if(H5Tget_size(mem_id) < H5Tget_size(H5T_STD_I64BE)) in test_compound_dtype()
841 if(H5Tinsert(tid, "l", 21, H5T_STD_I64BE) < 0) TEST_ERROR; in test_compound_dtype3()
913 if(H5Tget_size(mem_id) < H5Tget_size(H5T_STD_I64BE)) in test_compound_dtype3()
1066 if(H5Tinsert(tid, "l", 6, H5T_STD_I64BE) < 0) TEST_ERROR; in test_compound_opaque()
1128 if(H5Tget_size(mem_id) < H5Tget_size(H5T_STD_I64BE)) in test_compound_opaque()
1415 if(H5Tinsert(tid2, "l", 5, H5T_STD_I64BE) < 0) TEST_ERROR; in test_array_dtype()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dntypes.c357 if(H5Tinsert(tid2, "ll2", HOFFSET(s2, ll2), H5T_STD_I64BE) < 0) TEST_ERROR; in test_compound_dtype2()
638 if(H5Tinsert(tid, "l", 5, H5T_STD_I64BE) < 0) TEST_ERROR; in test_compound_dtype()
698 if(H5Tget_size(mem_id) < H5Tget_size(H5T_STD_I64BE)) in test_compound_dtype()
841 if(H5Tinsert(tid, "l", 21, H5T_STD_I64BE) < 0) TEST_ERROR; in test_compound_dtype3()
913 if(H5Tget_size(mem_id) < H5Tget_size(H5T_STD_I64BE)) in test_compound_dtype3()
1066 if(H5Tinsert(tid, "l", 6, H5T_STD_I64BE) < 0) TEST_ERROR; in test_compound_opaque()
1128 if(H5Tget_size(mem_id) < H5Tget_size(H5T_STD_I64BE)) in test_compound_opaque()
1415 if(H5Tinsert(tid2, "l", 5, H5T_STD_I64BE) < 0) TEST_ERROR; in test_array_dtype()
/dports/science/hdf5-18/hdf5-1.8.21/fortran/src/
H A DH5f90global.f90102 H5T_STD_I64BE, & variable
166 EQUIVALENCE (integer_types(7), H5T_STD_I64BE)
/dports/science/hdf5/hdf5-1.10.6/fortran/src/
H A DH5f90global.F90154 INTEGER(HID_T) :: H5T_STD_I64BE variable
/dports/science/hdf5/hdf5-1.10.6/java/src/hdf/hdf5lib/
H A DHDF5Constants.java589 public static final long H5T_STD_I64BE = H5T_STD_I64BE(); field in HDF5Constants
1757 private static native final long H5T_STD_I64BE(); in H5T_STD_I64BE() method in HDF5Constants
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Tpublic.h247 #define H5T_STD_I64BE (H5OPEN H5T_STD_I64BE_g) macro
364 #define H5T_MIPS_I64 H5T_STD_I64BE
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Tpublic.h247 #define H5T_STD_I64BE (H5OPEN H5T_STD_I64BE_g) macro
364 #define H5T_MIPS_I64 H5T_STD_I64BE
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Tpublic.h247 #define H5T_STD_I64BE (H5OPEN H5T_STD_I64BE_g) macro
364 #define H5T_MIPS_I64 H5T_STD_I64BE
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tpublic.h247 #define H5T_STD_I64BE (H5OPEN H5T_STD_I64BE_g) macro
364 #define H5T_MIPS_I64 H5T_STD_I64BE
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tpublic.h249 #define H5T_STD_I64BE (H5OPEN H5T_STD_I64BE_g) macro
366 #define H5T_MIPS_I64 H5T_STD_I64BE
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tpublic.h364 #define H5T_STD_I64BE (H5OPEN H5T_STD_I64BE_g) macro
711 #define H5T_MIPS_I64 H5T_STD_I64BE
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A DH5Tpublic.h249 #define H5T_STD_I64BE (H5OPEN H5T_STD_I64BE_g) macro
366 #define H5T_MIPS_I64 H5T_STD_I64BE
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A DH5Tpublic.h249 #define H5T_STD_I64BE (H5OPEN H5T_STD_I64BE_g) macro
366 #define H5T_MIPS_I64 H5T_STD_I64BE

1234