Home
last modified time | relevance | path

Searched refs:which_input (Results 1 – 15 of 15) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dblock_gateway.h167 void block__consume(int which_input, int how_many_items) in block__consume() argument
169 return gr::block::consume(which_input, how_many_items); in block__consume()
203 uint64_t block__nitems_read(unsigned int which_input) in block__nitems_read() argument
205 return gr::block::nitems_read(which_input); in block__nitems_read()
237 std::vector<tag_t> block__get_tags_in_range(unsigned int which_input, in block__get_tags_in_range() argument
242 gr::block::get_tags_in_range(tags, which_input, abs_start, abs_end); in block__get_tags_in_range()
246 std::vector<tag_t> block__get_tags_in_range(unsigned int which_input, in block__get_tags_in_range() argument
252 gr::block::get_tags_in_range(tags, which_input, abs_start, abs_end, key); in block__get_tags_in_range()
256 std::vector<tag_t> block__get_tags_in_window(unsigned int which_input, in block__get_tags_in_window() argument
261 gr::block::get_tags_in_window(tags, which_input, rel_start, rel_end); in block__get_tags_in_window()
[all …]
H A Dblock.h256 void consume(int which_input, int how_many_items);
364 uint64_t nitems_read(unsigned int which_input);
817 inline void remove_item_tag(unsigned int which_input,
828 this->remove_item_tag(which_input, tag);
837 void remove_item_tag(unsigned int which_input, const tag_t& tag);
853 unsigned int which_input,
873 unsigned int which_input,
900 unsigned int which_input,
917 unsigned int which_input,
H A Dblock_detail.h77 void consume(int which_input, int how_many_items);
98 uint64_t nitems_read(unsigned int which_input);
132 void remove_item_tag(unsigned int which_input, const tag_t& tag, long id);
150 unsigned int which_input,
175 unsigned int which_input,
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dblock.cc178 void block::consume(int which_input, int how_many_items) in consume() argument
180 d_detail->consume(which_input, how_many_items); in consume()
200 uint64_t block::nitems_read(unsigned int which_input) in nitems_read() argument
203 return d_detail->nitems_read(which_input); in nitems_read()
227 d_detail->remove_item_tag(which_input, tag, unique_id()); in remove_item_tag()
231 unsigned int which_input, in get_tags_in_range() argument
239 unsigned int which_input, in get_tags_in_range() argument
248 unsigned int which_input, in get_tags_in_window() argument
253 which_input, in get_tags_in_window()
260 unsigned int which_input, in get_tags_in_window() argument
[all …]
H A Dblock_detail.cc104 void block_detail::consume(int which_input, int how_many_items) in consume() argument
108 input(which_input)->update_read_pointer(how_many_items); in consume()
142 uint64_t block_detail::nitems_read(unsigned int which_input) in nitems_read() argument
144 if (which_input >= d_ninputs) in nitems_read()
146 return d_input[which_input]->nitems_read(); in nitems_read()
184 void block_detail::remove_item_tag(unsigned int which_input, const tag_t& tag, long id) in remove_item_tag() argument
190 d_input[which_input]->buffer()->remove_item_tag(tag, id); in remove_item_tag()
195 unsigned int which_input, in get_tags_in_range() argument
201 d_input[which_input]->get_tags_in_range(v, abs_start, abs_end, id); in get_tags_in_range()
205 unsigned int which_input, in get_tags_in_range() argument
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/lib/
H A Dclkdist.c126 void setup_TI_CDCE18005(TI_Input_10_MHz which_input) { in setup_TI_CDCE18005() argument
130 if(which_input == Primary_GPS) { in setup_TI_CDCE18005()
178 bool check_TI_CDCE18005(TI_Input_10_MHz which_input, in check_TI_CDCE18005() argument
181 if(which_input == Primary_GPS){ in check_TI_CDCE18005()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/
H A Dclkdist.h43 void setup_TI_CDCE18005(TI_Input_10_MHz which_input);
51 bool check_TI_CDCE18005(TI_Input_10_MHz which_input, CDCE18005 which_register);
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/drivers/
H A Dhydra.c26 static UINT8 which_input; variable
91 which_input = (offset / 2); in WRITE_HANDLER()
102 if (which_input < 3) in READ_HANDLER()
103 return readinputport(1 + which_input) << 8; in READ_HANDLER()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/control_protocol/
H A Dcontrol_protocol.cc218 ControlProtocol::route_get_peak_input_power (uint32_t table_index, uint32_t which_input) in route_get_peak_input_power() argument
230 return r->peak_meter()->meter_level (which_input, MeterPeak); in route_get_peak_input_power()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/swig/
H A Dblock.i60 uint64_t nitems_read(unsigned int which_input);
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/control_protocol/control_protocol/
H A Dcontrol_protocol.h120 float route_get_peak_input_power (uint32_t table_index, uint32_t which_input);
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Datarigx2.c37 static UINT8 which_input;
102 which_input = offset * 2;
104 which_input = offset * 2 + 1;
H A Datarig1.c35 static UINT8 which_input; variable
116 which_input = offset; in WRITE16_HANDLER()
127 if (which_input < 3) in READ16_HANDLER()
128 return readinputport(1 + which_input) << 8; in READ16_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Datarigx2.c37 static UINT8 which_input;
102 which_input = offset * 2;
104 which_input = offset * 2 + 1;
H A Datarig1.c35 static UINT8 which_input; variable
116 which_input = offset; in WRITE16_HANDLER()
127 if (which_input < 3) in READ16_HANDLER()
128 return readinputport(1 + which_input) << 8; in READ16_HANDLER()