| /src/distrib/syspkg/sets/etc/etc-games-scores/ |
| Makefile | 3 PKGBASE=etc-games-scores
|
| /src/games/tetris/ |
| Makefile | 5 SRCS= input.c screen.c shapes.c scores.c tetris.c 13 COPTS.scores.c+= ${CC_WNO_FORMAT_TRUNCATION}
|
| scores.c | 1 /* $NetBSD: scores.c,v 1.27 2025/12/16 12:37:09 nia Exp $ */ 34 * @(#)scores.c 8.1 (Berkeley) 5/31/93 59 #include "scores.h" 63 * Allow updating the high scores unless we're built as part of /rescue. 74 * As long as the scores are kept sorted, this is simply the first one at 83 static struct highscore scores[NUMSPOTS]; variable in typeref:struct:highscore 303 readname(scores[i].hs_name, sizeof(scores[i].hs_name), 305 scores[i].hs_score = read32(buf[i].hso_score, doflip); 306 scores[i].hs_level = read32(buf[i].hso_level, doflip) [all...] |
| /src/games/snake/snscore/ |
| snscore.c | 60 short scores; member in struct:player 85 printf("Snake players scores to date\n"); 87 printf("No scores recorded yet!\n"); 101 players[noplayers].scores = score; 113 /* bubble sort scores */ 117 if (players[i].scores < players[i + 1].scores) { 127 printf("%d:\t$%d\t%s\n", j, players[i].scores, players[i].name); 128 if (players[i].scores > players[i + 1].scores) [all...] |
| /src/games/rogue/ |
| score.c | 339 struct score_entry scores[NUM_SCORE_ENTRIES]; local 358 if (read_score_entry(&scores[numscores], fp) == 0) { 365 if (!strcmp(scores[i].username, login_name)) { 367 if (rogue.gold < scores[i].gold) { 382 scores[i] = scores[i+1]; 394 if (rogue.gold >= scores[i].gold) { 403 scores[i] = scores[i-1]; 408 make_score(&scores[rank], monster, other) [all...] |
| /src/games/larn/ |
| Makefile | 64 monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \
|
| /src/distrib/syspkg/sets/etc/ |
| Makefile | 12 SUBDIR+=etc-games-scores
|
| /src/external/apache2/llvm/dist/llvm/utils/Reviewing/ |
| find_interesting_reviews.py | 424 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, 563 # Compute "match scores"
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-general.cc | 1994 int scores[12]; 1999 if (omp_construct_selector_matches (constructs, nconstructs, scores) 2003 if (scores[b + nconstructs] + 4U < score->get_precision ()) 2007 if (scores[b + n] < 0) 2012 *score += wi::shifted_mask <widest_int> (scores[b + n], 1, false); 2015 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs], 2018 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs] + 1, 2021 *score += wi::shifted_mask <widest_int> (scores[b + nconstructs] + 2,
|
| gimplify.cc | 11942 and 1 if they do. If SCORES is non-NULL, it should point to an array 11947 the function returns 2 and there will be two sets of the scores, the first 11953 int *scores) 11972 if (scores) 11986 if (scores == NULL) 12009 if (scores) 12032 if (scores) 12051 if (scores) 12056 if (scores) 12068 *scores++ = j - 1 [all...] |
| /src/etc/ |
| Makefile | 331 games games 664 /var/games/rogue.scores \ 335 games games 664 /var/games/tetris.scores
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.cc | 2237 int *scores 2239 if (omp_construct_selector_matches (constructs, nconstructs, scores) 2243 if (scores[b + nconstructs] + 4U < score->get_precision ()) 2247 if (scores[b + n] < 0) 2252 *score += wi::shifted_mask <score_wide_int> (scores[b + n], 1, false); 2255 *score += wi::shifted_mask <score_wide_int> (scores[b + nconstructs], 2258 *score += wi::shifted_mask <score_wide_int> (scores[b + nconstructs] + 1, 2261 *score += wi::shifted_mask <score_wide_int> (scores[b + nconstructs] + 2,
|
| gimplify.cc | 14652 and 1 if they do. If SCORES is non-NULL, it should point to an array 14657 the function returns 2 and there will be two sets of the scores, the first 14663 int *scores) 14682 if (scores) 14696 if (scores == NULL) 14719 if (scores) 14747 if (scores) 14766 if (scores) 14771 if (scores) 14783 *scores++ = j - 1 [all...] |