Home
last modified time | relevance | path

Searched refs:priority_type (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/games/py-fife/fifengine-0.4.2/engine/core/util/structures/
H A Dpriorityqueue.h35 template<typename index_type, typename priority_type>
46 typedef std::pair<index_type, priority_type> value_type;
177 template<typename index_type, typename priority_type>
187 template<typename index_type, typename priority_type>
196 template<typename index_type, typename priority_type>
197 …ol FIFE::PriorityQueue<index_type, priority_type>::changeElementPriority(const index_type& index, … in changeElementPriority()
219 template<typename index_type, typename priority_type>
226 template<typename index_type, typename priority_type>
251 template<class index_type, class priority_type>
271 template<typename index_type, typename priority_type>
[all …]
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dpriority_queue.hxx81 typedef std::ptrdiff_t priority_type; typedef in vigra::BucketQueue
109 priority_type maxIndex() const in maxIndex()
116 priority_type topPriority() const in topPriority()
182 priority_type maxIndex() const in maxIndex()
187 priority_type topPriority() const in topPriority()
244 typedef typename BaseType::priority_type priority_type; typedef in vigra::MappedBucketQueue
315 typedef PriorityType priority_type; typedef in vigra::PriorityQueue
341 priority_type maxIndex() const in maxIndex()
348 priority_type topPriority() const in topPriority()
418 typedef T priority_type; typedef in vigra::ChangeablePriorityQueue
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dconnection_manager.h62 typedef uint8_t priority_type; typedef
64 static const priority_type iptos_default = 0;
65 static const priority_type iptos_lowdelay = IPTOS_LOWDELAY;
66 static const priority_type iptos_throughput = IPTOS_THROUGHPUT;
67 static const priority_type iptos_reliability = IPTOS_RELIABILITY;
70 static const priority_type iptos_mincost = IPTOS_MINCOST;
72 static const priority_type iptos_mincost = IPTOS_LOWCOST;
74 static const priority_type iptos_mincost = iptos_throughput;
124 priority_type priority() const { return m_priority; } in priority()
130 void set_priority(priority_type p) { m_priority = p; } in set_priority()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/convert/
H A Dconvert_impl.cpp53 uhd::dict<convert::priority_type, convert::function_type>>
61 const id_type& id, const function_type& fcn, const priority_type prio) in register_converter()
74 convert::function_type convert::get_converter(const id_type& id, const priority_type prio) in get_converter()
80 priority_type best_prio = -1; in get_converter()
81 for (priority_type prio_i : get_table()[id].keys()) { in get_converter()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/
H A Dconvert.hpp56 typedef int priority_type; typedef
82 const id_type& id, const function_type& fcn, const priority_type prio);
90 UHD_API function_type get_converter(const id_type& id, const priority_type prio = -1);
/dports/devel/grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc337 grpc_chttp2_transport* t, HPackParser::Priority priority_type) { in init_header_skip_frame_parser() argument
345 hpack_boundary_type(t, is_eoh), priority_type, in init_header_skip_frame_parser()
444 const auto priority_type = !is_continuation && (t->incoming_frame_flags & in init_header_frame_parser() local
458 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
468 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
476 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
482 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
495 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
509 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
540 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc337 grpc_chttp2_transport* t, HPackParser::Priority priority_type) { in init_header_skip_frame_parser() argument
345 hpack_boundary_type(t, is_eoh), priority_type, in init_header_skip_frame_parser()
444 const auto priority_type = !is_continuation && (t->incoming_frame_flags & in init_header_frame_parser() local
458 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
468 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
476 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
482 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
495 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
509 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
540 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc337 grpc_chttp2_transport* t, HPackParser::Priority priority_type) { in init_header_skip_frame_parser() argument
345 hpack_boundary_type(t, is_eoh), priority_type, in init_header_skip_frame_parser()
444 const auto priority_type = !is_continuation && (t->incoming_frame_flags & in init_header_frame_parser() local
458 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
468 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
476 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
482 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
495 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
509 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
540 return init_header_skip_frame_parser(t, priority_type); in init_header_frame_parser()
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/utils/
H A Dsocket_fd.h50 typedef uint8_t priority_type; typedef
66 bool set_priority(priority_type p);
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/net/
H A Dsocket_fd.h50 typedef uint8_t priority_type; typedef
65 bool set_priority(priority_type p);
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_TaskNode.hpp180 using priority_type = int16_t; typedef in Kokkos::Impl::TaskNode
197 priority_type m_priority; // size 2
213 m_priority(static_cast<priority_type>(priority)), in TaskNode()
329 m_priority = (priority_type)priority; in set_priority()
335 m_priority = (priority_type)priority; in set_priority()
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_TaskNode.hpp180 using priority_type = int16_t; typedef in Kokkos::Impl::TaskNode
197 priority_type m_priority; // size 2
213 m_priority(static_cast<priority_type>(priority)), in TaskNode()
329 m_priority = (priority_type)priority; in set_priority()
335 m_priority = (priority_type)priority; in set_priority()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_TaskNode.hpp180 using priority_type = int16_t; typedef in Kokkos::Impl::TaskNode
197 priority_type m_priority; // size 2
213 m_priority(static_cast<priority_type>(priority)), in TaskNode()
329 m_priority = (priority_type)priority; in set_priority()
335 m_priority = (priority_type)priority; in set_priority()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/utils/
H A Dconverter_benchmark.cpp269 priority_type prio = -1, max_prio; in UHD_SAFE_MAIN()
284 …("max-prio", po::value<priority_type>(&max_prio)->default_value(4), "Largest available priority (a… in UHD_SAFE_MAIN()
335 uhd::dict<priority_type, converter::sptr> conv_list; in UHD_SAFE_MAIN()
345 for (priority_type i = 0; i < max_prio; i++) { in UHD_SAFE_MAIN()
395 for (priority_type prio_i : conv_list.keys()) { in UHD_SAFE_MAIN()
404 for (priority_type prio_i : conv_list.keys()) { in UHD_SAFE_MAIN()
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest24.1.prog.c294 xfree(slurmctld_conf.priority_type); in main()
303 xfree(conf->priority_type); in main()
304 conf->priority_type = xstrdup("priority/multifactor"); in main()
H A Dtest24.3.prog.c407 xfree(slurmctld_conf.priority_type); in main()
416 xfree(conf->priority_type); in main()
417 conf->priority_type = xstrdup("priority/multifactor"); in main()
/dports/devel/boost-docs/boost_1_72_0/boost/intrusive/
H A Dtreap.hpp63 typedef typename priority_of_value::type priority_type; typedef
65 , priority_type
137 (typename treap_prio_types_t::priority_type) priority_type; typedef in boost::intrusive::treap_impl
602 ( const key_type &key, const priority_type &prio, insert_commit_data &commit_data) in insert_unique_check()
634 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_… in insert_unique_check()
H A Dtreap_set.hpp76 typedef typename implementation_defined::priority_type priority_type; typedef in boost::intrusive::treap_set_impl
248 …std::pair<iterator, bool> insert_check( const key_type &key, const priority_type &prio, insert_com… in insert_check()
253 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_… in insert_check()
634 typedef typename implementation_defined::priority_type priority_type; typedef in boost::intrusive::treap_multiset_impl
/dports/devel/hyperscan/boost_1_75_0/boost/intrusive/
H A Dtreap.hpp63 typedef typename priority_of_value::type priority_type; typedef
65 , priority_type
137 (typename treap_prio_types_t::priority_type) priority_type; typedef in boost::intrusive::treap_impl
602 ( const key_type &key, const priority_type &prio, insert_commit_data &commit_data) in insert_unique_check()
634 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_… in insert_unique_check()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/intrusive/
H A Dtreap.hpp63 typedef typename priority_of_value::type priority_type;
65 , priority_type
137 (typename treap_prio_types_t::priority_type) priority_type;
602 ( const key_type &key, const priority_type &prio, insert_commit_data &commit_data)
634 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_…
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/intrusive/
H A Dtreap.hpp63 typedef typename priority_of_value::type priority_type; typedef
65 , priority_type
137 (typename treap_prio_types_t::priority_type) priority_type; typedef in boost::intrusive::treap_impl
602 ( const key_type &key, const priority_type &prio, insert_commit_data &commit_data) in insert_unique_check()
634 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_… in insert_unique_check()
/dports/devel/boost-libs/boost_1_72_0/boost/intrusive/
H A Dtreap.hpp63 typedef typename priority_of_value::type priority_type; typedef
65 , priority_type
137 (typename treap_prio_types_t::priority_type) priority_type; typedef in boost::intrusive::treap_impl
602 ( const key_type &key, const priority_type &prio, insert_commit_data &commit_data) in insert_unique_check()
634 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_… in insert_unique_check()
/dports/devel/boost-python-libs/boost_1_72_0/boost/intrusive/
H A Dtreap.hpp63 typedef typename priority_of_value::type priority_type; typedef
65 , priority_type
137 (typename treap_prio_types_t::priority_type) priority_type; typedef in boost::intrusive::treap_impl
602 ( const key_type &key, const priority_type &prio, insert_commit_data &commit_data) in insert_unique_check()
634 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_… in insert_unique_check()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/intrusive/
H A Dtreap.hpp63 typedef typename priority_of_value::type priority_type; typedef
65 , priority_type
137 (typename treap_prio_types_t::priority_type) priority_type; typedef in boost::intrusive::treap_impl
602 ( const key_type &key, const priority_type &prio, insert_commit_data &commit_data) in insert_unique_check()
634 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_… in insert_unique_check()
/dports/devel/R-cran-BH/BH/inst/include/boost/intrusive/
H A Dtreap.hpp63 typedef typename priority_of_value::type priority_type; typedef
65 , priority_type
137 (typename treap_prio_types_t::priority_type) priority_type; typedef in boost::intrusive::treap_impl
602 ( const key_type &key, const priority_type &prio, insert_commit_data &commit_data) in insert_unique_check()
634 …( const_iterator hint, const key_type &key, const priority_type &prio, insert_commit_data &commit_… in insert_unique_check()

12345678910