Home
last modified time | relevance | path

Searched refs:sub_t (Results 1 – 25 of 94) sorted by relevance

1234

/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dsub.hpp29 class sub_t : public xsub_t class
33 sub_t (class ctx_t *parent_, uint32_t tid_);
34 ~sub_t ();
44 sub_t (const sub_t&);
45 const sub_t &operator = (const sub_t&);
H A Dsub.cpp25 zmq::sub_t::sub_t (class ctx_t *parent_, uint32_t tid_) : in sub_t() function in zmq::sub_t
31 zmq::sub_t::~sub_t () in ~sub_t()
35 int zmq::sub_t::xsetsockopt (int option_, const void *optval_, in xsetsockopt()
64 int zmq::sub_t::xsend (zmq_msg_t *msg_, int options_) in xsend()
71 bool zmq::sub_t::xhas_out () in xhas_out()
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Dsub.hpp28 class sub_t : public xsub_t class
32 sub_t (class ctx_t *parent_, uint32_t tid_);
33 ~sub_t ();
43 sub_t (const sub_t&);
44 const sub_t &operator = (const sub_t&);
H A Dsub.cpp24 zmq::sub_t::sub_t (class ctx_t *parent_, uint32_t tid_) : in sub_t() function in zmq::sub_t
30 zmq::sub_t::~sub_t () in ~sub_t()
34 int zmq::sub_t::xsetsockopt (int option_, const void *optval_, in xsetsockopt()
63 int zmq::sub_t::xsend (zmq_msg_t *msg_, int options_) in xsend()
70 bool zmq::sub_t::xhas_out () in xhas_out()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dsubtypenode.cpp35 const Type* SubTypeCheckNode::sub(const Type* sub_t, const Type* super_t) const { in sub() argument
37 …ciKlass* subk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass() : sub_t->is_oopptr()->klas… in sub()
39 …bool xsubk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass_is_exact() : sub_t->is_oopptr()->… in sub()
43 if (sub_t->isa_oopptr() && superk->is_instance_klass() && in sub()
80 TypePtr::PTR jp = sub_t->is_ptr()->join_ptr(super_t->is_ptr()->_ptr); in sub()
115 const Type* sub_t = phase->type(obj_or_subklass); in Ideal() local
119 (!sub_t->isa_klassptr() && !sub_t->isa_oopptr())) { in Ideal()
203 const Type* sub_t = phase->type(obj_or_subklass); in verify() local
206 …ciKlass* subk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass() : sub_t->is_oopptr()->klass(… in verify()
211 if (sub_t->isa_oopptr()) { in verify()
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dsub.cpp34 zmq::sub_t::sub_t (class ctx_t *parent_, uint32_t tid_, int sid_) : in sub_t() function in zmq::sub_t
44 zmq::sub_t::~sub_t () in ~sub_t()
48 int zmq::sub_t::xsetsockopt (int option_, in xsetsockopt()
73 int zmq::sub_t::xsend (msg_t *) in xsend()
80 bool zmq::sub_t::xhas_out () in xhas_out()
H A Dsub.hpp42 class sub_t ZMQ_FINAL : public xsub_t
45 sub_t (zmq::ctx_t *parent_, uint32_t tid_, int sid_);
46 ~sub_t ();
53 ZMQ_NON_COPYABLE_NOR_MOVABLE (sub_t)
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dsub.cpp34 zmq::sub_t::sub_t (class ctx_t *parent_, uint32_t tid_, int sid_) : in sub_t() function in zmq::sub_t
44 zmq::sub_t::~sub_t () in ~sub_t()
48 int zmq::sub_t::xsetsockopt (int option_, in xsetsockopt()
73 int zmq::sub_t::xsend (msg_t *) in xsend()
80 bool zmq::sub_t::xhas_out () in xhas_out()
H A Dsub.hpp42 class sub_t ZMQ_FINAL : public xsub_t
45 sub_t (zmq::ctx_t *parent_, uint32_t tid_, int sid_);
46 ~sub_t ();
53 ZMQ_NON_COPYABLE_NOR_MOVABLE (sub_t)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dsubtypenode.cpp35 const Type* SubTypeCheckNode::sub(const Type* sub_t, const Type* super_t) const { in sub() argument
37 …ciKlass* subk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass() : sub_t->is_oopptr()->klas… in sub()
39 …bool xsubk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass_is_exact() : sub_t->is_oopptr()->… in sub()
43 if (sub_t->isa_oopptr() && superk->is_instance_klass() && in sub()
80 TypePtr::PTR jp = sub_t->is_ptr()->join_ptr(super_t->is_ptr()->_ptr); in sub()
115 const Type* sub_t = phase->type(obj_or_subklass); in Ideal() local
119 (!sub_t->isa_klassptr() && !sub_t->isa_oopptr())) { in Ideal()
169 …ciKlass* subk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass() : sub_t->is_oopptr()->klas… in Ideal()
173 if (sub_t->isa_oopptr()) { in Ideal()
201 if (sub_t->isa_oopptr()) { in Ideal()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dsubtypenode.cpp35 const Type* SubTypeCheckNode::sub(const Type* sub_t, const Type* super_t) const { in sub() argument
37 …ciKlass* subk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass() : sub_t->is_oopptr()->klas… in sub()
39 …bool xsubk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass_is_exact() : sub_t->is_oopptr()->… in sub()
43 if (sub_t->isa_oopptr() && superk->is_instance_klass() && in sub()
80 TypePtr::PTR jp = sub_t->is_ptr()->join_ptr(super_t->is_ptr()->_ptr); in sub()
115 const Type* sub_t = phase->type(obj_or_subklass); in Ideal() local
119 (!sub_t->isa_klassptr() && !sub_t->isa_oopptr())) { in Ideal()
169 …ciKlass* subk = sub_t->isa_klassptr() ? sub_t->is_klassptr()->klass() : sub_t->is_oopptr()->klas… in Ideal()
173 if (sub_t->isa_oopptr()) { in Ideal()
201 if (sub_t->isa_oopptr()) { in Ideal()
/dports/devel/libxs/libxs-1.2.0/src/
H A Dsub.hpp40 class sub_t : public xsub_t, public core_t class
44 sub_t (xs::ctx_t *parent_, uint32_t tid_, int sid_);
45 ~sub_t ();
81 sub_t (const sub_t&);
82 const sub_t &operator = (const sub_t&);
H A Dsub.cpp26 xs::sub_t::sub_t (class ctx_t *parent_, uint32_t tid_, int sid_) : in sub_t() function in xs::sub_t
37 xs::sub_t::~sub_t () in ~sub_t()
47 int xs::sub_t::xsetsockopt (int option_, const void *optval_, in xsetsockopt()
95 int xs::sub_t::xsend (msg_t *msg_, int flags_) in xsend()
102 int xs::sub_t::xrecv (msg_t *msg_, int flags_) in xrecv()
143 bool xs::sub_t::xhas_in () in xhas_in()
183 bool xs::sub_t::xhas_out () in xhas_out()
189 bool xs::sub_t::match (msg_t *msg_) in match()
198 int xs::sub_t::filter_subscribed (const unsigned char *data_, size_t size_) in filter_subscribed()
221 int xs::sub_t::filter_unsubscribed (const unsigned char *data_, size_t size_) in filter_unsubscribed()
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dsubtitles.h25 typedef struct sub_t { struct
28 sub_t *next; argument
29 } sub_t; typedef
33 sub_t *first, *last;
41 sub_t *get_next();
H A Dsubtitles.cpp30 sub_t *current = first; in ~subtitles_c()
42 sub_t *s; in add()
44 s = (sub_t *)malloc(sizeof(sub_t)); in add()
62 sub_t *current; in check()
129 sub_t *current; in process()
139 sub_t *subtitles_c::get_next() { in get_next()
140 sub_t *current; in get_next()
/dports/archivers/parchive/par-cmdline/
H A Dbackend.h18 sub_t *next;
42 sub_t * make_sub(u16 *from, u16 *to);
43 void free_sub(sub_t *sub);
44 u16 * do_sub(u16 *from, sub_t *sub);
45 sub_t * find_best_sub(pfile_t *files, int m);
/dports/security/pure-sfv/pure-sfv-0.3/par-cmdline/
H A Dbackend.h18 sub_t *next;
42 sub_t * make_sub(u16 *from, u16 *to);
43 void free_sub(sub_t *sub);
44 u16 * do_sub(u16 *from, sub_t *sub);
45 sub_t * find_best_sub(pfile_t *files, int m);
/dports/devel/p5-Directory-Scratch/Directory-Scratch-0.18/t/integration/
H A D09-clone_object.t15 ok( my $sub_t = $t->child,
19 my @child = $sub_t->base->dir_list;
31 ok( my $sub_sub_t = $sub_t->child, "create a grandchild" );
36 ok( $sub_t->cleanup, "call cleanup() on the child" );
/dports/databases/xtrabackup/boost_1_59_0/libs/tr1/test/
H A Drun_random.cpp109 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
110 sub_t a1; in test_main()
111 sub_t a2(a1); in test_main()
121 a1 = sub_t(0); in test_main()
123 a2 = sub_t(s2); in test_main()
172 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
173 typedef std::tr1::xor_combine<sub_t, 0, sub_t, 3> xor_t; in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/tr1/test/
H A Drun_random.cpp109 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
110 sub_t a1; in test_main()
111 sub_t a2(a1); in test_main()
121 a1 = sub_t(0); in test_main()
123 a2 = sub_t(s2); in test_main()
172 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
173 typedef std::tr1::xor_combine<sub_t, 0, sub_t, 3> xor_t; in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/tr1/test/
H A Drun_random.cpp109 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
110 sub_t a1; in test_main()
111 sub_t a2(a1); in test_main()
121 a1 = sub_t(0); in test_main()
123 a2 = sub_t(s2); in test_main()
172 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
173 typedef std::tr1::xor_combine<sub_t, 0, sub_t, 3> xor_t; in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/tr1/test/
H A Drun_random.cpp109 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
110 sub_t a1; in test_main()
111 sub_t a2(a1); in test_main()
121 a1 = sub_t(0); in test_main()
123 a2 = sub_t(s2); in test_main()
172 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
173 typedef std::tr1::xor_combine<sub_t, 0, sub_t, 3> xor_t; in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/tr1/test/
H A Drun_random.cpp109 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
110 sub_t a1; in test_main()
111 sub_t a2(a1); in test_main()
121 a1 = sub_t(0); in test_main()
123 a2 = sub_t(s2); in test_main()
172 typedef std::tr1::subtract_with_carry< ::boost::int32_t, (1<<24), 10, 24> sub_t; in test_main() typedef
173 typedef std::tr1::xor_combine<sub_t, 0, sub_t, 3> xor_t; in test_main()
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/data/data_types/
H A Ddt_table.cc289 for (Table* sub_t : t.tables) in operator <<()
293 sub_t->set_print_whitespace(!t.one_line); in operator <<()
296 sub_t->set_one_line(true); in operator <<()
298 out << (*sub_t) << (t.one_line ? ", " : ",\n"); in operator <<()
303 for (Table* sub_t : t.tables) in operator <<()
305 if (sub_t->has_differences()) in operator <<()
309 sub_t->set_print_whitespace(!t.one_line); in operator <<()
312 sub_t->set_one_line(true); in operator <<()
314 out << (*sub_t) << (t.one_line ? ", " : ",\n"); in operator <<()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/input/
H A Dsubtitles.h21 struct sub_t { struct
26 sub_t(int64_t _start, int64_t _end, unsigned int _number, const std::string &_subs): in sub_t() argument
30 bool operator < (const sub_t &cmp) const {
37 std::deque<sub_t> entries;
38 std::deque<sub_t>::iterator current;
47 entries.push_back(sub_t(start, end, number, subs)); in add()

1234