Searched refs:score (Results 1 - 25 of 180) sorted by relevance

12345678

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_scariness_score.h19 // 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) { argument
57 SSB.Scare(score, descr);
62 int score; member in struct:__asan::ScarinessScoreBase
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_scariness_score.h17 // redzone), etc. Every such feature has an int score and a string description.
18 // The overall score is the sum of all feature scores and the description
38 score = 0;
44 score += add_to_score;
46 int GetScore() const { return score; }
49 if (score && flags()->print_scariness)
50 Printf("SCARINESS: %d (%s)\n", score, descr);
52 static void PrintSimple(int score, const char *descr) { argument
55 SSB.Scare(score, descr);
60 int score; member in struct:__asan::ScarinessScoreBase
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_scariness_score.h18 // 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) { argument
56 SSB.Scare(score, descr);
61 int score; member in struct:__asan::ScarinessScoreBase
[all...]
/netbsd-current/games/atc/
H A Dlog.c136 * rather than leave the score file open to tampering. */
160 SCORE score[100], thisscore; local
171 warnx("no score file available");
187 score[num_scores].name,
188 score[num_scores].host,
189 score[num_scores].game,
190 &score[num_scores].planes,
191 &score[num_scores].time,
192 &score[num_scores].real_time);
222 if (strcmp(thisscore.name, score[
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c32 /* psc_dnsbl_request() requests a blocklist score for the
44 /* psc_dnsbl_retrieve() retrieves the result score and reply
48 /* is an error to retrieve a score without requesting it first.
135 * blocklist score requests when the pre-handshake delays of the connections
138 * We combine requests for the same score under the client IP address in a
140 * request for a score, and it goes down with each score retrieval. Each
141 * score has one or more requestors that need to be notified when the result
155 int total; /* combined allow+denylist score */
158 int refcount; /* score referenc
328 PSC_DNSBL_SCORE *score; local
374 PSC_DNSBL_SCORE *score; local
495 PSC_DNSBL_SCORE *score; local
[all...]
/netbsd-current/games/dab/
H A Dplayer.cc67 int score;
75 switch (score = b.domove(y, x, dir, _who)) {
87 _score += score;
H A Dmain.cc74 b.score(i, *p[i]);
79 b.score(i, *p[i]);
87 b.score(0, *p[0]);
88 b.score(1, *p[1]);
H A Dgamescreen.h66 virtual void score(size_t l, const PLAYER& p) = 0; // Post current score
68 virtual void total(size_t l, const PLAYER& p) = 0; // Post total score
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/score/
H A Drelax.exp19 if [istarget score-*-*] then {
H A Drelax_32.exp19 if [istarget score-*-*] then {
/netbsd-current/games/battlestar/
H A Dcommand6.c147 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 < 1
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-unique/
H A Dpr21529.d3 #xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-* riscv*-*-* score-*-* v850-*-*
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_shadow.c40 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...]
/netbsd-current/games/larn/
H A Dscores.c17 * unction to sort the scoreboard newscore(score, whoo, whyded, winner)
18 * Function to add entry to scoreboard new1sub(score,i,whoo,taxes)
19 * Subroutine to put player into a new2sub(score,i,whoo,whyded)
21 * played larn, and what the score was diedsub(x) Subroutine to print out a
42 long score; /* the score of the player */ member in struct:scofmt
55 long score; /* the score of the player */ member in struct:wscofmt
66 long score; /* the players score */ member in struct:log_fmt
441 newscore(long score, char *whoo, int whyded, int winner) argument
507 new1sub(long score, int i, char *whoo, long taxes) argument
531 new2sub(long score, int i, char *whoo, int whyded) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr21884.d6 #xfail: riscv*-*-* score-*-* v850-*-*
H A Dmerge.d7 #xfail: mt-*-* nds32*-*-* nios2-*-* or32-*-* pj-*-* pru-*-* s12z-*-* score-*-*
/netbsd-current/games/rogue/
H A DMakefile8 room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c
17 COPTS.score.c+= ${CC_WNO_FORMAT_TRUNCATION}
/netbsd-current/games/trek/
H A Dlose.c50 ** The messages are printed out, the score is computed and
85 score();
H A Dwin.c51 ** your score, tells you if you have a promotion coming to you,
72 /* print and return the score */
73 s = score();
/netbsd-current/games/snake/snscore/
H A Dsnscore.c71 short uid, score; local
93 if(fread(&score, sizeof(short), 1, fd) == 0)
95 if (score > 0) {
101 players[noplayers].scores = score;
/netbsd-current/games/cribbage/
H A DMakefile9 SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
/netbsd-current/games/warp/
H A Dscore.h1 /* Header: score.h,v 7.0 86/10/08 15:13:21 lwall Exp */
3 /* Log: score.h,v
48 void score(void);
/netbsd-current/games/robots/
H A DMakefile7 play_level.c query.c rnd_pos.c score.c flush_in.c
/netbsd-current/games/tetris/
H A Dtetris.c72 int score; /* the obvious thing */ variable
240 * bump score, and elide any full rows.
243 score++;
305 score++;
313 score++;
326 (void)printf("Your score: %d point%s x level %d = %d\n",
327 score, score == 1 ? "" : "s", level, score * level);
H A Dtetris.h161 * we score one point. If the shape is high up (at a low-numbered row),
163 * and we score a point for each row it falls (plus one more as soon as
167 extern int score; /* the obvious thing */

Completed in 652 milliseconds

12345678