Home
last modified time | relevance | path

Searched refs:objno (Results 1 – 25 of 139) sorted by relevance

123456

/dports/science/hdf5/hdf5-1.10.6/java/src/hdf/hdf5lib/
H A DHDF5GroupInfo.java38 long[] objno; field in HDF5GroupInfo
46 objno = new long[2]; in HDF5GroupInfo()
72 objno = on; in setGroupInfo()
83 objno[0] = 0; in reset()
84 objno[1] = 0; in reset()
97 return objno; in getObjno()
128 && (objno[0] == target.objno[0]) in equals()
129 && (objno[1] == target.objno[1])) { in equals()
143 return objno[0]; in getOID()
160 if (objno != null) { in toString()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/h5_test/
H A Dtst_h_dimscales3.c41 objid->objno[0] = statbuf.objno[0]; in alien_visitor()
43 objid->objno[1] = statbuf.objno[1]; in alien_visitor()
57 objid->objno[0] = statbuf.objno[0]; in alien_visitor2()
59 objid->objno[1] = statbuf.objno[1]; in alien_visitor2()
157 dimscale_obj.objno[0] = statbuf.objno[0]; in main()
159 dimscale_obj.objno[1] = statbuf.objno[1]; in main()
172 vars_dimscale_obj.objno[0] != dimscale_obj.objno[0] || in main()
174 vars_dimscale_obj.objno[1] != dimscale_obj.objno[1]) ERR; in main()
H A Dtst_h_dimscales2.c38 objid->objno[0] = statbuf.objno[0]; in alien_visitor()
40 objid->objno[1] = statbuf.objno[1]; in alien_visitor()
54 objid->objno[0] = statbuf.objno[0]; in alien_visitor2()
56 objid->objno[1] = statbuf.objno[1]; in alien_visitor2()
158 dimscale_obj.objno[0] = statbuf.objno[0]; in main()
160 dimscale_obj.objno[1] = statbuf.objno[1]; in main()
173 vars_dimscale_obj.objno[0] != dimscale_obj.objno[0] || in main()
302 dimscale_obj[dimscale_cnt].objno[0] = statbuf.objno[0]; in main()
304 dimscale_obj[dimscale_cnt].objno[1] = statbuf.objno[1]; in main()
481 dimscale_obj[dimscale_cnt].objno[0] = statbuf.objno[0]; in main()
[all …]
H A Dtst_h_dimscales4.c45 objid->objno[0] = statbuf.objno[0]; in alien_visitor()
47 objid->objno[1] = statbuf.objno[1]; in alien_visitor()
/dports/science/netcdf/netcdf-c-4.7.4/h5_test/
H A Dtst_h_dimscales3.c41 objid->objno[0] = statbuf.objno[0]; in alien_visitor()
43 objid->objno[1] = statbuf.objno[1]; in alien_visitor()
57 objid->objno[0] = statbuf.objno[0]; in alien_visitor2()
59 objid->objno[1] = statbuf.objno[1]; in alien_visitor2()
157 dimscale_obj.objno[0] = statbuf.objno[0]; in main()
159 dimscale_obj.objno[1] = statbuf.objno[1]; in main()
172 vars_dimscale_obj.objno[0] != dimscale_obj.objno[0] || in main()
174 vars_dimscale_obj.objno[1] != dimscale_obj.objno[1]) ERR; in main()
H A Dtst_h_dimscales2.c38 objid->objno[0] = statbuf.objno[0]; in alien_visitor()
40 objid->objno[1] = statbuf.objno[1]; in alien_visitor()
54 objid->objno[0] = statbuf.objno[0]; in alien_visitor2()
56 objid->objno[1] = statbuf.objno[1]; in alien_visitor2()
158 dimscale_obj.objno[0] = statbuf.objno[0]; in main()
160 dimscale_obj.objno[1] = statbuf.objno[1]; in main()
173 vars_dimscale_obj.objno[0] != dimscale_obj.objno[0] || in main()
302 dimscale_obj[dimscale_cnt].objno[0] = statbuf.objno[0]; in main()
304 dimscale_obj[dimscale_cnt].objno[1] = statbuf.objno[1]; in main()
481 dimscale_obj[dimscale_cnt].objno[0] = statbuf.objno[0]; in main()
[all …]
H A Dtst_h_dimscales4.c45 objid->objno[0] = statbuf.objno[0]; in alien_visitor()
47 objid->objno[1] = statbuf.objno[1]; in alien_visitor()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ceph/
H A Dstriper.c26 u64 *objno, u64 *objoff, u32 *xlen) in ceph_calc_file_object_mapping() argument
41 *objno = objsetno * l->stripe_count + stripepos; in ceph_calc_file_object_mapping()
62 if (ex->oe_objno == objno) in lookup_last()
65 if (ex->oe_objno < objno) in lookup_last()
80 if (ex->oe_objno == objno && in lookup_containing()
85 if (ex->oe_objno > objno) in lookup_containing()
121 u64 objno, objoff; in ceph_file_to_extents() local
133 ex->oe_objno = objno; in ceph_file_to_extents()
181 u64 objno, objoff; in ceph_iterate_extents() local
190 __func__, objno, objoff, xlen); in ceph_iterate_extents()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ceph/
H A Dstriper.c26 u64 *objno, u64 *objoff, u32 *xlen) in ceph_calc_file_object_mapping() argument
41 *objno = objsetno * l->stripe_count + stripepos; in ceph_calc_file_object_mapping()
62 if (ex->oe_objno == objno) in lookup_last()
65 if (ex->oe_objno < objno) in lookup_last()
80 if (ex->oe_objno == objno && in lookup_containing()
85 if (ex->oe_objno > objno) in lookup_containing()
121 u64 objno, objoff; in ceph_file_to_extents() local
133 ex->oe_objno = objno; in ceph_file_to_extents()
181 u64 objno, objoff; in ceph_iterate_extents() local
190 __func__, objno, objoff, xlen); in ceph_iterate_extents()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ceph/
H A Dstriper.c26 u64 *objno, u64 *objoff, u32 *xlen) in ceph_calc_file_object_mapping() argument
41 *objno = objsetno * l->stripe_count + stripepos; in ceph_calc_file_object_mapping()
62 if (ex->oe_objno == objno) in lookup_last()
65 if (ex->oe_objno < objno) in lookup_last()
80 if (ex->oe_objno == objno && in lookup_containing()
85 if (ex->oe_objno > objno) in lookup_containing()
121 u64 objno, objoff; in ceph_file_to_extents() local
133 ex->oe_objno = objno; in ceph_file_to_extents()
181 u64 objno, objoff; in ceph_iterate_extents() local
190 __func__, objno, objoff, xlen); in ceph_iterate_extents()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/opt/plugins/
H A Dsol.py101 objno = [0,0]
110 objno = [int(t[1]), int(t[2])]
119 if (objno[1] >= 0) and (objno[1] <= 99):
124 elif (objno[1] >= 100) and (objno[1] <= 199):
129 elif (objno[1] >= 200) and (objno[1] <= 299):
134 elif (objno[1] >= 300) and (objno[1] <= 399):
139 elif (objno[1] >= 400) and (objno[1] <= 499):
145 elif (objno[1] >= 500) and (objno[1] <= 599):
151 res.solver.id = objno[1]
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5tools_ref.c37 haddr_t objno; /* Object ID (i.e. address) */ member
44 static int ref_path_table_put(const char *, haddr_t objno);
214 ref_path_table_put(const char *path, haddr_t objno) in ref_path_table_put() argument
222 new_node->objno = objno; in ref_path_table_put()
225 return(H5SL_insert(ref_path_table, new_node, &(new_node->objno))); in ref_path_table_put()
H A Dh5tools_utils.c56 static void add_obj(table_t *table, haddr_t objno, const char *objname, hbool_t recorded);
427 PRINTSTREAM(rawoutstream,"%a %s %d %d\n", table->objs[u].objno, in dump_table()
462 search_obj(table_t *table, haddr_t objno) in search_obj() argument
467 if(table->objs[u].objno == objno) in search_obj()
591 add_obj(table_t *table, haddr_t objno, const char *objname, hbool_t record) in add_obj() argument
605 table->objs[u].objno = objno; in add_obj()
748 link_info->objno = trg_oinfo.addr; in H5tools_get_symlink_info()
H A Dh5tools_utils.h99 haddr_t objno; member
135 H5TOOLS_DLL obj_t *search_obj(table_t *temp, haddr_t objno);
162 haddr_t objno; /* OUT: target object address */ member
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5tools_ref.c37 haddr_t objno; /* Object ID (i.e. address) */ member
44 static int ref_path_table_put(const char *, haddr_t objno);
214 ref_path_table_put(const char *path, haddr_t objno) in ref_path_table_put() argument
222 new_node->objno = objno; in ref_path_table_put()
225 return(H5SL_insert(ref_path_table, new_node, &(new_node->objno))); in ref_path_table_put()
H A Dh5tools_utils.h99 haddr_t objno; member
140 H5TOOLS_DLL obj_t *search_obj(table_t *temp, haddr_t objno);
167 haddr_t objno; /* OUT: target object address */ member
H A Dh5tools_utils.c60 static void add_obj(table_t *table, haddr_t objno, const char *objname, hbool_t recorded);
653 PRINTSTREAM(rawoutstream,"%a %s %d %d\n", table->objs[u].objno, in dump_table()
688 search_obj(table_t *table, haddr_t objno) in search_obj() argument
693 if(table->objs[u].objno == objno) in search_obj()
831 add_obj(table_t *table, haddr_t objno, const char *objname, hbool_t record) in add_obj() argument
845 table->objs[u].objno = objno; in add_obj()
988 link_info->objno = trg_oinfo.addr; in H5tools_get_symlink_info()
/dports/graphics/bmeps/dktools-4.31.1/src/htmlbook/
H A Dhbtool.c214 if((job->impressumnode)->objno == nptr->objno) { in hbtool_write_header_number()
219 if((job->privacynode)->objno == nptr->objno) { in hbtool_write_header_number()
308 if ((job->impressumnode)->objno == nptr->objno) { in hbtool_write_all_titles()
313 if ((job->privacynode)->objno == nptr->objno) { in hbtool_write_all_titles()
H A Dhbnode.c115 if(pl->objno > pr->objno) { in hb_node_compare()
118 if(pr->objno > pl->objno) { in hb_node_compare()
268 ptr->objno = 0UL; in hb_node_delete()
305 unsigned long objno, in hb_node_new() argument
347 back->objno = objno; in hb_node_new()
H A Dhbindex.c57 if ((pl->no)->objno > (pr->no)->objno) { in hbindex_compare()
60 if ((pr->no)->objno > (pl->no)->objno) { in hbindex_compare()
H A Dhbnode.ctr28 @param objno Object number (in order of creation).
37 unsigned long objno,
183 if(pl->objno > pr->objno) {
186 if(pr->objno > pl->objno) {
277 $? ". objno = %lu", ptr->objno
336 ptr->objno = 0UL;
373 unsigned long objno,
415 back->objno = objno;
H A Dhbconf.c372 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
390 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
498 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
517 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
653 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
672 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
695 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
716 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
736 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
756 if(0UL != (job->currentnode)->objno) { in hbconf_process_line()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hdf5/
H A Dhdf5dataset.cpp451 unsigned long *objno ) in HDF5GroupCheckDuplicate() argument
456 if( poHparent->objno[0] == objno[0] in HDF5GroupCheckDuplicate()
457 && poHparent->objno[1] == objno[1] ) in HDF5GroupCheckDuplicate()
519 poHchild->objno[0] = oStatbuf.objno[0]; in HDF5CreateGroupObjs()
520 poHchild->objno[1] = oStatbuf.objno[1]; in HDF5CreateGroupObjs()
563 if( !HDF5GroupCheckDuplicate( poHparent, oStatbuf.objno ) ) in HDF5CreateGroupObjs()
1077 poRootGroup->objno[0] = oStatbuf.objno[0]; in ReadGlobalAttributes()
1078 poRootGroup->objno[1] = oStatbuf.objno[1]; in ReadGlobalAttributes()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hdf5/
H A Dhdf5dataset.cpp701 unsigned long *objno ) in HDF5GroupCheckDuplicate() argument
706 if( poHparent->objno[0] == objno[0] && in HDF5GroupCheckDuplicate()
707 poHparent->objno[1] == objno[1] ) in HDF5GroupCheckDuplicate()
752 poHchild->objno[0] = oStatbuf.objno[0]; in HDF5CreateGroupObjs()
753 poHchild->objno[1] = oStatbuf.objno[1]; in HDF5CreateGroupObjs()
806 if( !HDF5GroupCheckDuplicate(poHparent, oStatbuf.objno) ) in HDF5CreateGroupObjs()
1355 poRootGroup->objno[0] = oStatbuf.objno[0]; in ReadGlobalAttributes()
1356 poRootGroup->objno[1] = oStatbuf.objno[1]; in ReadGlobalAttributes()
/dports/graphics/gdal/gdal-3.3.3/frmts/hdf5/
H A Dhdf5dataset.cpp701 unsigned long *objno ) in HDF5GroupCheckDuplicate() argument
706 if( poHparent->objno[0] == objno[0] && in HDF5GroupCheckDuplicate()
707 poHparent->objno[1] == objno[1] ) in HDF5GroupCheckDuplicate()
752 poHchild->objno[0] = oStatbuf.objno[0]; in HDF5CreateGroupObjs()
753 poHchild->objno[1] = oStatbuf.objno[1]; in HDF5CreateGroupObjs()
806 if( !HDF5GroupCheckDuplicate(poHparent, oStatbuf.objno) ) in HDF5CreateGroupObjs()
1355 poRootGroup->objno[0] = oStatbuf.objno[0]; in ReadGlobalAttributes()
1356 poRootGroup->objno[1] = oStatbuf.objno[1]; in ReadGlobalAttributes()

123456