HomeSort by: relevance | last modified time | path
    Searched refs:Scores (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hunt/huntd/
extern.c 61 IDENT *Scores; /* score cache */
hunt.h 147 extern IDENT *Scores;
answer.c 406 for (ip = Scores; ip != NULL; ip = ip->i_next)
443 ip->i_next = Scores;
444 Scores = ip;
driver.c 62 * - a second stream socket that prints the stats/scores
983 for (ip = Scores; ip != NULL; ip = ip->i_next) {
993 for (ip = Scores; ip != NULL; ip = ip->i_next) {
1014 * Clear out the scores so the next session start clean
1021 for (ip = Scores; ip != NULL; ip = nextip) {
1025 Scores = NULL;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp 472 // Scores and usage count for each dictionary unit.
473 Vector<int> Scores(Dict.size());
513 --Scores[i];
515 Scores[i] += 2;
522 if (Scores[i] > 0)
527 Printf(" # Score: %d, Used: %d\n", Scores[i], Usages[i]);

Completed in 16 milliseconds