HomeSort by: relevance | last modified time | path
    Searched defs:score (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/games/adventure/
done.c 54 score(void) function
116 printf("\n\n\nYou scored %d out of a ", (sc = score()));
done.c 54 score(void) function
116 printf("\n\n\nYou scored %d out of a ", (sc = score()));
  /src/games/trek/
score.c 1 /* $NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $");
47 ** PRINT OUT THE CURRENT SCORE
70 score(void) function
77 printf("\n*** Your score:\n");
score.c 1 /* $NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $");
47 ** PRINT OUT THE CURRENT SCORE
70 score(void) function
77 printf("\n*** Your score:\n");
  /src/games/robots/
score.c 1 /* $NetBSD: score.c,v 1.25 2025/12/16 12:37:09 nia Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.25 2025/12/16 12:37:09 nia Exp $");
57 static SCORE Top[MAXSCORES];
62 static void set_name(SCORE *);
66 * Read the score file in MI format
71 SCORE *scp;
92 * Write the score file in MI format
97 SCORE *scp;
116 * score
121 score(int score_wfd) function
    [all...]
score.c 1 /* $NetBSD: score.c,v 1.25 2025/12/16 12:37:09 nia Exp $ */
35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: score.c,v 1.25 2025/12/16 12:37:09 nia Exp $");
57 static SCORE Top[MAXSCORES];
62 static void set_name(SCORE *);
66 * Read the score file in MI format
71 SCORE *scp;
92 * Write the score file in MI format
97 SCORE *scp;
116 * score
121 score(int score_wfd) function
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_scariness_score.h 19 // redzone), etc. Every such feature has an int score and a string description.
20 // The overall score is the sum of all feature scores and the description
40 score = 0;
46 score += add_to_score;
48 int GetScore() const { return score; }
51 if (score && flags()->print_scariness)
52 Printf("SCARINESS: %d (%s)\n", score, descr);
54 static void PrintSimple(int score, const char *descr) {
57 SSB.Scare(score, descr);
62 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
asan_scariness_score.h 19 // redzone), etc. Every such feature has an int score and a string description.
20 // The overall score is the sum of all feature scores and the description
40 score = 0;
46 score += add_to_score;
48 int GetScore() const { return score; }
51 if (score && flags()->print_scariness)
52 Printf("SCARINESS: %d (%s)\n", score, descr);
54 static void PrintSimple(int score, const char *descr) {
57 SSB.Scare(score, descr);
62 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_scariness_score.h 18 // redzone), etc. Every such feature has an int score and a string description.
19 // The overall score is the sum of all feature scores and the description
39 score = 0;
45 score += add_to_score;
47 int GetScore() const { return score; }
50 if (score && flags()->print_scariness)
51 Printf("SCARINESS: %d (%s)\n", score, descr);
53 static void PrintSimple(int score, const char *descr) {
56 SSB.Scare(score, descr);
61 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
asan_scariness_score.h 18 // redzone), etc. Every such feature has an int score and a string description.
19 // The overall score is the sum of all feature scores and the description
39 score = 0;
45 score += add_to_score;
47 int GetScore() const { return score; }
50 if (score && flags()->print_scariness)
51 Printf("SCARINESS: %d (%s)\n", score, descr);
53 static void PrintSimple(int score, const char *descr) {
56 SSB.Scare(score, descr);
61 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_scariness_score.h 18 // redzone), etc. Every such feature has an int score and a string description.
19 // The overall score is the sum of all feature scores and the description
39 score = 0;
45 score += add_to_score;
47 int GetScore() const { return score; }
50 if (score && flags()->print_scariness)
51 Printf("SCARINESS: %d (%s)\n", score, descr);
53 static void PrintSimple(int score, const char *descr) {
56 SSB.Scare(score, descr);
61 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
asan_scariness_score.h 18 // redzone), etc. Every such feature has an int score and a string description.
19 // The overall score is the sum of all feature scores and the description
39 score = 0;
45 score += add_to_score;
47 int GetScore() const { return score; }
50 if (score && flags()->print_scariness)
51 Printf("SCARINESS: %d (%s)\n", score, descr);
53 static void PrintSimple(int score, const char *descr) {
56 SSB.Scare(score, descr);
61 int score; member in struct:__asan::ScarinessScoreBase
    [all...]
  /src/games/battlestar/
command6.c 147 int score; local
149 score = max(max(pleasure, power), ego);
150 if (score == pleasure) {
151 if (score < 5)
153 else if (score < 20)
155 else if (score < 35)
159 } else if (score == power) {
160 if (score < 5)
162 else if (score < 8)
164 else if (score < 13
    [all...]
command6.c 147 int score; local
149 score = max(max(pleasure, power), ego);
150 if (score == pleasure) {
151 if (score < 5)
153 else if (score < 20)
155 else if (score < 35)
159 } else if (score == power) {
160 if (score < 5)
162 else if (score < 8)
164 else if (score < 13
    [all...]
  /src/games/dab/
ttyscrn.cc 171 void TTYSCRN::score(size_t s, const PLAYER& p) function in class:TTYSCRN
ttyscrn.cc 171 void TTYSCRN::score(size_t s, const PLAYER& p) function in class:TTYSCRN
board.cc 209 // Post the score in the current game for player i
210 void BOARD::score(size_t i, const PLAYER& p) function in class:BOARD
214 _scrn->score(i, p);
225 // Post the total score for player i
233 // Post the total score for player i
board.cc 209 // Post the score in the current game for player i
210 void BOARD::score(size_t i, const PLAYER& p) function in class:BOARD
214 _scrn->score(i, p);
225 // Post the total score for player i
233 // Post the total score for player i
  /src/games/snake/snscore/
snscore.c 71 short uid, score; local
93 if(fread(&score, sizeof(short), 1, fd) == 0)
95 if (score > 0) {
101 players[noplayers].scores = score;
snscore.c 71 short uid, score; local
93 if(fread(&score, sizeof(short), 1, fd) == 0)
95 if (score > 0) {
101 players[noplayers].scores = score;
  /src/games/warp/
score.c 1 /* Header: /usr/src/games/warp/RCS/score.c,v 1.1 87/07/03 02:13:26 games Exp */
3 /* Log: score.c,v
29 #include "score.h"
180 printf("\r\nSaved game: SCORE DIFF CUMDIFF ENTERPRISES BASES WAVE");
213 printf("RANK WHO AKA SCORE DIFF CUMDIFF WHEN\r\n");
222 printf("RANK WHO AKA SCORE DIFF CUMDIFF WHEN\r\n");
231 printf("RANK WHO AKA SCORE DIFF CUMDIFF WHEN\r\n");
240 printf("WHO SCORE DF CDF E B WV FLAGS\r\n");
521 score(void) function
565 mvaddstr(20,21, "You did not better your previous score");
    [all...]
score.c 1 /* Header: /usr/src/games/warp/RCS/score.c,v 1.1 87/07/03 02:13:26 games Exp */
3 /* Log: score.c,v
29 #include "score.h"
180 printf("\r\nSaved game: SCORE DIFF CUMDIFF ENTERPRISES BASES WAVE");
213 printf("RANK WHO AKA SCORE DIFF CUMDIFF WHEN\r\n");
222 printf("RANK WHO AKA SCORE DIFF CUMDIFF WHEN\r\n");
231 printf("RANK WHO AKA SCORE DIFF CUMDIFF WHEN\r\n");
240 printf("WHO SCORE DF CDF E B WV FLAGS\r\n");
521 score(void) function
565 mvaddstr(20,21, "You did not better your previous score");
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_shadow.c 40 int score; member in struct:shadow
61 int score = 1; local
96 score += 1;
97 score += 1;
101 score += 3;
105 score += 3;
110 score += shadow_image(bios, idx + 1, offset + image.size, mthd);
111 return score;
128 mthd->score = shadow_image(bios, 0, 0, mthd);
131 nvkm_debug(subdev, "scored %d\n", mthd->score);
    [all...]
nouveau_nvkm_subdev_bios_shadow.c 40 int score; member in struct:shadow
61 int score = 1; local
96 score += 1;
97 score += 1;
101 score += 3;
105 score += 3;
110 score += shadow_image(bios, idx + 1, offset + image.size, mthd);
111 return score;
128 mthd->score = shadow_image(bios, 0, 0, mthd);
131 nvkm_debug(subdev, "scored %d\n", mthd->score);
    [all...]
  /src/external/bsd/zstd/dist/lib/dictBuilder/
cover.h 38 * A segment is a range in the source as well as the score of the segment.
43 U32 score; member in struct:__anon8690

Completed in 62 milliseconds

1 2 3 4 5