Home
last modified time | relevance | path

Searched refs:scores (Results 1 – 25 of 41) sorted by relevance

12

/netbsd/games/tetris/
H A Dscores.c82 static struct highscore scores[NUMSPOTS]; variable
302 readname(scores[i].hs_name, sizeof(scores[i].hs_name), in readscores()
329 readname(scores[i].hs_name, sizeof(scores[i].hs_name), in readscores599()
337 scores[i].hs_time = in readscores599()
362 readname(scores[i].hs_name, sizeof(scores[i].hs_name), in readscores50()
614 memcpy(buf[i].hso_name, scores[i].hs_name, in putscores()
616 buf[i].hso_score = scores[i].hs_score; in putscores()
617 buf[i].hso_level = scores[i].hs_level; in putscores()
619 buf[i].hso_time = scores[i].hs_time; in putscores()
703 nscores = checkscores(scores, nscores); in savescore()
[all …]
H A DMakefile5 SRCS= input.c screen.c shapes.c scores.c tetris.c
13 COPTS.scores.c+= ${CC_WNO_FORMAT_TRUNCATION}
/netbsd/games/snake/snscore/
H A Dsnscore.c60 short scores; member
101 players[noplayers].scores = score; in main()
117 if (players[i].scores < players[i + 1].scores) { in main()
127 printf("%d:\t$%d\t%s\n", j, players[i].scores, players[i].name); in main()
128 if (players[i].scores > players[i + 1].scores) in main()
/netbsd/games/rogue/
H A Dscore.c339 struct score_entry scores[NUM_SCORE_ENTRIES]; in put_scores() local
367 if (rogue.gold < scores[i].gold) { in put_scores()
382 scores[i] = scores[i+1]; in put_scores()
394 if (rogue.gold >= scores[i].gold) { in put_scores()
403 scores[i] = scores[i-1]; in put_scores()
408 make_score(&scores[rank], monster, other); in put_scores()
418 write_score_entry(&scores[i], i, fp); in put_scores()
435 if (scores[i].nickname[0]) { in put_scores()
436 name = scores[i].nickname; in put_scores()
438 name = scores[i].username; in put_scores()
[all …]
H A DCHANGES25 The score is keyed to winning scores, and no player may appear twice.
/netbsd/distrib/sets/lists/etc/
H A Dmi384 ./var/games/atc_score etc-games-scores
385 ./var/games/battlestar.log etc-games-scores
386 ./var/games/cfscores etc-games-scores
387 ./var/games/criblog etc-games-scores
388 ./var/games/hackdir/record etc-games-scores
389 ./var/games/larn/llog12.0 etc-games-scores
394 ./var/games/robots_roll etc-games-scores
395 ./var/games/rogue.scores etc-games-scores
396 ./var/games/saillog etc-games-scores
397 ./var/games/snake.log etc-games-scores
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py424 for reviewer, scores in matched_reviewers:
427 "(" + "/".join(["{0:.1f}%".format(s) for s in scores]) + ")"))
430 reviewer2reviews_and_scores[reviewer].append((review, scores))
438 for review, scores in reviews_and_scores:
440 "/".join(["{0:.1f}%".format(s) for s in scores]), review.id,
/netbsd/distrib/syspkg/sets/etc/etc-games-scores/
H A DMakefile3 PKGBASE=etc-games-scores
/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-general.c1444 int scores[12]; in omp_context_compute_score() local
1449 if (omp_construct_selector_matches (constructs, nconstructs, scores) in omp_context_compute_score()
1453 if (scores[b + nconstructs] + 4U < score->get_precision ()) in omp_context_compute_score()
1457 if (scores[b + n] < 0) in omp_context_compute_score()
1462 *score += wi::shifted_mask <widest_int> (scores[b + n], 1, false); in omp_context_compute_score()
1465 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs], in omp_context_compute_score()
1468 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs] + 1, in omp_context_compute_score()
1471 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs] + 2, in omp_context_compute_score()
H A Domp-general.cc1994 int scores[12]; in omp_context_compute_score() local
1999 if (omp_construct_selector_matches (constructs, nconstructs, scores) in omp_context_compute_score()
2003 if (scores[b + nconstructs] + 4U < score->get_precision ()) in omp_context_compute_score()
2007 if (scores[b + n] < 0) in omp_context_compute_score()
2012 *score += wi::shifted_mask <widest_int> (scores[b + n], 1, false); in omp_context_compute_score()
2015 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs], in omp_context_compute_score()
2018 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs] + 1, in omp_context_compute_score()
2021 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs] + 2, in omp_context_compute_score()
H A Dgimplify.c10691 int *scores) in omp_construct_selector_matches() argument
10710 if (scores) in omp_construct_selector_matches()
10724 if (scores == NULL) in omp_construct_selector_matches()
10747 if (scores) in omp_construct_selector_matches()
10770 if (scores) in omp_construct_selector_matches()
10789 if (scores) in omp_construct_selector_matches()
10794 if (scores) in omp_construct_selector_matches()
10806 *scores++ = j - 1; in omp_construct_selector_matches()
10808 *scores++ = j; in omp_construct_selector_matches()
10810 *scores++ = ((pass == 0 && declare_simd_cnt != -1) in omp_construct_selector_matches()
H A Dgimplify.cc11942 int *scores) in omp_construct_selector_matches() argument
11961 if (scores) in omp_construct_selector_matches()
11975 if (scores == NULL) in omp_construct_selector_matches()
11998 if (scores) in omp_construct_selector_matches()
12021 if (scores) in omp_construct_selector_matches()
12040 if (scores) in omp_construct_selector_matches()
12045 if (scores) in omp_construct_selector_matches()
12057 *scores++ = j - 1; in omp_construct_selector_matches()
12059 *scores++ = j; in omp_construct_selector_matches()
12061 *scores++ = ((pass == 0 && declare_simd_cnt != -1) in omp_construct_selector_matches()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.c1444 int scores[12]; in omp_context_compute_score() local
1449 if (omp_construct_selector_matches (constructs, nconstructs, scores) in omp_context_compute_score()
1453 if (scores[b + nconstructs] + 4U < score->get_precision ()) in omp_context_compute_score()
1457 if (scores[b + n] < 0) in omp_context_compute_score()
1462 *score += wi::shifted_mask <widest_int> (scores[b + n], 1, false); in omp_context_compute_score()
1465 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs], in omp_context_compute_score()
1468 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs] + 1, in omp_context_compute_score()
1471 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs] + 2, in omp_context_compute_score()
H A Dgimplify.c10691 int *scores) in omp_construct_selector_matches() argument
10710 if (scores) in omp_construct_selector_matches()
10724 if (scores == NULL) in omp_construct_selector_matches()
10747 if (scores) in omp_construct_selector_matches()
10770 if (scores) in omp_construct_selector_matches()
10789 if (scores) in omp_construct_selector_matches()
10794 if (scores) in omp_construct_selector_matches()
10806 *scores++ = j - 1; in omp_construct_selector_matches()
10808 *scores++ = j; in omp_construct_selector_matches()
10810 *scores++ = ((pass == 0 && declare_simd_cnt != -1) in omp_construct_selector_matches()
/netbsd/games/cribbage/
H A Dcribbage.n127 fifteen scores 2.
129 Each pair of cards of the same rank scores 2.
133 scores 1 for each card in the run.
140 scores 1.
181 around," the scores must be pegged strictly in order: his heels, pegging
/netbsd/games/larn/
H A DMakefile64 monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \
H A DREADME46 scores.c code to process and manage the scoreboard
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dguess_example.txt26 Previous high scores,
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dguess_example.txt26 Previous high scores,
/netbsd/distrib/syspkg/sets/etc/
H A DMakefile12 SUBDIR+=etc-games-scores
/netbsd/etc/
H A DMakefile335 games games 664 /var/games/rogue.scores \
339 games games 664 /var/games/tetris.scores
/netbsd/games/larn/datfiles/
H A Dlarn.help41 larn -i list scores with inventories
/netbsd/usr.bin/calendar/calendars/
H A Dcalendar.music30 well-known for his many motion picture and television scores
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dmacintosh250 >0 string SCFL Defender scores
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune.def396 scores (sub 0.3%), disabling inter-unit moves penalizes noticeably hand

12