Home
last modified time | relevance | path

Searched refs:t_class (Results 1 – 25 of 99) sorted by relevance

1234

/dports/science/hdf5-18/hdf5-1.8.21/examples/
H A Dh5_group.c196 H5T_class_t t_class; in group_info() local
234 t_class = H5Tget_class(tid); in group_info()
235 if(t_class < 0) { in group_info()
239 if(t_class == H5T_INTEGER) in group_info()
241 if(t_class == H5T_FLOAT) in group_info()
243 if(t_class == H5T_STRING) in group_info()
245 if(t_class == H5T_BITFIELD) in group_info()
247 if(t_class == H5T_OPAQUE) in group_info()
249 if(t_class == H5T_COMPOUND) in group_info()
H A Dh5_read.c39 H5T_class_t t_class; /* data type class */ in main() local
75 t_class = H5Tget_class(datatype); in main()
76 if (t_class == H5T_INTEGER) printf("Data set has INTEGER type \n"); in main()
/dports/science/hdf5/hdf5-1.10.6/examples/
H A Dh5_group.c196 H5T_class_t t_class; in group_info() local
234 t_class = H5Tget_class(tid); in group_info()
235 if(t_class < 0) { in group_info()
239 if(t_class == H5T_INTEGER) in group_info()
241 if(t_class == H5T_FLOAT) in group_info()
243 if(t_class == H5T_STRING) in group_info()
245 if(t_class == H5T_BITFIELD) in group_info()
247 if(t_class == H5T_OPAQUE) in group_info()
249 if(t_class == H5T_COMPOUND) in group_info()
H A Dh5_read.c39 H5T_class_t t_class; /* data type class */ in main() local
75 t_class = H5Tget_class(datatype); in main()
76 if (t_class == H5T_INTEGER) printf("Data set has INTEGER type \n"); in main()
/dports/audio/faust/faust-2.37.3/tools/faust2pd/pd/
H A Dm_pd.h183 #define t_class struct _class macro
388 EXTERN t_pd *pd_new(t_class *cls);
487 EXTERN char *class_getname(t_class *c);
488 EXTERN char *class_gethelpname(t_class *c);
489 EXTERN char *class_gethelpdir(t_class *c);
490 EXTERN void class_setdrawcommand(t_class *c);
491 EXTERN int class_isdrawcommand(t_class *c);
500 EXTERN t_savefn class_getsavefn(t_class *c);
665 EXTERN t_class *garray_class;
677 EXTERN t_class *scalar_class;
[all …]
/dports/net/yaz/yaz-5.31.1/src/
H A Dodr_oct.c25 if (o->op->t_class < 0) in odr_octetstring()
27 o->op->t_class = ODR_UNIVERSAL; in odr_octetstring()
30 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_octetstring()
67 if (o->op->t_class < 0) in odr_cstring()
69 o->op->t_class = ODR_UNIVERSAL; in odr_cstring()
72 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_cstring()
114 if (o->op->t_class < 0) in odr_iconv_string()
116 o->op->t_class = ODR_UNIVERSAL; in odr_iconv_string()
119 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_iconv_string()
H A Dodr_seq.c21 if (o->op->t_class < 0) in odr_sequence_begin()
23 o->op->t_class = ODR_UNIVERSAL; in odr_sequence_begin()
28 if (odr_constructed_begin(o, p, o->op->t_class, o->op->t_tag, name)) in odr_sequence_begin()
44 if (o->op->t_class < 0) in odr_set_begin()
46 o->op->t_class = ODR_UNIVERSAL; in odr_set_begin()
51 if (odr_constructed_begin(o, p, o->op->t_class, o->op->t_tag, name)) in odr_set_begin()
H A Dodr_bool.c27 if (o->op->t_class < 0) in odr_bool()
29 o->op->t_class = ODR_UNIVERSAL; in odr_bool()
32 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_bool()
H A Dodr_null.c25 if (o->op->t_class < 0) in odr_null()
27 o->op->t_class = ODR_UNIVERSAL; in odr_null()
30 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_null()
H A Dodr_int.c25 if (o->op->t_class < 0) in odr_integer()
27 o->op->t_class = ODR_UNIVERSAL; in odr_integer()
30 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_integer()
H A Dodr_enum.c25 if (o->op->t_class < 0) in odr_enum()
27 o->op->t_class = ODR_UNIVERSAL; in odr_enum()
30 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_enum()
H A Dodr_tag.c36 if (o->op->t_class < 0) in odr_implicit_settag()
38 o->op->t_class = zclass; in odr_implicit_settag()
54 o->op->t_class = -1; in odr_initmember()
H A Dodr_oid.c26 if (o->op->t_class < 0) in odr_oid()
28 o->op->t_class = ODR_UNIVERSAL; in odr_oid()
31 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_oid()
H A Dodr_bit.c28 if (o->op->t_class < 0) in odr_bitstring()
30 o->op->t_class = ODR_UNIVERSAL; in odr_bitstring()
33 res = ber_tag(o, p, o->op->t_class, o->op->t_tag, &cons, opt, name); in odr_bitstring()
H A Dodr_cons.c34 if (o->op->t_class < 0) in odr_constructed_begin()
36 o->op->t_class = zclass; in odr_constructed_begin()
39 res = ber_tag(o, xxp, o->op->t_class, o->op->t_tag, &cons, 1, name); in odr_constructed_begin()
/dports/audio/faust/faust-2.37.3/embedded/faustgen/src/
H A Dmaxcpp5.h48 (t_class *)CLASS::m_class, \
55 (t_class *)CLASS::m_class, \
63 (t_class *)CLASS::m_class, \
71 (t_class *)CLASS::m_class, \
79 (t_class *)CLASS::m_class, \
87 (t_class *)CLASS::m_class, \
95 (t_class *)CLASS::m_class, \
103 (t_class *)CLASS::m_class, \
111 (t_class *)CLASS::m_class, \
121 static t_class* m_class;
[all …]
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_class.ml26 (** Used when we can reference t_class or t_class_type. *)
28 Cl of t_class
33 mutable ic_class : cct option ; (** The associated t_class or t_class_type *)
39 mutable capp_class : t_class option; (** The associated t_class if we found it *)
64 and t_class = { type
77 mutable cta_class : cct option ; (** we can have a t_class or a t_class_type *)
112 (** Returns the list of elements of a t_class. *)
155 (** Returns the attributes of a t_class. *)
168 (** Returns the methods of a t_class. *)
181 (** Returns the comments in a t_class. *)
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_class.ml26 (** Used when we can reference t_class or t_class_type. *)
28 Cl of t_class
33 mutable ic_class : cct option ; (** The associated t_class or t_class_type *)
39 mutable capp_class : t_class option; (** The associated t_class if we found it *)
64 and t_class = { type
77 mutable cta_class : cct option ; (** we can have a t_class or a t_class_type *)
112 (** Returns the list of elements of a t_class. *)
155 (** Returns the attributes of a t_class. *)
168 (** Returns the methods of a t_class. *)
181 (** Returns the comments in a t_class. *)
[all …]
/dports/databases/mantis/mantisbt-2.25.2/
H A Daccount_page.php178 $t_class = $t_force_pw_reset ? 'class="required"' : ''; variable
182 …<span <?php echo $t_class . $t_required ?>><?php if( $t_force_pw_reset ) { ?> * <?php } ?></span> …
190 …<span <?php echo $t_class . $t_required ?>><?php if( $t_force_pw_reset ) { ?> * <?php } ?></span> …
198 …<span <?php echo $t_class . $t_required ?>><?php if( $t_force_pw_reset ) { ?> * <?php } ?></span> …
H A Dmanage_plugin_page.php446 $t_class = 'dependency_upgrade';
449 $t_class = 'dependency_met';
455 $t_class = 'dependency_dated';
460 $t_class = 'dependency_unmet';
471 $t_class,
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dprepare_api.php98 $t_class = ' class="noprint blue zoom-130"';
102 $t_class = '';
108 $t_class,
/dports/www/mod_perl2/mod_perl-2.0.11/t/response/TestCompat/
H A Dapache_table.pm25 my $t_class = ref $t;
27 ok t_cmp($t_class, 'APR::Table', "Apache::Table->new");
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/src/
H A Dnewconf.c1068 static struct Class *t_class; variable
1072 add_class(t_class); in conf_set_class_end()
1073 t_class = NULL; in conf_set_class_end()
1079 t_class = make_class(); in conf_set_class_start()
1086 t_class->ping_freq = entry->number; in conf_set_class_ping_time()
1100 t_class->cidr_ipv4_bitlen = 32; in conf_set_class_cidr_ipv4_bitlen()
1116 t_class->cidr_ipv6_bitlen = 128; in conf_set_class_cidr_ipv6_bitlen()
1132 t_class->max_local = entry->number; in conf_set_class_number_per_ip()
1145 t_class->max_ident = entry->number; in conf_set_class_number_per_ident()
1151 t_class->con_freq = entry->number; in conf_set_class_connectfreq()
[all …]
/dports/databases/mantis/source-integration-2.4.1/tools/
H A Dbump-version.php114 $t_class = $p_basename . 'Plugin';
115 return $t_class::PLUGIN_VERSION;
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/
H A Dnewconf.c1081 static struct Class *t_class; variable
1085 add_class(t_class); in conf_set_class_end()
1086 t_class = NULL; in conf_set_class_end()
1092 t_class = make_class(); in conf_set_class_start()
1099 t_class->ping_freq = entry->number; in conf_set_class_ping_time()
1113 t_class->cidr_ipv4_bitlen = 32; in conf_set_class_cidr_ipv4_bitlen()
1129 t_class->cidr_ipv6_bitlen = 128; in conf_set_class_cidr_ipv6_bitlen()
1145 t_class->max_local = entry->number; in conf_set_class_number_per_ip()
1158 t_class->max_ident = entry->number; in conf_set_class_number_per_ident()
1164 t_class->con_freq = entry->number; in conf_set_class_connectfreq()
[all …]

1234