Home
last modified time | relevance | path

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

12

/netbsd/src/games/tetris/
Dscores.c82 static struct highscore scores[NUMSPOTS]; variable
302 readname(scores[i].hs_name, sizeof(scores[i].hs_name), in readscores()
304 scores[i].hs_score = read32(buf[i].hso_score, doflip); in readscores()
305 scores[i].hs_level = read32(buf[i].hso_level, doflip); in readscores()
306 scores[i].hs_time = read64(buf[i].hso_time, doflip); in readscores()
329 readname(scores[i].hs_name, sizeof(scores[i].hs_name), in readscores599()
331 scores[i].hs_score = read32(buf[i].hso599_score, doflip); in readscores599()
332 scores[i].hs_level = read32(buf[i].hso599_level, doflip); in readscores599()
337 scores[i].hs_time = in readscores599()
362 readname(scores[i].hs_name, sizeof(scores[i].hs_name), in readscores50()
[all …]
DMakefile5 SRCS= input.c screen.c shapes.c scores.c tetris.c
13 COPTS.scores.c+= ${CC_WNO_FORMAT_TRUNCATION}
/netbsd/src/games/snake/snscore/
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/src/games/rogue/
Dscore.c339 struct score_entry scores[NUM_SCORE_ENTRIES]; in put_scores() local
358 if (read_score_entry(&scores[numscores], fp) == 0) { in put_scores()
365 if (!strcmp(scores[i].username, login_name)) { in put_scores()
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()
[all …]
DCHANGES25 The score is keyed to winning scores, and no player may appear twice.
/netbsd/src/distrib/sets/lists/etc/
Dmi386 ./var/games/atc_score etc-games-scores
387 ./var/games/battlestar.log etc-games-scores
388 ./var/games/cfscores etc-games-scores
389 ./var/games/criblog etc-games-scores
390 ./var/games/hackdir/record etc-games-scores
391 ./var/games/larn/llog12.0 etc-games-scores
392 ./var/games/larn/lscore12.0 etc-games-scores
393 ./var/games/larn/playerids etc-games-scores
394 ./var/games/phantasia/characs etc-games-scores
395 ./var/games/phantasia/scoreboard etc-games-scores
[all …]
/netbsd/src/distrib/syspkg/sets/etc/etc-games-scores/
DMakefile3 PKGBASE=etc-games-scores
/netbsd/src/games/cribbage/
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/src/games/larn/
DMakefile64 monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \
DREADME46 scores.c code to process and manage the scoreboard
/netbsd/src/distrib/syspkg/sets/etc/
DMakefile12 SUBDIR+=etc-games-scores
/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
Dgimplify.cc11948 int *scores) in omp_construct_selector_matches() argument
11967 if (scores) in omp_construct_selector_matches()
11981 if (scores == NULL) in omp_construct_selector_matches()
12004 if (scores) in omp_construct_selector_matches()
12027 if (scores) in omp_construct_selector_matches()
12046 if (scores) in omp_construct_selector_matches()
12051 if (scores) in omp_construct_selector_matches()
12063 *scores++ = j - 1; in omp_construct_selector_matches()
12065 *scores++ = j; in omp_construct_selector_matches()
12067 *scores++ = ((pass == 0 && declare_simd_cnt != -1) in omp_construct_selector_matches()
DChangeLog-20194245 don't punt immediately, but compute scores of all variants and if
7414 SCORES is non-NULL, compute scores of each construct.
7420 (omp_resolve_declare_variant): Compute scores and decide based on
/netbsd/src/etc/
DMakefile331 games games 664 /var/games/rogue.scores \
335 games games 664 /var/games/tetris.scores
/netbsd/src/games/larn/datfiles/
Dlarn.help41 larn -i list scores with inventories
/netbsd/src/usr.bin/calendar/calendars/
Dcalendar.music30 well-known for his many motion picture and television scores
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dmacintosh258 >0 string SCFL Defender scores
/netbsd/src/distrib/sets/
Ddeps291 etc-games-scores base-games-root
Dcomments261 etc-games-scores empty score files for games
Ddescrs516 etc-games-scores empty score files for games
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dx86-tune.def425 scores (sub 0.3%), disabling inter-unit moves penalizes noticeably hand
/netbsd/src/games/fortune/datfiles/
Dlimerick-o.real2965 She was rogered by scores
Dfortunes2-o.real8032 (And Esposito scores on the rebound!)
10977 Your mother scores more than Wayne Gretzky!
/netbsd/src/external/ibm-public/postfix/dist/
DHISTORY18635 partial scores when some DNS lookup result is unavailable,
18637 use partial scores instead of ignoring them. File:

12