| /openbsd/src/usr.bin/ssh/ |
| D | srclimit.c | 52 struct penalty { struct 57 RB_ENTRY(penalty) by_addr; argument 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_expiry4, penalties_by_expiry6; 64 RB_GENERATE_STATIC(penalties_by_addr, penalty, by_addr, penalty_addr_cmp) 65 RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp) 197 penalty_addr_cmp(struct penalty *a, struct penalty *b) in penalty_addr_cmp() [all …]
|
| /openbsd/src/games/arithmetic/ |
| D | arithmetic.c | 269 uint32_t penalty[sizeof(keylist) - 1][2]; variable 270 struct penalty { struct 272 uint32_t penalty; /* Its penalty. */ member 273 struct penalty *next; argument 286 struct penalty *p; in penalise() 293 penalty[op][operand] += p->penalty = WRONGPENALTY; in penalise() 307 struct penalty **pp, *p; in getrandom() 310 value = arc4random_uniform(maxval + penalty[op][operand]); in getrandom() 325 if (p->penalty > value) { in getrandom() 327 penalty[op][operand]--; in getrandom() [all …]
|
| /openbsd/src/gnu/llvm/llvm/docs/AMDGPU/ |
| D | gfx11_delay.rst | 57 FMA_ACCUM_CYCLE_1 Single cycle penalty for FMA accumulation. 58 SALU_CYCLE_1 1 cycle penalty for a prior SALU instruction. 59 SALU_CYCLE_2 2 cycle penalty for a prior SALU instruction. 60 SALU_CYCLE_3 3 cycle penalty for a prior SALU instruction.
|
| /openbsd/src/games/snake/ |
| D | snake.c | 55 #define cashvalue (loot-penalty)/25 57 #define cashvalue chunk*(loot-penalty)/25 89 int loot, penalty; variable 177 penalty = loot = 0; in main() 641 loot = loot - penalty; in spacewarp() 642 penalty = 0; in spacewarp() 645 penalty += loot / PENALTY; in spacewarp() 837 if (loot >= penalty) { in pushsnake()
|
| /openbsd/src/usr.sbin/smtpd/ |
| D | mta.c | 331 route->penalty = 0; in mta_imsg() 379 route->penalty, in mta_imsg() 1405 mta_route_disable(struct mta_route *route, int penalty, int reason) in mta_route_disable() argument 1409 route->penalty += penalty; in mta_route_disable() 1411 delay = (unsigned long long)DELAY_ROUTE_BASE * route->penalty * route->penalty; in mta_route_disable() 1441 if (route->penalty) { in mta_route_enable() 1443 route->penalty -= 1; in mta_route_enable() 1446 route->penalty = 0; in mta_route_enable() 2481 if (r->penalty) { in mta_route_unref() 2483 delay = DELAY_ROUTE_BASE * r->penalty * r->penalty; in mta_route_unref() [all …]
|
| D | smtpd.h | 759 int penalty; member
|
| /openbsd/src/regress/usr.bin/ssh/ |
| D | Makefile | 106 penalty \ 107 penalty-expire
|
| /openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/ |
| D | UnspecifiedBehaviorRandomization.rst | 57 * Computation penalty, we think users are OK with that if they use this feature.
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64SchedFalkor.td | 23 let MispredictPenalty = 11; // Minimum branch misprediction penalty.
|
| D | AArch64SchedThunderX.td | 24 let MispredictPenalty = 8; // Branch mispredict penalty.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/texinfo/ |
| D | texinfo.tex | 257 \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 of 9999. [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | DiagnosticFrontendKinds.td | 298 "significant performance penalty" 304 "significant performance penalty"
|
| /openbsd/src/gnu/gcc/gcc/doc/include/ |
| D | texinfo.tex | 268 \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 of 9999. [all …]
|
| /openbsd/src/gnu/usr.bin/texinfo/doc/ |
| D | texinfo.tex | 260 \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 of 9999. [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/include/ |
| D | texinfo.tex | 210 \removelastskip\penalty-50\smallskip\fi\fi} 212 \removelastskip\penalty-100\medskip\fi\fi} 214 \removelastskip\penalty-200\bigskip\fi\fi} 526 % at the beginning of a line will start with \penalty -- and 527 % since \penalty is valid in vertical mode, we'd end up putting the 528 % penalty on the vertical list instead of in the new paragraph. 533 \gdef\tie{\leavevmode\penalty\tiepenalty\ } 678 % TeX does not even consider page breaks if a penalty added to the 682 % page after the empty box. So we use a penalty of 9999. 685 % page at this \penalty, if there are no other feasible breakpoints in [all …]
|
| /openbsd/src/gnu/usr.bin/cvs/doc/ |
| D | texinfo.tex | 491 % at the beginning of a line will start with \penalty -- and 492 % since \penalty is valid in vertical mode, we'd end up putting the 493 % penalty on the vertical list instead of in the new paragraph. 498 \gdef\tie{\leavevmode\penalty\tiepenalty\ } 618 % TeX does not even consider page breaks if a penalty added to the 622 % page after the empty box. So we use a penalty of 9999. 625 % page at this \penalty, if there are no other feasible breakpoints in 629 % example where a page broke at this \penalty; if it happens in a real 2021 \vadjust{\penalty 1200}}% 2786 % expansion of \tie (\\leavevmode \penalty \@M \ ). [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | pentium.md | 159 ;; Moves usually have one cycle penalty, but there are exceptions.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/ |
| D | pentium.md | 159 ;; Moves usually have one cycle penalty, but there are exceptions.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | perlvaro.txt | 41 The use of this variable anywhere in a program imposes a considerable performance penalty on all re… 45 The use of this variable anywhere in a program imposes a considerable performance penalty on all re… 53 The use of this variable anywhere in a program imposes a considerable performance penalty on all re… 405 …of Perl's implementation, use English imposes a considerable performance penalty on all regular ex…
|
| D | perlvar.pod | 132 performance penalty on all regular expression matches. See L<BUGS>. 144 performance penalty on all regular expression matches. See L<BUGS>. 162 performance penalty on all regular expression matches. See L<BUGS>. 1223 English> imposes a considerable performance penalty on all regular
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ClangFormatStyleOptions.rst | 3926 The penalty for breaking around an assignment operator. 3931 The penalty for breaking a function call after ``call(``. 3936 The penalty for each line break introduced inside a comment. 3941 The penalty for breaking before the first ``<<``. 3946 The penalty for breaking after ``(``. 3951 The penalty for each line break introduced inside a string literal. 3956 The penalty for breaking after template declaration. 3961 The penalty for each character outside of the column limit.
|
| D | ControlFlowIntegrityDesign.rst | 537 a performance penalty (in addition to the monolithic CFI 540 unchecked and just work, with performance penalty.
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | BuildingADistribution.rst | 44 substantial performance penalty to the generated binary both because it reduces
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | README.macosx | 165 penalty for non-prebound libraries. Earlier releases will suffer a greater
|
| /openbsd/src/usr.bin/lex/ |
| D | NEWS | 270 penalty warning with yylineno in documentation
|