Searched refs:penalty (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dsrclimit.c49 * Entries become active when more than penalty_min seconds of penalty are
52 struct penalty { struct
57 RB_ENTRY(penalty) by_addr;
58 RB_ENTRY(penalty) by_expiry;
60 static int penalty_addr_cmp(struct penalty *a, struct penalty *b);
61 static int penalty_expiry_cmp(struct penalty *a, struct penalty *b);
62 RB_HEAD(penalties_by_addr, penalty) penalties_by_addr4, penalties_by_addr6;
63 RB_HEAD(penalties_by_expiry, penalty) penalties_by_expiry
217 struct penalty *penalty, *tmp; local
260 struct penalty find, *penalty; local
347 struct penalty *penalty = NULL, *existing = NULL; local
[all...]
/openbsd-current/games/arithmetic/
H A Darithmetic.c260 * Initially, each number is charged a penalty of WRONGPENALTY, giving it that
262 * its penalty is decreased by one; it is removed when it reaches 0.
264 * The penalty[] array gives the sum of all penalties in the list for
269 uint32_t penalty[sizeof(keylist) - 1][2]; variable
270 struct penalty { struct
272 uint32_t penalty; /* Its penalty. */ member in struct:penalty
273 struct penalty *next;
279 * Add a penalty for the number `value' to the list for operation `op',
281 * forget about the penalty (ho
[all...]
/openbsd-current/games/snake/
H A Dsnake.c55 #define cashvalue (loot-penalty)/25
57 #define cashvalue chunk*(loot-penalty)/25
66 #define PENALTY 10 /* % penalty for invoking spacewarp */
89 int loot, penalty; variable
177 penalty = loot = 0;
641 loot = loot - penalty;
642 penalty = 0;
645 penalty += loot / PENALTY;
837 if (loot >= penalty) {
/openbsd-current/usr.sbin/smtpd/
H A Dmta.c331 route->penalty = 0;
370 "%llu. %s %c%c%c%c nconn=%zu nerror=%d penalty=%d timeout=%s",
379 route->penalty,
1405 mta_route_disable(struct mta_route *route, int penalty, int reason) argument
1409 route->penalty += penalty;
1411 delay = (unsigned long long)DELAY_ROUTE_BASE * route->penalty * route->penalty;
1441 if (route->penalty) {
1443 route->penalty
[all...]
H A Dsmtpd.h759 int penalty; member in struct:mta_route
/openbsd-current/regress/usr.bin/ssh/
H A DMakefile106 penalty \
107 penalty-expire
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex268 \removelastskip\penalty-50\smallskip\fi\fi}
270 \removelastskip\penalty-100\medskip\fi\fi}
272 \removelastskip\penalty-200\bigskip\fi\fi}
485 % expansion of \tie (\leavevmode \penalty \@M \ ).
638 % at the beginning of a line will start with \penalty -- and
639 % since \penalty is valid in vertical mode, we'd end up putting the
640 % penalty on the vertical list instead of in the new paragraph.
645 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
784 % TeX does not even consider page breaks if a penalty added to the
788 % page after the empty box. So we use a penalty o
[all...]
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex260 \removelastskip\penalty-50\smallskip\fi\fi}
262 \removelastskip\penalty-100\medskip\fi\fi}
264 \removelastskip\penalty-200\bigskip\fi\fi}
477 % expansion of \tie (\leavevmode \penalty \@M \ ).
630 % at the beginning of a line will start with \penalty -- and
631 % since \penalty is valid in vertical mode, we'd end up putting the
632 % penalty on the vertical list instead of in the new paragraph.
637 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
761 % TeX does not even consider page breaks if a penalty added to the
765 % page after the empty box. So we use a penalty o
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex257 \removelastskip\penalty-50\smallskip\fi\fi}
259 \removelastskip\penalty-100\medskip\fi\fi}
261 \removelastskip\penalty-200\bigskip\fi\fi}
474 % expansion of \tie (\leavevmode \penalty \@M \ ).
627 % at the beginning of a line will start with \penalty -- and
628 % since \penalty is valid in vertical mode, we'd end up putting the
629 % penalty on the vertical list instead of in the new paragraph.
634 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
758 % TeX does not even consider page breaks if a penalty added to the
762 % page after the empty box. So we use a penalty o
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.pm1070 slight speed penalty on the very first operation thereafter that supports
1072 overloading present, the flag is turned off. Thus the only speed penalty
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm1207 using this option imposed a significant performance penalty when dumping
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm1265 speed of storing -- the exact penalty will depend on the complexity of
/openbsd-current/usr.sbin/nsd/
H A Dconfigure1441 benefit from ASLR, small performance penalty)
/openbsd-current/usr.sbin/unbound/
H A Dconfigure1589 benefit from ASLR, small performance penalty)

Completed in 284 milliseconds