Home
last modified time | relevance | path

Searched refs:atlevel (Results 1 – 2 of 2) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/src/fingerprints/
H A Dfinger2.cpp174 int atlevel = levels[pnxtat->GetIdx()-1]; in getFragments() local
175 if(atlevel) //ring in getFragments()
177 if(atlevel==1) in getFragments()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Daccount_wrap.c2152 unsigned int atlevel = 0; in account_get_highestladderlevel() local
2167 if ((t = team_get_level(team)) > atlevel) in account_get_highestladderlevel()
2168 atlevel = t; in account_get_highestladderlevel()
2173 … %d, Team Level %d, FFA Level %d, Highest AT Team Level: %d",sololevel,teamlevel,ffalevel,atlevel); in account_get_highestladderlevel()
2175 if(sololevel >= teamlevel && sololevel >= atlevel && sololevel >= ffalevel) in account_get_highestladderlevel()
2177 if(teamlevel >= sololevel && teamlevel >= atlevel && teamlevel >= ffalevel) in account_get_highestladderlevel()
2179 if(atlevel >= sololevel && atlevel >= teamlevel && atlevel >= ffalevel) in account_get_highestladderlevel()
2180 return atlevel; in account_get_highestladderlevel()