Home
last modified time | relevance | path

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

/dports/biology/mapm3/mapm3-3.0_1/mapm/
H A Dprint.c356 int num_tried, first;
364 if (num_tried>8) send(CRASH);
370 for (i=0; i<num_tried; i++) {
390 for (i=0; i<num_tried*width_ea-1; i++) print("-");
395 for (j=0; j<num_tried; j++) /* j=try_marker */
408 for (j=0; j<num_tried*width_ea-1; j++) print(" ");
414 for (i=0; i<num_tried*width_ea-1; i++) print("-");
419 for (j=0; j<num_tried; j++) {
422 print(pad_to_len(ps,width_ea-(j==num_tried-1 ? 1:0)));
427 for (i=0; i<num_tried*width_ea-1; i++) print("-");
[all …]
/dports/games/gnugo/gnugo-3.8/engine/
H A Dreading.c220 int num_tried; member
1445 moves.num_tried = 0; in defend1()
1532 moves.num_tried = 0; in defend2()
1675 moves.num_tried = 0; in defend3()
1839 moves.num_tried = 0; in defend4()
3103 moves.num_tried = 0; in attack2()
3283 moves.num_tried = 0; in attack3()
3416 moves.num_tried = 0; in attack4()
4831 moves.num_tried = 0; in restricted_defend1()
5611 moves.num_tried = 0; in simple_ladder()
[all …]
/dports/games/minetest/minetest-5.4.1/src/
H A Dserver.cpp3523 int num_tried = 0; in rollbackRevertActions() local
3527 num_tried++; in rollbackRevertActions()
3532 os<<"Revert of step ("<<num_tried<<") "<<action.toString()<<" failed"; in rollbackRevertActions()
3538 os<<"Successfully reverted step ("<<num_tried<<") "<<action.toString(); in rollbackRevertActions()
3545 infostream<<"Map::rollbackRevertActions(): "<<num_failed<<"/"<<num_tried in rollbackRevertActions()
3549 return num_failed <= num_tried/2; in rollbackRevertActions()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dssh2userauth.c181 int num_tried = 0; in load_keyfiles() local
190 ++num_tried; in load_keyfiles()
267 if (num_tried) { in load_keyfiles()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dserver.cpp5250 int num_tried = 0; in rollbackRevertActions() local
5258 num_tried++; in rollbackRevertActions()
5263 os<<"Revert of step ("<<num_tried<<") "<<action.toString()<<" failed"; in rollbackRevertActions()
5269 os<<"Successfully reverted step ("<<num_tried<<") "<<action.toString(); in rollbackRevertActions()
5276 infostream<<"Map::rollbackRevertActions(): "<<num_failed<<"/"<<num_tried in rollbackRevertActions()
5280 return num_failed <= num_tried/2; in rollbackRevertActions()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dcallbacks.c5154 int num_tried = 0, num_clips; local
5185 …if (num_tried++ == num_clips) return TRUE; // we might have only audio clips, and then we will blo…
5203 int num_tried = 0, num_clips; local
5231 …if (num_tried++ == num_clips) return TRUE; // we might have only audio clips, and then we will blo…