| /openbsd-src/usr.bin/signify/ |
| H A D | mod_ge25519.c | 269 ge25519_p3 pre[16]; in ge25519_double_scalarmult_vartime() local 274 setneutral(pre); /* 00 00 */ in ge25519_double_scalarmult_vartime() 275 pre[1] = *p1; /* 00 01 */ in ge25519_double_scalarmult_vartime() 276 dbl_p1p1(&tp1p1,(ge25519_p2 *)p1); p1p1_to_p3( &pre[2], &tp1p1); /* 00 10 */ in ge25519_double_scalarmult_vartime() 277 add_p1p1(&tp1p1,&pre[1], &pre[2]); p1p1_to_p3( &pre[3], &tp1p1); /* 00 11 */ in ge25519_double_scalarmult_vartime() 278 pre[4] = *p2; /* 01 00 */ in ge25519_double_scalarmult_vartime() 279 add_p1p1(&tp1p1,&pre[1], &pre[4]); p1p1_to_p3( &pre[5], &tp1p1); /* 01 01 */ in ge25519_double_scalarmult_vartime() 280 add_p1p1(&tp1p1,&pre[2], &pre[4]); p1p1_to_p3( &pre[6], &tp1p1); /* 01 10 */ in ge25519_double_scalarmult_vartime() 281 add_p1p1(&tp1p1,&pre[3], &pre[4]); p1p1_to_p3( &pre[7], &tp1p1); /* 01 11 */ in ge25519_double_scalarmult_vartime() 282 dbl_p1p1(&tp1p1,(ge25519_p2 *)p2); p1p1_to_p3( &pre[8], &tp1p1); /* 10 00 */ in ge25519_double_scalarmult_vartime() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/man/IP/ |
| H A D | literal.out_html | 6 <pre>literal 7 text</pre> 11 <pre>indented 13 text</pre> 16 <pre>new 18 paragraph</pre> 24 <pre>literal 25 text</pre> 29 <pre>indented 31 text</pre> [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/perf/ |
| H A D | benchmarks | 51 # pre is an optional string containing setup code which is executed 55 # post like pre, but executed just after 'code'. 59 # eval "package $name; $setup; for (1..1000000) { $pre; $code; $post }" 69 # pre => 'PRE', 104 # To avoid this, use 'pre' or 'post', e.g. 106 # pre => '$x = ""', 956 pre => 'my $x = 1', # after 1st iter gets upgraded to PVNV 962 pre => 'my $x = 1', # after 1st iter gets upgraded to PVNV 1124 pre => '$lex = "abcd"', 1129 pre [all...] |
| /openbsd-src/lib/libcrypto/hidden/ |
| H A D | crypto_namespace.h | 35 # define LCRYPTO_ALIAS1(pre,x) asm("! .global "#pre#x" ! .set "#pre#x", _lcry_"#x) argument 37 # define LCRYPTO_ALIAS1(pre,x) asm(".global "#pre#x"; "#pre#x" = _lcry_"#x) argument 47 # define LCRYPTO_ALIAS1(pre,x) argument
|
| /openbsd-src/regress/usr.bin/mandoc/man/HP/ |
| H A D | literal.out_html | 3 <pre>literal 4 text</pre> 5 <pre>tag 8 paragraph</pre> 9 <pre>literal 10 paragraph</pre>
|
| /openbsd-src/regress/usr.bin/mandoc/man/RS/ |
| H A D | literal.out_html | 3 <pre>literal text 4 before display</pre> 6 <pre>This is a short line. 7 This is a very long line that would wrap if it weren't in literal context.</pre> 9 <pre>literal text 10 after display</pre>
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/ |
| H A D | nf.out_html | 1 <pre>after .nf 2 request</pre> 5 <pre>in unfilled 6 block</pre> 10 <pre>after .nf request 11 in filled block</pre>
|
| /openbsd-src/regress/usr.bin/mandoc/man/TP/ |
| H A D | literal.out_html | 6 <pre>literal 7 text</pre> 11 <pre>indented 13 text</pre> 16 <pre>literal 17 paragraph</pre>
|
| /openbsd-src/regress/usr.bin/mandoc/man/SY/ |
| H A D | literal.out_html | 10 <pre>literal text 11 before display</pre> 16 <pre><i>arguments</i></pre> 20 <pre>literal text 21 after display</pre>
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/ |
| H A D | Balanced.pm | 148 my $pre = defined $_[2] ? $_[2] : '\s*'; 153 unless $$textref =~ m/\G($pre)($pat)/gc; 190 my $pre = defined $_[2] ? qr/\G$_[2]/ : qr/\G\s*/; 201 my @match = _match_bracketed($textref, $pre, @ret); 214 my ($textref, $pre, $ldel, $qdel, $quotelike, $rdel) = @_; 216 unless ($$textref =~ m/$pre/gc) 218 _failmsg "Did not find prefix: /$pre/", $startpos; 226 _failmsg "Did not find opening bracket after prefix: \"$pre\"", 315 my $pre = defined $_[3] ? qr/\G$_[3]/ : qr/\G\s*/; 330 my @match = _match_tagged($textref, $pre, $ldel, $rdel, $omode, $bad, $ignore); [all …]
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | ed25519.c | 1852 ge25519_p3 pre[16]; in ge25519_double_scalarmult_vartime() local 1857 setneutral(pre); /* 00 00 */ in ge25519_double_scalarmult_vartime() 1858 pre[1] = *p1; /* 00 01 */ in ge25519_double_scalarmult_vartime() 1859 dbl_p1p1(&tp1p1,(ge25519_p2 *)p1); p1p1_to_p3( &pre[2], &tp1p1); /* 00 10 */ in ge25519_double_scalarmult_vartime() 1860 add_p1p1(&tp1p1,&pre[1], &pre[2]); p1p1_to_p3( &pre[3], &tp1p1); /* 00 11 */ in ge25519_double_scalarmult_vartime() 1861 pre[4] = *p2; /* 01 00 */ in ge25519_double_scalarmult_vartime() 1862 add_p1p1(&tp1p1,&pre[1], &pre[4]); p1p1_to_p3( &pre[5], &tp1p1); /* 01 01 */ in ge25519_double_scalarmult_vartime() 1863 add_p1p1(&tp1p1,&pre[2], &pre[4]); p1p1_to_p3( &pre[6], &tp1p1); /* 01 10 */ in ge25519_double_scalarmult_vartime() 1864 add_p1p1(&tp1p1,&pre[3], &pre[4]); p1p1_to_p3( &pre[7], &tp1p1); /* 01 11 */ in ge25519_double_scalarmult_vartime() 1865 dbl_p1p1(&tp1p1,(ge25519_p2 *)p2); p1p1_to_p3( &pre[8], &tp1p1); /* 10 00 */ in ge25519_double_scalarmult_vartime() [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/test/ |
| H A D | usage-pre-post-flight | 2 # The following examples first show a bad pre/post flight config file followed by a good pre/post c… 5 …ata/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight.bad fu… 8 …ata/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functi… 27 print "\nRunning pre-flight function:" 38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight function… 47 Running pre-flight function: 55 Running pre-flight function:
|
| /openbsd-src/sys/dev/pci/drm/i915/gvt/ |
| H A D | mmio_context.c | 399 static void switch_mocs(struct intel_vgpu *pre, struct intel_vgpu *next, in switch_mocs() argument 420 if (!pre && !gen9_render_mocs.initialized) in switch_mocs() 425 if (pre) in switch_mocs() 426 old_v = vgpu_vreg_t(pre, offset); in switch_mocs() 443 if (pre) in switch_mocs() 444 old_v = vgpu_vreg_t(pre, l3_offset); in switch_mocs() 473 static void switch_mmio(struct intel_vgpu *pre, in switch_mmio() argument 483 switch_mocs(pre, next, engine); in switch_mmio() 498 if (pre) { in switch_mmio() 499 vgpu_vreg_t(pre, mmio->reg) = in switch_mmio() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | budemang.c | 42 const char *pre, *suf; in demangle() local 52 pre = name; in demangle() 55 pre_len = name - pre; in demangle() 86 memcpy (final, pre, pre_len); in demangle() 99 return xstrdup (pre); in demangle()
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | mvspi.c | 195 uint32_t pre; in mvspi_clkdiv() local 197 pre = 0; in mvspi_clkdiv() 198 while ((freq * pre) < sc->sc_pfreq) in mvspi_clkdiv() 199 pre++; in mvspi_clkdiv() 200 if (pre > 0x1f) in mvspi_clkdiv() 201 pre = 0x1f; in mvspi_clkdiv() 202 else if (pre > 0xf) in mvspi_clkdiv() 203 pre = 0x10 + (pre + 1) / 2; in mvspi_clkdiv() 205 return pre; in mvspi_clkdiv()
|
| /openbsd-src/gnu/usr.bin/perl/lib/Class/ |
| H A D | Struct.pm | 186 my( $pre, $pst, $sel ); 193 $pre = $pst = $cmt = $sel = ''; 195 $pre = "\\("; 223 $out .= " \@_ ? ($pre\$r->$elem$sel = shift$pst) : $pre\$r->$elem$sel$pst;\n";
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | installman | 51 foreach my $pre (qw(man1 man3)) { 52 $opts{"${pre}dir"} //= $opts{destdir} . $Config{"install${pre}dir"}; 53 $opts{"${pre}ext"} //= $Config{"${pre}ext"};
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
| H A D | Subtest_callback.t | 15 'pre-subtest callbacks should be invoked before the subtest', 28 'subtest should be run after the pre-subtest callbacks', 39 'pre-subtest callbacks should be invoked with the expected arguments',
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | ppptools.pl | 255 push @c, map "!($_)", @{$p->{pre}}; 335 /^ifdef$/ and do { push @pps, { pre => [], cur => "defined($args)" } ; last }; 336 /^ifndef$/ and do { push @pps, { pre => [], cur => "!defined($args)" } ; last }; 337 /^if$/ and do { push @pps, { pre => [], cur => $args } ; last }; 338 /^elif$/ and do { push @{$pps[-1]{pre}}, $pps[-1]{cur}; $pps[-1]{cur} = $args; last }; 339 /^else$/ and do { push @{$pps[-1]{pre}}, $pps[-1]{cur}; $pps[-1]{cur} = undef; last };
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
| H A D | Base.pm | 269 and !defined ($_->{default}) and !defined ($_->{pre}) 339 my ($indent, $type, $pre, $post, $item) 344 if ($pre) { 345 chomp $pre; 349 $clause .= "$indent$pre"; 350 $clause .= ";" unless $pre =~ /;$/; 390 my ($name, $value, $default, $pre, $post, $def_pre, $def_post, $type) 406 .= $self->assign ({indent=>$indent, type=>$type, pre=>$pre, post=>$post, 420 $clause .= $self->assign ({indent=>$indent, type=>$type, pre=>$pre,
|
| /openbsd-src/gnu/llvm/llvm/docs/_ocamldoc/ |
| H A D | style.css | 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector 24 tt, code, pre { font-family: WorkAroundWebKitAndMozilla, monospace; selector 26 pre code { font-size : inherit; } 38 hr, hr + br, div + br, center + br, span + br, ul + br, ol + br, pre + br 44 h1 + pre { margin-bottom:1.375em} /* Toplevel module description */ 62 pre { margin-top: 1.375em } selector
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | fileattr.c | 243 char *pre; local 252 pre = list; 288 if (preend == pre && attrval == NULL && post == p2) 291 retval = xmalloc ((preend - pre) 298 if (preend != pre) 300 strncpy (retval, pre, preend - pre); 301 rp = retval + (preend - pre); 318 if (preend != pre || attrval != NULL)
|
| /openbsd-src/gnu/llvm/llvm/docs/_static/ |
| H A D | llvm.css | 73 blockquote pre { 85 /* It is preferable to use <pre class="doc_code"> everywhere instead of the 86 * <div class="doc_code"><pre>...</ptr></div> construct. 88 * Once all docs use <pre> for code regions, this style can be merged with the 89 * one above, and we can drop the [pre] qualifier. 91 pre.doc_code, .literal-block { padding: 1em 2em 1em 1em }
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
| H A D | 02_function.t | 129 my $pre = @$preload ? ' (preloaded)' : ''; 140 is( $val, $type, "$type visible$pre"); 144 "$type obj registered$pre" 147 is( keys %f, @$preload, "$type gone$pre"); 151 is( keys %$ob_reg, @$preload, "no objs remaining$pre"); 157 "all types present$pre", 162 "all types registered$pre", 166 is_deeply( [ sort values %f], [ sort @preval], "all types gone$pre"); 167 is( keys %$ob_reg, @$preload, "all types unregistered$pre");
|
| /openbsd-src/regress/usr.bin/mandoc/roff/sp/ |
| H A D | fill-man.out_html | 2 <pre>in no-fill mode: 5 fill mode:</pre>
|