Home
last modified time | relevance | path

Searched refs:shuffle_index (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/src/
H A Dqueue.rs257 pub fn play(&self, mut index: usize, reshuffle: bool, shuffle_index: bool) { in main()
258 if shuffle_index && self.get_shuffle() { in main()
/dports/games/openttd/openttd-12.1/src/
H A Dmusic_gui.cpp189 size_t shuffle_index = InteractiveRandom() % (this->active_playlist.size() - i); in Shuffle() local
190 std::swap(this->active_playlist[i], this->active_playlist[i + shuffle_index]); in Shuffle()
/dports/science/plumed/plumed2-2.7.2/src/isdb/
H A DMetainferenceBase.cpp951 const unsigned shuffle_index = j + MCchunksize_ * i; in moveSigmas() local
952 if (shuffle_index >= sigma_.size()) { in moveSigmas()
956 const unsigned index = indices[shuffle_index]; in moveSigmas()
H A DMetainference.cpp1182 const unsigned shuffle_index = j + MCchunksize_ * i; in moveSigmas() local
1183 if (shuffle_index >= sigma_.size()) { in moveSigmas()
1187 const unsigned index = indices[shuffle_index]; in moveSigmas()
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dsavegame2.c3857 int shuffle_index = player_count(); in sg_load_players_basic() local
3860 shuffled_players[shuffle_index] = i; in sg_load_players_basic()
3861 shuffle_index++; in sg_load_players_basic()
3864 sg_failure_ret(shuffle_index <= player_slot_count(), in sg_load_players_basic()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dsavegame2.c3857 int shuffle_index = player_count(); in sg_load_players_basic() local
3860 shuffled_players[shuffle_index] = i; in sg_load_players_basic()
3861 shuffle_index++; in sg_load_players_basic()
3864 sg_failure_ret(shuffle_index <= player_slot_count(), in sg_load_players_basic()