| /freebsd/crypto/openssh/ |
| H A D | srclimit.c | 54 struct penalty { struct 59 RB_ENTRY(penalty) by_addr; argument 60 RB_ENTRY(penalty) by_expiry; 62 static int penalty_addr_cmp(struct penalty *a, struct penalty *b); 63 static int penalty_expiry_cmp(struct penalty *a, struct penalty *b); 64 RB_HEAD(penalties_by_addr, penalty) penalties_by_addr4, penalties_by_addr6; 65 RB_HEAD(penalties_by_expiry, penalty) penalties_by_expiry4, penalties_by_expiry6; 66 RB_GENERATE_STATIC(penalties_by_addr, penalty, by_addr, penalty_addr_cmp) 67 RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp) 199 penalty_addr_cmp(struct penalty *a, struct penalty *b) in penalty_addr_cmp() [all …]
|
| H A D | ChangeLog | 1727 upstream: Add 'invaliduser' penalty to PerSourcePenalties, which is 6753 upstream: fix PerSourcePenalty incorrectly using "crash" penalty when 8348 upstream: Add a "refuseconnection" penalty class to sshd_config 9165 upstream: document the reduced logingrace penalty 9181 upstream: reduce logingrace penalty. 9183 A single forgotton login that times out should be below the penalty 9447 upstream: stricter check for overfull tables in penalty record path 9609 minix doesn't have loopback, so skip penalty tests 9625 upstream: penalty test is still a bit racy 9633 upstream: crank up penalty timeouts so this should work on even the [all …]
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_preSplit.c | 112 int penalty, in compareFingerprints() argument 119 U64 threshold = p50 * (U64)(THRESHOLD_BASE + penalty) / THRESHOLD_PENALTY_RATE; in compareFingerprints() 165 int penalty = THRESHOLD_PENALTY; in ZSTD_splitBlock_byChunks() local 177 … if (compareFingerprints(&fpstats->pastEvents, &fpstats->newEvents, penalty, hashParams[level])) { in ZSTD_splitBlock_byChunks() 181 if (penalty > 0) penalty--; in ZSTD_splitBlock_byChunks()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_preSplit.c | 113 int penalty, in compareFingerprints() argument 120 U64 threshold = p50 * (U64)(THRESHOLD_BASE + penalty) / THRESHOLD_PENALTY_RATE; in compareFingerprints() 166 int penalty = THRESHOLD_PENALTY; in ZSTD_splitBlock_byChunks() local 178 … if (compareFingerprints(&fpstats->pastEvents, &fpstats->newEvents, penalty, hashParams[level])) { in ZSTD_splitBlock_byChunks() 182 if (penalty > 0) penalty--; in ZSTD_splitBlock_byChunks()
|
| /freebsd/contrib/libxo/tests/core/saved/ |
| H A D | test_02.T.out | 4 improper use of profanity; ten yard penalty; first down 8 improper use of profanity; ten yard penalty; first down 38 improper use of profanity; ten yard penalty; first down
|
| H A D | test_02.XP.out | 12 <message>improper use of profanity; ten yard penalty; first down 21 <message>improper use of profanity; ten yard penalty; first down 85 <message>improper use of profanity; ten yard penalty; first down
|
| H A D | test_02.X.out | 3 </message><message>improper use of profanity; ten yard penalty; first down 4 …ror>Bad fi</error><test>good</test><message>improper use of profanity; ten yard penalty; first down 5 …ing><count>10</count><test>4</test><message>improper use of profanity; ten yard penalty; first down
|
| H A D | test_02.H.out | 3 </div></div><div class="line"><div class="message">improper use of profanity; ten yard penalty; fir… 4 …/div><div class="line"><div class="message">improper use of profanity; ten yard penalty; first down 5 …/div><div class="line"><div class="message">improper use of profanity; ten yard penalty; first down
|
| H A D | test_02.HP.out | 19 <div class="message">improper use of profanity; ten yard penalty; first down 43 <div class="message">improper use of profanity; ten yard penalty; first down 228 <div class="message">improper use of profanity; ten yard penalty; first down
|
| H A D | test_02.HIPx.out | 19 <div class="message">improper use of profanity; ten yard penalty; first down 43 <div class="message">improper use of profanity; ten yard penalty; first down 228 <div class="message">improper use of profanity; ten yard penalty; first down
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | texinfo.tex | 123 \def\tie{\penalty 10000\ } % Save plain tex definition of ~. 659 \vadjust{\penalty 10000}% 753 \vadjust{\penalty 300}}% 872 \penalty\count10}} 892 \penalty\count10}} 956 \removelastskip \penalty-200 \vskip \initialskipamount\fi 993 \onepageout\pagesofar \unvbox255 \penalty\outputpenalty} 1082 \penalty 10000 % 1097 \penalty 10000 % 1109 \penalty 10000 % [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | nand-macronix.txt | 5 which can be enabled with a SET_FEATURE. The penalty when using the
|
| H A D | gpmc-nand.txt | 117 slight CPU penalty when too many bit-flips are detected during reads.
|
| /freebsd/crypto/openssh/regress/ |
| H A D | Makefile | 117 penalty \ 118 penalty-expire \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedFalkor.td | 23 let MispredictPenalty = 11; // Minimum branch misprediction penalty.
|
| H A D | AArch64SchedThunderX.td | 24 let MispredictPenalty = 8; // Branch mispredict penalty.
|
| H A D | AArch64SchedCyclone.td | 285 // The misprediction penalty is defined as a SchedMachineModel property.
|
| H A D | AArch64SchedExynosM3.td | 24 let MispredictPenalty = 16; // Minimum branch misprediction penalty.
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-config-defined.m4 | 56 dnl # a performance penalty. However, when it is set it maps the non-GPL
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticFrontendKinds.td | 337 "significant performance penalty" 343 "significant performance penalty"
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | ML-KEM.md | 129 This avoids a 30-50% performance penalty and is expected to be robust even in
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleZnver3.td | 55 // The branch misprediction penalty is in the range from 11 to 18 cycles, 56 // <...>. The common case penalty is 13 cycles.
|
| H A D | X86ScheduleBtVer2.td | 22 let MispredictPenalty = 14; // Minimum branch misdirection penalty
|
| /freebsd/contrib/flex/ |
| H A D | NEWS | 482 penalty warning with yylineno in documentation
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSchedule.td | 515 // There is also no penalty for writes that "clear the content a super-register"
|