Home
last modified time | relevance | path

Searched refs:cnt_left (Results 1 – 5 of 5) sorted by relevance

/dports/games/bomberclone/bomberclone-0.11.9/src/
H A Dgame.c425 int cnt_left = 0; in game_end() local
434 cnt_left = 0; in game_end()
441 cnt_left++; in game_end()
448 if (cnt_left == 1 && GT_MP_PTPM ){ in game_end()
460 cnt_left = 0; in game_end()
468 cnt_left++; in game_end()
474 if (cnt_left == 1) { in game_end()
476 cnt_left = 0; in game_end()
480 cnt_left++; in game_end()
482 teams[bman.lastwinner].points += cnt_left; in game_end()
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dhttpclient.c59 static unsigned cnt_left = 1, concurrency = 1; variable
338 --cnt_left; in on_body()
339 if (cnt_left >= concurrency) { in on_body()
635 if (sscanf(optarg, "%u", &cnt_left) != 1 || cnt_left < 1) { in main()
830 for (unsigned i = 0; i < concurrency && i < cnt_left; ++i) in main()
833 while (cnt_left != 0) { in main()
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DFCI.cpp2246 for ( unsigned int cnt_left = 0; cnt_left < numLeft; cnt_left++ ){ in GFmatrix_addition() local
2247 …if ( getOrb2Irrep( orbsLeft[ cnt_left] ) == getOrb2Irrep( orbitalRight ) ){ matchingIrrep = true; } in GFmatrix_addition()
2269 for ( unsigned int cnt_left = 0; cnt_left < numLeft; cnt_left++ ){ in GFmatrix_addition() local
2270 const int orbitalLeft = orbsLeft[ cnt_left ]; in GFmatrix_addition()
2273 …RePartsGF[ cnt_left + numLeft * cnt_right ] = FCIddot( addVecLength, addVector, RealPartSolution ); in GFmatrix_addition()
2274 …ImPartsGF[ cnt_left + numLeft * cnt_right ] = FCIddot( addVecLength, addVector, ImagPartSolution ); in GFmatrix_addition()
2337 for ( unsigned int cnt_left = 0; cnt_left < numLeft; cnt_left++ ){ in GFmatrix_removal() local
2338 …if ( getOrb2Irrep( orbsLeft[ cnt_left] ) == getOrb2Irrep( orbitalRight ) ){ matchingIrrep = true; } in GFmatrix_removal()
2360 for ( unsigned int cnt_left = 0; cnt_left < numLeft; cnt_left++ ){ in GFmatrix_removal() local
2361 const int orbitalLeft = orbsLeft[ cnt_left ]; in GFmatrix_removal()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/
H A Dbrec_part_hierarchy_learner.cxx30 int cnt_left = 0; in check_equal() local
34 cnt_left++; in check_equal()
44 if (cnt_left != cnt_right) in check_equal()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_memory.cpp1830 unsigned int cnt_left = cnt_got; in GetChunks() local
1831 while (cnt_left != 0) { in GetChunks()
1833 unsigned int occupy_size = min(got_chains[num].size, cnt_left); in GetChunks()
1835 cnt_left -= occupy_size; in GetChunks()