Home
last modified time | relevance | path

Searched refs:strength (Results 1 – 25 of 77) sorted by relevance

1234

/openbsd/sys/dev/fdt/
H A Drkpinctrl.c206 int strength, level; in rk3288_strength() local
219 if (strength == -1) in rk3288_strength()
256 int pull, strength; in rk3288_pinctrl() local
309 if (strength >= 0) { in rk3288_pinctrl()
353 int strength, level; in rk3308_strength() local
362 if (strength == -1) in rk3308_strength()
398 int pull, strength; in rk3308_pinctrl() local
499 int strength, level; in rk3328_strength() local
508 if (strength == -1) in rk3328_strength()
544 int pull, strength; in rk3328_pinctrl() local
[all …]
/openbsd/games/battlestar/
H A Dcommand7.c39 fight(int enemy, int strength) in fight() argument
135 if (strength - lifeline > 20) in fight()
168 if (enemy == DARK && lifeline > strength * 0.33) { in fight()
211 if (strength - lifeline <= 50) { in fight()
237 if (lifeline >= strength) { in fight()
/openbsd/gnu/usr.bin/perl/regen/
H A Dkeywords.pl30 my ($strength, $keyword) = /^([- +])([A-Z_a-z2]+)/;
31 die "Bad line '$_'" unless defined $strength;
33 push @{$by_strength{$strength}}, $keyword;
/openbsd/regress/lib/libtls/gotls/
H A Dtls.go264 strength := C.tls_conn_cipher_strength(t.ctx)
265 if strength == 0 {
268 return int(strength), nil
H A Dtls_test.go446 if strength, err := tls.ConnCipherStrength(); err != nil {
449 t.Logf("Cipher Strength: %v bits", strength)
/openbsd/games/fortune/datfiles/
H A Drecipes35 strength chicken stock - chicken-in-a-mug
36 works well made double strength).
/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse-core.t416 my ($strength, $key) = ($1, $2);
417 $strength = ($strength eq '+') ? 1 : 0;
423 if (exists $SEEN_STRENGTH{$key} and $SEEN_STRENGTH{$key} != $strength) {
/openbsd/regress/sbin/iked/live/
H A Dcrt.in4 default_bits = 2048 # default strength of client certificates
/openbsd/usr.bin/file/
H A Dmagic-dump.c42 ml->strength, ml->text ? " (text)" : ""); in magic_dump_line()
H A Dmagic-load.c971 if (ml1->strength < ml2->strength) in magic_compare()
973 if (ml1->strength > ml2->strength) in magic_compare()
1159 ml->strength = magic_get_strength(ml); in magic_load()
H A Dmagic.h107 u_int strength; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfuture.options21 -fextra-strength
/openbsd/sys/dev/wscons/
H A Dwstpad.c1407 int strength = input->filter.mode & 7; in wstpad_filter() local
1424 strength = imin(strength, 2); in wstpad_filter()
1426 if (strength) { in wstpad_filter()
1432 dx = dx * (8 - strength) + h->avg * strength + h->avg_rmdr; in wstpad_filter()
1433 dy = dy * (8 - strength) + v->avg * strength + v->avg_rmdr; in wstpad_filter()
/openbsd/gnu/llvm/llvm/docs/
H A Dindex.rst10 industrial strength compilers to specialized JIT applications to small
H A DCodeOfConduct.rst101 we're different. The strength of LLVM comes from its varied community, people
H A DPasses.rst347 strength reduction.
581 This transformation should be followed by strength reduction after all of the
777 This pass performs a strength reduction on array references inside loops that
/openbsd/usr.bin/file/magdir/
H A Dcompress26 !:strength * 2
205 !:strength * 2
/openbsd/games/hack/
H A Dhelp126 (the lower the better), your strength, experience level and the
H A Drumors347 Sleeping may increase your strength.
500 You want to regain strength? Two levels ahead is a guesthouse!
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/bin/
H A Dzipdetails1547 my $strength = out_C " Encryption Strength", sub {$strengths{$_[0]} || "Unknown" } ;
1552 $context->{AesStrength} = $strength ;
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt87 is high-quality and industrial-strength: all the obnoxious features of the C
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcontrib.texi397 strength reduction, function calling sequence handling, and condition
879 problems in various places that nobody else wanted to work on, strength
H A Dpasses.texi359 @cindex strength-reduction
362 and optionally does strength-reduction and loop unrolling as well.
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DREADME.txt228 We could also strength reduce the rem and the div:
/openbsd/gnu/gcc/gcc/doc/
H A Dcontrib.texi449 strength reduction, function calling sequence handling, and condition
976 problems in various places that nobody else wanted to work on, strength

1234