Symbol: penalty
crypto/dist/ipsec-tools/src/racoon/throttle.c
129
struct timeval remaining, penalty;
crypto/dist/ipsec-tools/src/racoon/throttle.c
132
penalty.tv_sec = isakmp_cfg_config.auth_throttle;
crypto/dist/ipsec-tools/src/racoon/throttle.c
133
penalty.tv_usec = 0;
crypto/dist/ipsec-tools/src/racoon/throttle.c
134
timeradd(&penalty, &remaining, &res);
crypto/dist/ipsec-tools/src/racoon/throttle.c
61
struct timeval now, penalty;
crypto/dist/ipsec-tools/src/racoon/throttle.c
72
penalty.tv_sec = isakmp_cfg_config.auth_throttle;
crypto/dist/ipsec-tools/src/racoon/throttle.c
73
penalty.tv_usec = 0;
crypto/dist/ipsec-tools/src/racoon/throttle.c
74
timeradd(&now, &penalty, &te->penalty_ends);
games/arithmetic/arithmetic.c
290
static int penalty[sizeof(keylist) - 1][2];
games/arithmetic/arithmetic.c
292
int value, penalty; /* Penalised value and its penalty. */
games/arithmetic/arithmetic.c
293
struct penalty *next;
games/arithmetic/arithmetic.c
306
struct penalty *p;
games/arithmetic/arithmetic.c
313
penalty[op][operand] += p->penalty = WRONGPENALTY;
games/arithmetic/arithmetic.c
327
struct penalty **pp, *p;
games/arithmetic/arithmetic.c
330
value = random() % (maxval + penalty[op][operand]);
games/arithmetic/arithmetic.c
345
if (p->penalty > value) {
games/arithmetic/arithmetic.c
347
penalty[op][operand]--;
games/arithmetic/arithmetic.c
348
if (--(p->penalty) <= 0) {
games/arithmetic/arithmetic.c
355
value -= p->penalty;
games/snake/snake/snake.c
108
static int loot, penalty;
games/snake/snake/snake.c
193
penalty = loot = 0;
games/snake/snake/snake.c
676
loot = loot - penalty;
games/snake/snake/snake.c
677
penalty = 0;
games/snake/snake/snake.c
680
penalty += loot / PENALTY;
games/snake/snake/snake.c
75
#define cashvalue chunk*(loot-penalty)/25
games/snake/snake/snake.c
906
if (loot >= penalty) {
sys/dev/raidframe/rf_cvscan.c
289
long penalty = sectPerDisk / 5;
sys/dev/raidframe/rf_cvscan.c
293
hdr->change_penalty = RF_MAX(penalty, 0);