Home
last modified time | relevance | path

Searched refs:penalty (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/crypto/openssh/
H A Dsrclimit.c54 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 DChangeLog1727 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 Dzstd_preSplit.c112 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 Dzstd_preSplit.c113 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 Dtest_02.T.out4 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 Dtest_02.XP.out12 <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 Dtest_02.X.out3 </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 Dtest_02.H.out3 </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 Dtest_02.HP.out19 <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 Dtest_02.HIPx.out19 <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 Dtexinfo.tex123 \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 Dnand-macronix.txt5 which can be enabled with a SET_FEATURE. The penalty when using the
H A Dgpmc-nand.txt117 slight CPU penalty when too many bit-flips are detected during reads.
/freebsd/crypto/openssh/regress/
H A DMakefile117 penalty \
118 penalty-expire \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkor.td23 let MispredictPenalty = 11; // Minimum branch misprediction penalty.
H A DAArch64SchedThunderX.td24 let MispredictPenalty = 8; // Branch mispredict penalty.
H A DAArch64SchedCyclone.td285 // The misprediction penalty is defined as a SchedMachineModel property.
H A DAArch64SchedExynosM3.td24 let MispredictPenalty = 16; // Minimum branch misprediction penalty.
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-config-defined.m456 dnl # a performance penalty. However, when it is set it maps the non-GPL
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td337 "significant performance penalty"
343 "significant performance penalty"
/freebsd/crypto/openssl/doc/designs/
H A DML-KEM.md129 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 DX86ScheduleZnver3.td55 // The branch misprediction penalty is in the range from 11 to 18 cycles,
56 // <...>. The common case penalty is 13 cycles.
H A DX86ScheduleBtVer2.td22 let MispredictPenalty = 14; // Minimum branch misdirection penalty
/freebsd/contrib/flex/
H A DNEWS482 penalty warning with yylineno in documentation
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td515 // There is also no penalty for writes that "clear the content a super-register"

12