Home
last modified time | relevance | path

Searched defs:maxTeams (Results 1 – 5 of 5) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeTeam.h67 static int maxTeams; // maximum nuber of teams variable
H A DeTeam.cpp127 int eTeam::maxTeams=30; // maximum nuber of teams member in eTeam
655 void eTeam::Enforce( int minTeams, int maxTeams, int maxImbalance) in Enforce()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgGame.h159 int minTeams, maxTeams; variable
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DDataDistribution.actor.cpp996 int maxTeams = std::numeric_limits<int>::min(); in evaluateTeamQuality() local
1850 int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER*serverCount; in buildTeams() local
3848 int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER * processSize; variable
3868 int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER * processSize; variable
3891 state int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER * processSize; variable
3910 state int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER * processSize; variable
3928 state int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER * processSize; variable
3958 state int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER * processSize; variable
/dports/games/alephone/alephone-release-20190331/Source_Files/Network/Metaserver/
H A Dmetaserver_messages.cpp656 uint16 maxTeams; in operator >>() local
738 uint16 maxTeams = desc.m_teamsAllowed ? desc.m_maxPlayers : (uint16)-1; in operator <<() local