Home
last modified time | relevance | path

Searched refs:obj_type (Results 1 – 25 of 1954) sorted by relevance

12345678910>>...79

/dports/net/spread/spread-src-3.17.4/
H A Dmemory.c201 int obj_type; in Mem_init_status() local
227 for (obj_type = 1; obj_type < MAX_MEM_OBJECTS; obj_type++) in Mem_init_status()
284 assert((obj_type > 0) && (obj_type < MAX_MEM_OBJECTS)); in Mem_init_object()
341 head_ptr->obj_type = obj_type; in Mem_init_object()
372 Mem[obj_type].max_obj = Mem[obj_type].num_obj; in Mem_init_object()
439 head_ptr->obj_type = obj_type; in new()
450 if (Mem[obj_type].num_obj > Mem[obj_type].max_obj) in new()
594 obj_type = mem_header_ptr(object)->obj_type; in dispose()
618 if ( Mem_obj_in_pool(obj_type) >= Mem[obj_type].threshold) in dispose()
646 obj_type = mem_header_ptr(object)->obj_type; in Mem_Obj_Type()
[all …]
/dports/net/spread-j/spread-src-3.17.3/
H A Dmemory.c201 int obj_type; in Mem_init_status() local
227 for (obj_type = 1; obj_type < MAX_MEM_OBJECTS; obj_type++) in Mem_init_status()
284 assert((obj_type > 0) && (obj_type < MAX_MEM_OBJECTS)); in Mem_init_object()
341 head_ptr->obj_type = obj_type; in Mem_init_object()
372 Mem[obj_type].max_obj = Mem[obj_type].num_obj; in Mem_init_object()
439 head_ptr->obj_type = obj_type; in new()
450 if (Mem[obj_type].num_obj > Mem[obj_type].max_obj) in new()
594 obj_type = mem_header_ptr(object)->obj_type; in dispose()
618 if ( Mem_obj_in_pool(obj_type) >= Mem[obj_type].threshold) in dispose()
646 obj_type = mem_header_ptr(object)->obj_type; in Mem_Obj_Type()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dvalue_convert_policy.hpp329 obj_type m_Value;
351 obj_type m_Value;
373 obj_type m_Value;
395 obj_type m_Value;
417 obj_type m_Value;
439 obj_type m_Value;
461 obj_type m_Value;
483 obj_type m_Value;
506 obj_type m_Value;
527 obj_type m_Value;
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dvalue_convert_policy.hpp329 obj_type m_Value;
351 obj_type m_Value;
373 obj_type m_Value;
395 obj_type m_Value;
417 obj_type m_Value;
439 obj_type m_Value;
461 obj_type m_Value;
483 obj_type m_Value;
506 obj_type m_Value;
527 obj_type m_Value;
[all …]
/dports/net/spread4/spread-src-4.2.0/libspread-util/src/
H A Dmemory.c216 assert((obj_type > 0) && (obj_type < MAX_MEM_OBJECTS)); in Mem_init_object()
285 head_ptr->obj_type = obj_type; in Mem_init_object()
319 Mem[obj_type].max_obj = Mem[obj_type].num_obj; in Mem_init_object()
358 head_ptr->obj_type = obj_type; in new()
363 assert(Mem[obj_type].num_obj + 1 > Mem[obj_type].num_obj); in new()
369 …assert(Mem[obj_type].bytes_allocated + (sizeobj(obj_type) + sizeof(mem_header)) > Mem[obj_type].by… in new()
376 if (Mem[obj_type].num_obj > Mem[obj_type].max_obj) in new()
547 obj_type = mem_header_ptr(object)->obj_type; in dispose()
579 if ( Mem_obj_in_pool(obj_type) >= Mem[obj_type].threshold) in dispose()
610 obj_type = mem_header_ptr(object)->obj_type; in Mem_Obj_Type()
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_win_dacl.py146 obj_type=self.obj_type,
164 obj_type=self.obj_type,
183 obj_type=self.obj_type,
202 obj_type=self.obj_type,
218 obj_type=self.obj_type,
237 obj_type=self.obj_type,
253 obj_type=self.obj_type,
265 obj_type=self.obj_type,
276 obj_type=self.obj_type,
500 obj_type=self.obj_type,
[all …]
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Drunning_stat_vec_bones.hpp24 template<typename obj_type> struct rsv_get_elem_type_worker<obj_type, false> { typedef …
25 template<typename obj_type> struct rsv_get_elem_type_worker<obj_type, true> { typedef typena…
27 template<typename obj_type> struct rsv_get_elem_type { typedef typename rsv_get_elem_type_worker<ob…
31 template<typename obj_type> struct rsv_get_return_type1_worker<obj_type, false> { typedef Mat…
32 template<typename obj_type> struct rsv_get_return_type1_worker<obj_type, true> { typedef obj…
34 template<typename obj_type> struct rsv_get_return_type1 { typedef typename rsv_get_return_type1_wor…
47 template<typename obj_type>
118 template<typename obj_type>
127 template<typename obj_type>
136 template<typename obj_type>
[all …]
H A Drunning_stat_vec_meat.hpp24 template<typename obj_type>
33 template<typename obj_type>
43 template<typename obj_type>
45 running_stat_vec<obj_type>::running_stat_vec(const running_stat_vec<obj_type>& in_rsv) in running_stat_vec()
61 template<typename obj_type>
63 running_stat_vec<obj_type>&
64 running_stat_vec<obj_type>::operator=(const running_stat_vec<obj_type>& in_rsv) in operator =()
85 template<typename obj_type>
113 template<typename obj_type>
143 template<typename obj_type>
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Drunning_stat_vec_bones.hpp24 template<typename obj_type> struct rsv_get_elem_type_worker<obj_type, false> { typedef …
25 template<typename obj_type> struct rsv_get_elem_type_worker<obj_type, true> { typedef typena…
27 template<typename obj_type> struct rsv_get_elem_type { typedef typename rsv_get_elem_type_worker<ob…
31 template<typename obj_type> struct rsv_get_return_type1_worker<obj_type, false> { typedef Mat…
32 template<typename obj_type> struct rsv_get_return_type1_worker<obj_type, true> { typedef obj…
34 template<typename obj_type> struct rsv_get_return_type1 { typedef typename rsv_get_return_type1_wor…
47 template<typename obj_type>
118 template<typename obj_type>
127 template<typename obj_type>
136 template<typename obj_type>
[all …]
H A Drunning_stat_vec_meat.hpp24 template<typename obj_type>
33 template<typename obj_type>
43 template<typename obj_type>
45 running_stat_vec<obj_type>::running_stat_vec(const running_stat_vec<obj_type>& in_rsv) in running_stat_vec()
61 template<typename obj_type>
63 running_stat_vec<obj_type>&
64 running_stat_vec<obj_type>::operator=(const running_stat_vec<obj_type>& in_rsv) in operator =()
85 template<typename obj_type>
113 template<typename obj_type>
143 template<typename obj_type>
[all …]
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dobj_type.h37 static inline enum obj_type obj_type(const enum obj_type *t) in obj_type() function
46 switch (obj_type(t)) { in obj_type_name()
71 return container_of(t, struct listener, obj_type); in __objt_listener()
83 return container_of(t, struct proxy, obj_type); in __objt_proxy()
95 return container_of(t, struct server, obj_type); in __objt_server()
107 return container_of(t, struct applet, obj_type); in __objt_applet()
119 return container_of(t, struct appctx, obj_type); in __objt_appctx()
167 return container_of(t, struct stream, obj_type); in __objt_stream()
179 return container_of(t, struct check, obj_type); in __objt_check()
189 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dobj_type.h37 static inline enum obj_type obj_type(const enum obj_type *t) in obj_type() function
46 switch (obj_type(t)) { in obj_type_name()
71 return container_of(t, struct listener, obj_type); in __objt_listener()
83 return container_of(t, struct proxy, obj_type); in __objt_proxy()
95 return container_of(t, struct server, obj_type); in __objt_server()
107 return container_of(t, struct applet, obj_type); in __objt_applet()
119 return container_of(t, struct appctx, obj_type); in __objt_appctx()
167 return container_of(t, struct stream, obj_type); in __objt_stream()
179 return container_of(t, struct check, obj_type); in __objt_check()
189 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dobj_type.h37 static inline enum obj_type obj_type(const enum obj_type *t) in obj_type() function
46 switch (obj_type(t)) { in obj_type_name()
71 return container_of(t, struct listener, obj_type); in __objt_listener()
83 return container_of(t, struct proxy, obj_type); in __objt_proxy()
95 return container_of(t, struct server, obj_type); in __objt_server()
107 return container_of(t, struct applet, obj_type); in __objt_applet()
119 return container_of(t, struct appctx, obj_type); in __objt_appctx()
167 return container_of(t, struct stream, obj_type); in __objt_stream()
179 return container_of(t, struct check, obj_type); in __objt_check()
189 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Ddbapi_object_convert.hpp70 obj_type& m_Value;
95 obj_type& m_Value;
136 obj_type& m_Value;
177 obj_type& m_Value;
185 typedef CDB_Int obj_type; typedef in value_slice::CValueConvert
203 const obj_type& m_Value;
229 const obj_type& m_Value;
255 const obj_type& m_Value;
281 const obj_type& m_Value;
307 const obj_type& m_Value;
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Ddbapi_object_convert.hpp70 obj_type& m_Value;
95 obj_type& m_Value;
136 obj_type& m_Value;
177 obj_type& m_Value;
185 typedef CDB_Int obj_type; typedef in value_slice::CValueConvert
203 const obj_type& m_Value;
229 const obj_type& m_Value;
255 const obj_type& m_Value;
281 const obj_type& m_Value;
307 const obj_type& m_Value;
[all …]
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dobj_type.h36 static inline enum obj_type obj_type(const enum obj_type *t) in obj_type() function
45 switch (obj_type(t)) { in obj_type_name()
69 return container_of(t, struct listener, obj_type); in __objt_listener()
81 return container_of(t, struct proxy, obj_type); in __objt_proxy()
93 return container_of(t, struct server, obj_type); in __objt_server()
105 return container_of(t, struct applet, obj_type); in __objt_applet()
117 return container_of(t, struct appctx, obj_type); in __objt_appctx()
153 return container_of(t, struct dns_srvrq, obj_type); in __objt_dns_srvrq()
165 return container_of(t, struct stream, obj_type); in __objt_stream()
175 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dobj_type.h36 static inline enum obj_type obj_type(const enum obj_type *t) in obj_type() function
45 switch (obj_type(t)) { in obj_type_name()
69 return container_of(t, struct listener, obj_type); in __objt_listener()
81 return container_of(t, struct proxy, obj_type); in __objt_proxy()
93 return container_of(t, struct server, obj_type); in __objt_server()
105 return container_of(t, struct applet, obj_type); in __objt_applet()
117 return container_of(t, struct appctx, obj_type); in __objt_appctx()
153 return container_of(t, struct dns_srvrq, obj_type); in __objt_dns_srvrq()
165 return container_of(t, struct stream, obj_type); in __objt_stream()
175 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dobj_type.h36 static inline enum obj_type obj_type(const enum obj_type *t) in obj_type() function
45 switch (obj_type(t)) { in obj_type_name()
69 return container_of(t, struct listener, obj_type); in __objt_listener()
81 return container_of(t, struct proxy, obj_type); in __objt_proxy()
93 return container_of(t, struct server, obj_type); in __objt_server()
105 return container_of(t, struct applet, obj_type); in __objt_applet()
117 return container_of(t, struct appctx, obj_type); in __objt_appctx()
153 return container_of(t, struct dns_srvrq, obj_type); in __objt_dns_srvrq()
165 return container_of(t, struct stream, obj_type); in __objt_stream()
175 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dobj_type.h35 static inline enum obj_type obj_type(enum obj_type *t) in obj_type() function
44 switch (obj_type(t)) { in obj_type_name()
64 return container_of(t, struct listener, obj_type); in __objt_listener()
76 return container_of(t, struct proxy, obj_type); in __objt_proxy()
88 return container_of(t, struct server, obj_type); in __objt_server()
100 return container_of(t, struct applet, obj_type); in __objt_applet()
112 return container_of(t, struct appctx, obj_type); in __objt_appctx()
136 return container_of(t, struct connection, obj_type); in __objt_conn()
148 return container_of(t, struct dns_srvrq, obj_type); in __objt_dns_srvrq()
158 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dobj_type.h35 static inline enum obj_type obj_type(enum obj_type *t) in obj_type() function
44 switch (obj_type(t)) { in obj_type_name()
67 return container_of(t, struct listener, obj_type); in __objt_listener()
79 return container_of(t, struct proxy, obj_type); in __objt_proxy()
91 return container_of(t, struct server, obj_type); in __objt_server()
103 return container_of(t, struct applet, obj_type); in __objt_applet()
115 return container_of(t, struct appctx, obj_type); in __objt_appctx()
139 return container_of(t, struct connection, obj_type); in __objt_conn()
151 return container_of(t, struct dns_srvrq, obj_type); in __objt_dns_srvrq()
161 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dobj_type.h35 static inline enum obj_type obj_type(enum obj_type *t) in obj_type() function
42 static inline const char *obj_type_name(enum obj_type *t) in obj_type_name()
44 switch (obj_type(t)) { in obj_type_name()
64 return container_of(t, struct listener, obj_type); in __objt_listener()
76 return container_of(t, struct proxy, obj_type); in __objt_proxy()
88 return container_of(t, struct server, obj_type); in __objt_server()
100 return container_of(t, struct applet, obj_type); in __objt_applet()
112 return container_of(t, struct appctx, obj_type); in __objt_appctx()
124 return container_of(t, struct connection, obj_type); in __objt_conn()
134 static inline void *obj_base_ptr(enum obj_type *t) in obj_base_ptr()
[all …]
/dports/misc/py-scikit-fusion/scikit-fusion-0.2.1/skfusion/fusion/decomposition/
H A D_init.py13 for obj_type in obj_types:
15 ci = obj_type2rank[obj_type]
16 G[obj_type, obj_type] = random_state.rand(ni, ci)
22 for obj_type in obj_types:
24 G[obj_type, obj_type] = 1e-5 * np.ones((obj_type2n_obj[obj_type], ci))
35 Gi = np.zeros(G[obj_type, obj_type].shape)
39 G[obj_type, obj_type] += np.abs(Gi)
46 for obj_type in obj_types:
48 G[obj_type, obj_type] = 1e-5 * np.ones((obj_type2n_obj[obj_type], ci))
55 Gi = np.zeros(G[obj_type, obj_type].shape)
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dwin_dacl.py1805 obj_type = obj_type.lower()
1890 obj_type=obj_type,
1907 obj_type = obj_type.lower()
2130 obj_dacl = dacl(obj_type=obj_type)
2263 obj_type=obj_type,
2416 obj_type = obj_type.lower()
2516 obj_type=obj_type,
2527 obj_type=obj_type,
2579 obj_type = obj_type.lower()
2754 obj_type=obj_type,
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dbaseobject.cpp152 return obj_type; in getObjectType()
399 obj_type==ObjectType::View || obj_type==ObjectType::Domain || in acceptsSchema()
402 obj_type==ObjectType::Type || obj_type==ObjectType::OpClass || in acceptsSchema()
461obj_type!=ObjectType::Relationship && obj_type!=ObjectType::Textbox && obj_type!=ObjectType::Param… in acceptsCustomSQL()
463obj_type!=ObjectType::BaseObject && obj_type!=ObjectType::BaseTable && obj_type!=ObjectType::Permi… in acceptsCustomSQL()
472 obj_type==ObjectType::Index || obj_type==ObjectType::Role || in acceptsAlterCommand()
492 obj_type==ObjectType::Table || obj_type==ObjectType::Schema || obj_type==ObjectType::View || in acceptsAlias()
662 return obj_type; in getObjectType()
791 …if(obj_type!=ObjectType::Tablespace && obj_type!=ObjectType::Database && obj_type!=ObjectType::Use… in getCodeDefinition()
1068 this->obj_type=obj.obj_type; in operator =()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/r/
H A Dndb_read_balance.result24 obj_type fragment_type
272 obj_type fragment_type
276 obj_type fragment_type
281 obj_type fragment_type
286 obj_type fragment_type
290 obj_type fragment_type
294 obj_type fragment_type
319 obj_type fragment_type
568 obj_type fragment_type
573 obj_type fragment_type
[all …]

12345678910>>...79