Home
last modified time | relevance | path

Searched refs:score (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c328 PSC_DNSBL_SCORE *score; in psc_dnsbl_retrieve() local
335 if ((score = (PSC_DNSBL_SCORE *) in psc_dnsbl_retrieve()
342 PSC_CALL_BACK_CANCEL(score, dnsbl_index); in psc_dnsbl_retrieve()
347 result_score = score->total; in psc_dnsbl_retrieve()
348 *dnsbl_name = score->dnsbl_name; in psc_dnsbl_retrieve()
349 result_ttl = (result_score > 0) ? score->fail_ttl : score->pass_ttl; in psc_dnsbl_retrieve()
359 score->refcount -= 1; in psc_dnsbl_retrieve()
360 if (score->refcount < 1) { in psc_dnsbl_retrieve()
374 PSC_DNSBL_SCORE *score; in psc_dnsbl_receive() local
407 && (score = (PSC_DNSBL_SCORE *) in psc_dnsbl_receive()
[all …]
/netbsd-src/games/atc/
H A Dlog.c160 SCORE score[100], thisscore; in log_score() local
187 score[num_scores].name, in log_score()
188 score[num_scores].host, in log_score()
189 score[num_scores].game, in log_score()
190 &score[num_scores].planes, in log_score()
191 &score[num_scores].time, in log_score()
192 &score[num_scores].real_time); in log_score()
222 if (strcmp(thisscore.name, score[i].name) == 0 && in log_score()
223 strcmp(thisscore.host, score[i].host) == 0 && in log_score()
224 strcmp(thisscore.game, score[i].game) == 0) { in log_score()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/tools/bench/
H A DREADME18 score for mul : 1434798
19 score for add : 6419546
20 score for sub : 6228906
21 score for div : 698843
22 group score Arith : 2516353
24 score for sqrt : 550492
25 score for exp : 26517
26 score for log : 20034
27 score for cos : 28853
28 score for sin : 23044
[all …]
H A Dmpfrbench.c257 mpz_t score[NB_BENCH_OP]; in main() local
265 compute_score (score[i], i, randstate); in main()
267 compute_globalscore (globalscore, NB_BENCH_OP, score); in main()
268 compute_groupscore (groupscore, NB_BENCH_OP, score); in main()
282 gmp_printf ("\tscore for %5s : %12Zd\n", arrayfunc[i].name, score[i]); in main()
299 mpz_clear (score[i]); in main()
/netbsd-src/games/larn/
H A Dscores.c42 long score; /* the score of the player */ member
55 long score; /* the score of the player */ member
66 long score; /* the players score */ member
181 winr[i].taxes = winr[i].score = sco[i].score = 0; in makeboard()
211 if (winr[i].score > 0) { in hashewon()
237 if (winr[i].score > 0) { /* search for a winning in paytaxes()
265 if (winr[i].score != 0) { in winshou()
278 if (p->score) { in winshou()
281 (long) p->score, (long) p->hardlev, (long) p->timeused, p->who); in winshou()
304 if (sco[i].score != 0) { in shou()
[all …]
/netbsd-src/games/battlestar/
H A Dcommand6.c147 int score; in rate() local
149 score = max(max(pleasure, power), ego); in rate()
150 if (score == pleasure) { in rate()
151 if (score < 5) in rate()
153 else if (score < 20) in rate()
155 else if (score < 35) in rate()
159 } else if (score == power) { in rate()
160 if (score < 5) in rate()
162 else if (score < 8) in rate()
164 else if (score < 13) in rate()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_shadow.c40 int score; member
61 int score = 1; in shadow_image() local
96 score += 1; in shadow_image()
97 score += 1; in shadow_image()
101 score += 3; in shadow_image()
105 score += 3; in shadow_image()
110 score += shadow_image(bios, idx + 1, offset + image.size, mthd); in shadow_image()
111 return score; in shadow_image()
128 mthd->score = shadow_image(bios, 0, 0, mthd); in shadow_method()
131 nvkm_debug(subdev, "scored %d\n", mthd->score); in shadow_method()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_scariness_score.h39 score = 0; in Clear()
45 score += add_to_score; in Scare()
47 int GetScore() const { return score; } in GetScore()
50 if (score && flags()->print_scariness) in Print()
51 Printf("SCARINESS: %d (%s)\n", score, descr); in Print()
53 static void PrintSimple(int score, const char *descr) { in PrintSimple()
56 SSB.Scare(score, descr); in PrintSimple()
61 int score;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_scariness_score.h38 score = 0; in Clear()
44 score += add_to_score; in Scare()
46 int GetScore() const { return score; } in GetScore()
49 if (score && flags()->print_scariness) in Print()
50 Printf("SCARINESS: %d (%s)\n", score, descr); in Print()
52 static void PrintSimple(int score, const char *descr) { in PrintSimple()
55 SSB.Scare(score, descr); in PrintSimple()
60 int score;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_scariness_score.h40 score = 0; in Clear()
46 score += add_to_score; in Scare()
48 int GetScore() const { return score; } in GetScore()
51 if (score && flags()->print_scariness) in Print()
52 Printf("SCARINESS: %d (%s)\n", score, descr); in Print()
54 static void PrintSimple(int score, const char *descr) { in PrintSimple()
57 SSB.Scare(score, descr); in PrintSimple()
62 int score;
/netbsd-src/games/tetris/
H A Dtetris.c72 int score; /* the obvious thing */ variable
243 score++; in main()
305 score++; in main()
313 score++; in main()
327 score, score == 1 ? "" : "s", level, score * level); in main()
/netbsd-src/games/snake/snscore/
H A Dsnscore.c71 short uid, score; in main() local
93 if(fread(&score, sizeof(short), 1, fd) == 0) in main()
95 if (score > 0) { in main()
101 players[noplayers].scores = score; in main()
/netbsd-src/games/cribbage/
H A Dcribbage.n30 his own score on the two rows of holes nearest himself. Each is supplied
32 holes. On making his first score, the player advances one peg an
34 board. The second score is recorded by placing the second peg an
35 appropriate distance ahead of the first. For each subsequent score, the
37 always showing the amount of this last score.
60 cards -- cards that are least likely to create a score in the crib.
107 rank alone; the suits do not matter. Nor does the score
111 score 3 for run; 5, 2, 4, 3 played in that order score 4
117 does not score if it is interrupted by a go.
135 Four cards of the same suit in hand score 4; four
[all …]
/netbsd-src/games/dab/
H A Dmain.cc74 b.score(i, *p[i]); in play()
79 b.score(i, *p[i]); in play()
87 b.score(0, *p[0]); in play()
88 b.score(1, *p[1]); in play()
H A Dplayer.cc67 int score; in domove() local
75 switch (score = b.domove(y, x, dir, _who)) { in domove()
87 _score += score; in domove()
/netbsd-src/sys/netinet/
H A Din_selsrc.c244 in_score(const in_score_src_t *score_src, int *score, int *scorelenp, in in_score() argument
251 score[i] = (*score_src[i])(src, preference, idx, dst); in in_score()
271 in_score_println(int *score, int scorelen) in in_score_println() argument
277 printf("%s%d", delim, score[i]); in in_score_println()
304 int best_score[IN_SCORE_SRC_MAX], score[IN_SCORE_SRC_MAX]; in in_getifa() local
357 in_score(score_src, score, NULL, &src->sin_addr, in in_getifa()
364 in_score_println(score, scorelen); in in_getifa()
368 if (in_score_cmp(score, best_score, scorelen) > 0) { in in_getifa()
369 (void)memcpy(best_score, score, sizeof(best_score)); in in_getifa()
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dscoreelf.em26 # This file is sourced from elf.em, and defines extra score-elf
31 #include "elf32-score.h"
59 if (strstr (bfd_get_target (link_info.output_bfd), "score") == NULL)
61 /* The score backend needs special fields in the output hash structure.
62 These will only be created if the output format is an score format,
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dscoreelf.em26 # This file is sourced from elf.em, and defines extra score-elf
31 #include "elf32-score.h"
59 if (strstr (bfd_get_target (link_info.output_bfd), "score") == NULL)
61 /* The score backend needs special fields in the output hash structure.
62 These will only be created if the output format is an score format,
/netbsd-src/games/worm/
H A Dworm.c78 static int score = 0; variable
132 * score if fewer than 18 columns; insufficient room for in main()
214 printf("Your final score was %d\n\n", score); in leave()
240 printf("Your final score was %d\n\n", score); in newpos()
328 score += growing; in process()
331 wprintw(stw, "Score: %3d", score); in process()
/netbsd-src/external/lgpl3/mpc/dist/tools/bench/
H A Dmpcbench.c296 double score[NB_BENCH_OP]; in main() local
305 compute_score (&(score[i]), i, randstate); in main()
306 compute_globalscore (&globalscore, NB_BENCH_OP, score); in main()
307 compute_groupscore (groupscore, NB_BENCH_OP, score); in main()
323 sensible_print (score[i]); in main()
/netbsd-src/sys/dev/wsfont/
H A Dwsfont.c600 int score = 20000; in wsfont_matches() local
605 score++; in wsfont_matches()
622 score -= uimin(font->fontwidth - width, 9999); in wsfont_matches()
624 score -= 10000; in wsfont_matches()
627 score -= uimin(width - font->fontwidth, 9999); in wsfont_matches()
629 score -= 10000; in wsfont_matches()
641 return (score); in wsfont_matches()
648 int score, bestscore = 0; in wsfont_find() local
651 score = wsfont_matches(ent->font, name, in wsfont_find()
653 if (score > bestscore) { in wsfont_find()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-java.c175 unsigned int score; in compute_hashsize() local
186 score = 0; in compute_hashsize()
201 score += 2; /* Big penalty for the additional division */ in compute_hashsize()
204 score++; /* Small penalty for each loop round */ in compute_hashsize()
222 score = XXS * score + hashsize; in compute_hashsize()
228 if (score > hashsize) in compute_hashsize()
260 score = UINT_MAX; in compute_hashsize()
264 if (score < best_score) in compute_hashsize()
266 best_score = score; in compute_hashsize()
/netbsd-src/games/sail/
H A Ddr_2.c51 static int score(struct ship *, struct ship *, char *, size_t, int);
176 score(struct ship *ship, struct ship *to, char *movement, size_t movementmax, in score() function
262 new = score(f, t, temp, tempmax, rakeme); in try()
275 new = score(f, t, temp, tempmax, rakeme); in try()
290 new = score(f, t, temp, tempmax, rakeme); in try()
/netbsd-src/games/quiz/
H A Dquiz.c73 static void score(unsigned, unsigned, unsigned);
281 score(rights, wrongs, guesses); in quiz()
302 score(rights, wrongs, guesses); in quiz()
354 score(unsigned r, unsigned w, unsigned g) in score() function
/netbsd-src/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}

12345678910>>...23