Home
last modified time | relevance | path

Searched refs:maybe_reset (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmtc_slave.cc132 maybe_reset (); in pre_process()
223 MTC_TransportMaster::maybe_reset () in maybe_reset() function in MTC_TransportMaster
308 maybe_reset (); in update_mtc_qtr()
339 maybe_reset (); in update_mtc_time()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Dringbuffer.c178 static void maybe_reset(ringbuffer_t *buffer) in maybe_reset() function
214 maybe_reset(buffer); in ringbuffer_read()
236 maybe_reset(buffer); in ringbuffer_read()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/proto/h1/
H A Dio.rs86 buf.maybe_reset(); in write_buf_mut()
235 fn maybe_reset(&mut self) { in maybe_reset() method
306 head.maybe_reset(); in buffer()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/proto/h1/
H A Dio.rs86 buf.maybe_reset();
235 fn maybe_reset(&mut self) {
306 head.maybe_reset();
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/io/ansi/
H A Ddocs.ex100 "#{color(:doc_metadata, options)}#{key}:#{maybe_reset(options)}"
727 IO.puts([color(style, options), string, maybe_reset(options)])
923 defp quote_prefix(options), do: "#{color(:doc_quote, options)}> #{maybe_reset(options)}"
926 [color(:doc_headings, options), String.duplicate("#", n), " ", text, maybe_reset(options)]
956 IO.puts(maybe_reset(options))
959 defp maybe_reset(options) do function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/io/ansi/
H A Ddocs.ex100 "#{color(:doc_metadata, options)}#{key}:#{maybe_reset(options)}"
723 IO.puts([color(style, options), string, maybe_reset(options)])
917 defp quote_prefix(options), do: "#{color(:doc_quote, options)}> #{maybe_reset(options)}"
920 [color(:doc_headings, options), String.duplicate("#", n), " ", text, maybe_reset(options)]
949 IO.puts(maybe_reset(options))
952 defp maybe_reset(options) do function
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtransport_master.h569 void maybe_reset ();