Home
last modified time | relevance | path

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

/dports/science/nest/nest-simulator-3.1/models/
H A Dcorrelospinmatrix_detector.cpp228 last_change_.clear(); in reset()
229 last_change_.resize( p.N_channels_ ); in reset()
341 S_.last_change_[ curr_i ] = stamp.get_steps(); in handle()
371 S_.last_change_[ curr_i ] = stamp.get_steps(); in handle()
380 long t_i_on = S_.last_change_[ i ]; in handle()
396 if ( S_.last_change_[ n ] < t_min_on ) in handle()
398 t_min_on = S_.last_change_[ n ]; in handle()
478 S_.last_change_[ i ] = t_i_off; in handle()
H A Dcorrelospinmatrix_detector.h267 std::vector< long > last_change_; member
/dports/biology/scrm/scrm-1.7.4/src/
H A Dnode.h98 size_t last_change() const { return last_change_; } in last_change()
99 void set_last_change(const size_t pos) { last_change_ = pos; } in set_last_change()
166 size_t last_change_; // The recombination at which the subtree below the node variable
/dports/multimedia/snapcast/snapcast-0.25.0/client/player/
H A Dalsa_player.hpp82 std::chrono::time_point<std::chrono::steady_clock> last_change_; member in player::AlsaPlayer
H A Dpulse_player.hpp81 std::chrono::time_point<std::chrono::steady_clock> last_change_; member in player::PulsePlayer
H A Dpulse_player.cpp189 last_change_ = std::chrono::steady_clock::now(); in setHardwareVolume()
225 if (now - self->last_change_ < 1s) in triggerVolumeUpdate()
228 … << std::chrono::duration_cast<std::chrono::milliseconds>(now - self->last_change_).count() in triggerVolumeUpdate()
H A Dalsa_player.cpp91 last_change_ = std::chrono::steady_clock::now(); in setHardwareVolume()
206 if (now - last_change_ < 1s) in waitForEvent()
208 …e by server: " << std::chrono::duration_cast<std::chrono::milliseconds>(now - last_change_).count() in waitForEvent()