Home
last modified time | relevance | path

Searched refs:coor (Results 1 – 16 of 16) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp91 observe_on_state(dest_type d, coordinator_type coor, composite_subscription cs) in observe_on_state()
94 , coordinator(std::move(coor)) in observe_on_state()
181 observe_on_observer(dest_type d, coordinator_type coor, composite_subscription cs) in observe_on_observer()
182 … : state(std::make_shared<observe_on_state>(std::move(d), std::move(coor), std::move(cs))) in observe_on_observer()
206 auto coor = cn.create_coordinator(d.get_subscription()); in make() local
209 this_type o(d, std::move(coor), cs); in make()
Drx-switch_on_next.hpp88 switch_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
92 , coordinator(std::move(coor)) in on_subscribe()
Drx-merge.hpp109 merge_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
113 , coordinator(std::move(coor)) in on_subscribe()
Drx-merge_delay_error.hpp102 merge_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
106 , coordinator(std::move(coor)) in on_subscribe()
Drx-amb.hpp105 amb_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
108 , coordinator(std::move(coor)) in on_subscribe()
Drx-skip_until.hpp93 state_type(const values& i, coordinator_type coor, const output_type& oarg) in on_subscribe()
96 , coordinator(std::move(coor)) in on_subscribe()
Drx-concat.hpp105 concat_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
110 , coordinator(std::move(coor)) in on_subscribe()
Drx-take_until.hpp103 take_until_state_type(const values& i, coordinator_type coor, const output_type& oarg) in on_subscribe()
106 , coordinator(std::move(coor)) in on_subscribe()
Drx-sequence_equal.hpp87 state_type(const values& vals, coordinator_type coor, const output_type& o) in on_subscribe()
89 , coordinator(std::move(coor)) in on_subscribe()
Drx-with_latest_from.hpp210 with_latest_from_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
214 , coordinator(std::move(coor)) in on_subscribe()
Drx-combine_latest.hpp210 combine_latest_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
214 , coordinator(std::move(coor)) in on_subscribe()
Drx-zip.hpp242 zip_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
246 , coordinator(std::move(coor)) in on_subscribe()
Drx-flat_map.hpp134 state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
137 , coordinator(std::move(coor)) in on_subscribe()
Drx-concat_map.hpp138 concat_map_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
142 , coordinator(std::move(coor)) in on_subscribe()
/external/libaom/libaom/av1/common/
Dmv.h172 static INLINE int convert_to_trans_prec(int allow_hp, int coor) { in convert_to_trans_prec() argument
174 return ROUND_POWER_OF_TWO_SIGNED(coor, WARPEDMODEL_PREC_BITS - 3); in convert_to_trans_prec()
176 return ROUND_POWER_OF_TWO_SIGNED(coor, WARPEDMODEL_PREC_BITS - 2) * 2; in convert_to_trans_prec()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-synchronize.hpp96 … synchronize_observer_state(coordinator_type coor, composite_subscription cs, output_type scbr) in synchronize_observer_state()
99 , coordinator(std::move(coor)) in synchronize_observer_state()