Home
last modified time | relevance | path

Searched defs:penalty (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/games/arithmetic/
H A Darithmetic.c290 static int penalty[sizeof(keylist) - 1][2]; variable
291 static struct penalty { struct
292 int value, penalty; /* Penalised value and its penalty. */ argument
293 struct penalty *next; argument
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dthrottle.c62 struct timeval now, penalty; local
132 struct timeval remaining, penalty; local
/netbsd-src/sys/dev/raidframe/
H A Drf_cvscan.c289 long penalty = sectPerDisk / 5; in rf_CvscanCreate() local
/netbsd-src/games/snake/snake/
H A Dsnake.c108 static int loot, penalty; variable