Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 6725) sorted by relevance

12345678910>>...269

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltinsVEVL.gen.def1 BUILTIN(__builtin_ve_vl_vld_vssl, "V256dLUivC*Ui", "n")
2 BUILTIN(__builtin_ve_vl_vld_vssvl, "V256dLUivC*V256dUi", "n")
3 BUILTIN(__builtin_ve_vl_vldnc_vssl, "V256dLUivC*Ui", "n")
4 BUILTIN(__builtin_ve_vl_vldnc_vssvl, "V256dLUivC*V256dUi", "n")
5 BUILTIN(__builtin_ve_vl_vldu_vssl, "V256dLUivC*Ui", "n")
6 BUILTIN(__builtin_ve_vl_vldu_vssvl, "V256dLUivC*V256dUi", "n")
7 BUILTIN(__builtin_ve_vl_vldunc_vssl, "V256dLUivC*Ui", "n")
8 BUILTIN(__builtin_ve_vl_vldunc_vssvl, "V256dLUivC*V256dUi", "n")
9 BUILTIN(__builtin_ve_vl_vldlsx_vssl, "V256dLUivC*Ui", "n")
10 BUILTIN(__builtin_ve_vl_vldlsx_vssvl, "V256dLUivC*V256dUi", "n")
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dend_over.t17 print "# Pod::Simple version $Pod::Simple::VERSION\n";
25 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=head1 SVUP\n\nMyup.",
26 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=back\n\n=head1 SVUP\n\nMyup.…
31 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=head2 SVUP\n\nMyup.",
32 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=back\n\n=head2 SVUP\n\nMyup.…
37 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=head3 SVUP\n\nMyup.",
38 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=back\n\n=head3 SVUP\n\nMyup.…
43 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=head4 SVUP\n\nMyup.",
44 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=back\n\n=head4 SVUP\n\nMyup.…
49 "=head2 BLOOP\n\nHoopbehwo!\n\n=over\n\n=item Stuff. Um.\n\nBrop.\n\n=head5 SVUP\n\nMyup.",
[all …]
Dverb_fmt.t11 print "# Pod::Simple version $Pod::Simple::VERSION\n";
21 print "# Testing VerbatimFormatted...\n";
38 … do you want?</VerbatimB> i like pie. <VerbatimI>[or whatever]</VerbatimI>\n Hooboy.</VerbatimFo…
51 … do you want?</VerbatimB> i like pie. <VerbatimI>[or whatever]</VerbatimI>\n Hooboy.</VerbatimFo…
100 … do you want?</VerbatimB> i like pie. <VerbatimI>[or</VerbatimI> whatever]\n#:^^^^^^^^^^^^^^^^^ …
131 ) => qq{<Document><VerbatimFormatted\nxml:space="preserve"> Hooboy!\n What do you <VerbatimB>wan…
144 print "# Now running some tests adapted from verbatims.t...\n#\n#\n";
146 print "# Without VerbatimFormatted...\n";
148 &is( e "\n", "", );
149 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz" );
[all …]
Dverbatim.t11 print "# Pod::Simple version $Pod::Simple::VERSION\n";
20 &is( e "\n", "", );
22 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz" );
23 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz\n" );
26 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n"),
29 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n quux\n"),
30 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\n quux</Verbatim></Document>}
32 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\nquux\n"),
36 print "# Contiguous verbatims...\n";
37 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n quux\n"),
[all …]
Dbasic.t14 #print "# Pod::Simple version $Pod::Simple::VERSION\n";
26 print "# Simple identity tests...\n";
29 &is( e "\n", "", );
30 &is( e "\n", "\n", );
31 &is( e "puppies\n\n\n\n", "", );
34 print "# Contentful identity tests...\n";
36 &is( e "=pod\n\nFoo\n", "=pod\n\nFoo\n" );
37 &is( e "=pod\n\n\n\nFoo\n\n\n", "=pod\n\n\n\nFoo\n\n\n" );
38 &is( e "=pod\n\n\n\nFoo\n\n\n", "=pod\n\nFoo\n" );
41 &is( e "\n\n=pod\n\nFoo\n", "\n\n=pod\n\nFoo\n" );
[all …]
Ditems.t16 print "# Pod::Simple version $Pod::Simple::VERSION\n";
20 print "##### Tests for =item directives via class $x\n";
26 print "#\n# Tests for simple =item *'s\n";
27 is( $x->_out("\n=over\n\n=item *\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\n"),
30 is( $x->_out("\n=over\n\n=item *\n\nStuff\n\n=cut\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\n"),
33 is( $x->_out("\n=over 10\n\n=item *\n\nStuff\n\n=cut\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\
36 is( $x->_out("\n=over\n\n=item *\n\nStuff\n=cut\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back"),
43 print "#\n# Tests for simple =item 1.'s\n";
44 is( $x->_out("\n=over\n\n=item 1.\n\nStuff\n\n=item 2.\n\nBar I<baz>!\n\n=back\n\n"),
47 is( $x->_out("\n=over\n\n=item 1.\n\nStuff\n\n=cut\n\nStuff\n\n=item 2.\n\nBar I<baz>!\n\n=back\n\n
[all …]
Dbegin.t10 print "# Pod::Simple version $Pod::Simple::VERSION\n";
28 print "# Testing non-matching complaint...\n";
32 like( ($out = $x->_out( "=pod\n\nI like pie.\n\n=begin mojojojo\n\nStuff\n\n=end blorp\n\nYup.\n")),
34 ) or print "# Didn't contain POD ERRORS:\n# $out\n";
36 like( ($out = $x->_out( \&moj, "=pod\n\nI like pie.\n\n=begin :mojojojo\n\nStuff\n\n=end :blorp\n\n…
38 ) or print "# Didn't contain POD ERRORS:\n# $out\n";
39 …ke( ($out = $x->_out( \&moj, "=pod\n\nI like pie.\n\n=begin :mojojojo\n\n=begin :zaz\n\nStuff\n\n=…
41 ) or print "# Didn't contain POD ERRORS:\n# $out\n";
48 print "# Testing some trivial cases of non-acceptance...\n";
50 is( $x->_out( "=pod\n\nI like pie.\n\n=begin mojojojo\n\nStuff\n\n=end mojojojo\n\nYup.\n"),
[all …]
Dfornot.t14 print "# Pod::Simple version $Pod::Simple::VERSION\n";
27 is( $x->_out( "=pod\n\nI like pie.\n\n=for mojojojo stuff\n\n=for !mojojojo bzarcho\n\nYup.\n"),
30 is( $x->_out( "=pod\n\nI like pie.\n\n=for psketti,mojojojo,crunk stuff\n\n=for !psketti,mojojojo,c…
34 is( $x->_out( "=pod\n\nI like pie.\n\n=for :mojojojo stuff\n\n=for :!mojojojo bzarcho\n\nYup.\n"),
37 is( $x->_out( "=pod\n\nI like pie.\n\n=for :psketti,mojojojo,crunk stuff\n\n=for :!psketti,mojojojo…
40 is( $x->_out( "=pod\n\nI like pie.\n\n=for :mojojojo stuff\n\n=for :!mojojojo I<bzarcho>\n\nYup.\n"…
43 is( $x->_out( "=pod\n\nI like pie.\n\n=for :psketti,mojojojo,crunk stuff\n\n=for :!psketti,mojojojo…
48 print "# ( Now just swapping '!' and ':' )\n";
49 is( $x->_out( "=pod\n\nI like pie.\n\n=for :mojojojo stuff\n\n=for !:mojojojo bzarcho\n\nYup.\n"),
52 is( $x->_out( "=pod\n\nI like pie.\n\n=for :psketti,mojojojo,crunk stuff\n\n=for !:psketti,mojojojo…
[all …]
Dfcodes_s.t9 print "# Pod::Simple version $Pod::Simple::VERSION\n";
18 print "# S as such...\n";
20 is( $x->_out("=pod\n\nI like S<bric-a-brac>.\n"),
22 is( $x->_out("=pod\n\nI like S<bric-a-brac a gogo >.\n"),
24 is( $x->_out("=pod\n\nI like S<< bric-a-brac a gogo >>.\n"),
34 "=pod\n\nI like S<bric-a-brac a gogo>.\n"),
39 qq{=pod\n\nI like S<L</"bric-a-brac a gogo">>.\n}),
44 qq{=pod\n\nI like S<L<Stuff like that|/"bric-a-brac a gogo">>.\n}),
49 qq{=pod\n\nI like S<L<Stuff I<like that>|/"bric-a-brac a gogo">>.\n}),
55 "=pod\n\nI like S<bric-a-brac a gogo>.\n",
[all …]
Dstrpvbtm.t18 "\n=pod\n\n foo bar baz\n",
21 "<pre><code> foo bar baz</code></pre>\n\n",
25 "\n=pod\n\n foo bar baz\n",
28 "<pre><code>foo bar baz</code></pre>\n\n",
32 "\n=pod\n\n foo bar baz\n",
35 "<pre><code> foo bar baz</code></pre>\n\n",
39 "\n=pod\n\n foo bar baz\n",
42 "<pre><code>foo bar baz</code></pre>\n\n",
46 "\n=pod\n\n foo bar baz\n",
49 "<pre><code>foo bar baz</code></pre>\n\n",
[all …]
Dheads.t15 print "# Pod::Simple version $Pod::Simple::VERSION\n";
18 print "# Simple tests for head1 - head6...\n";
19 is( Pod::Simple::XMLOutStream->_out("\n=head1 Chacha\n\n"),
22 is( Pod::Simple::XMLOutStream->_out("\n=head2 Chacha\n\n"),
25 is( Pod::Simple::XMLOutStream->_out("\n=head3 Chacha\n\n"),
28 is( Pod::Simple::XMLOutStream->_out("\n=head4 Chacha\n\n"),
31 is( Pod::Simple::XMLOutStream->_out("\n=head5 Chacha\n\n"),
34 is( Pod::Simple::XMLOutStream->_out("\n=head6 Chacha\n\n"),
38 print "# Testing whitespace equivalence...\n";
40 &is(e "\n=head1 Chacha\n\n", "\n=head1 Chacha\n\n");
[all …]
Dchunking.t15 print "# Pod::Simple version $Pod::Simple::VERSION\n";
21 is( Pod::Simple::XMLOutStream->_out("\n=head1 =head1"),
25 is( Pod::Simple::XMLOutStream->_out("\n=head1 =head1\n"),
29 is( Pod::Simple::XMLOutStream->_out("\n=head1 =head1\n\n"),
33 &is(e "\n=head1 =head1\n\n" , "\n=head1 =head1\n\n");
35 &is(e "\n=head1\n=head1\n\n", "\n=head1 =head1\n\n");
37 &is(e "\n=pod\n\nCha cha cha\n\n" , "\n=pod\n\nCha cha cha\n\n");
38 &is(e "\n=pod\n\nCha\tcha cha\n\n" , "\n=pod\n\nCha cha cha\n\n");
39 &is(e "\n=pod\n\nCha\ncha cha\n\n" , "\n=pod\n\nCha cha cha\n\n");
/openbsd/src/gnu/llvm/libcxx/src/
Dhash.cpp168 __next_prime(size_t n) in __next_prime() argument
173 if (n <= small_primes[N-1]) in __next_prime()
174 return *std::lower_bound(small_primes, small_primes + N, n); in __next_prime()
177 __check_for_overflow(n); in __next_prime()
182 size_t k0 = n / L; in __next_prime()
183 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L) in __next_prime()
185 n = L * k0 + indices[in]; in __next_prime()
198 const std::size_t q = n / p; in __next_prime()
200 return n; in __next_prime()
201 if (n == q * p) in __next_prime()
[all …]
/openbsd/src/sys/sys/
Dconf.h67 #define dev_type_open(n) int n(dev_t, int, int, struct proc *) argument
68 #define dev_type_close(n) int n(dev_t, int, int, struct proc *) argument
69 #define dev_type_strategy(n) void n(struct buf *) argument
70 #define dev_type_ioctl(n) \ argument
71 int n(dev_t, u_long, caddr_t, int, struct proc *)
73 #define dev_decl(n,t) __CONCAT(dev_type_,t)(__CONCAT(n,t)) argument
74 #define dev_init(c,n,t) \ argument
75 ((c) > 0 ? __CONCAT(n,t) : (__CONCAT(dev_type_,t)((*))) enxio)
102 #define dev_type_dump(n) int n(dev_t, daddr_t, caddr_t, size_t) argument
103 #define dev_type_size(n) daddr_t n(dev_t) argument
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Drestore.c115 increment (int n) in increment() argument
117 return n + 1; in increment()
123 callee0 (int n) in callee0() argument
130 callee1 (int n) in callee1() argument
132 register int l1 = increment (n); /* callee1 prologue */ in callee1()
138 callee2 (int n) in callee2() argument
140 register int l1 = increment (n); /* callee2 prologue */ in callee2()
147 callee3 (int n) in callee3() argument
149 register int l1 = increment (n); /* callee3 prologue */ in callee3()
157 callee4 (int n) in callee4() argument
[all …]
/openbsd/src/lib/libcrypto/modes/
Dcfb128.c72 unsigned int n; in CRYPTO_cfb128_encrypt() local
75 n = *num; in CRYPTO_cfb128_encrypt()
81 while (n && len) { in CRYPTO_cfb128_encrypt()
82 *(out++) = ivec[n] ^= *(in++); in CRYPTO_cfb128_encrypt()
84 n = (n + 1) % 16; in CRYPTO_cfb128_encrypt()
93 for (; n < 16; n += sizeof(size_t)) { in CRYPTO_cfb128_encrypt()
94 *(size_t *)(out + n) = in CRYPTO_cfb128_encrypt()
95 *(size_t *)(ivec + n) ^= *(size_t *)(in + in CRYPTO_cfb128_encrypt()
96 n); in CRYPTO_cfb128_encrypt()
101 n = 0; in CRYPTO_cfb128_encrypt()
[all …]
Dcbc128.c74 size_t n; in CRYPTO_cbc128_encrypt() local
81 for (n = 0; n < 16; ++n) in CRYPTO_cbc128_encrypt()
82 out[n] = in[n] ^ iv[n]; in CRYPTO_cbc128_encrypt()
91 for (n = 0; n < 16; n += sizeof(size_t)) in CRYPTO_cbc128_encrypt()
92 *(size_t *)(out + n) = in CRYPTO_cbc128_encrypt()
93 *(size_t *)(in + n) ^ *(size_t *)(iv + n); in CRYPTO_cbc128_encrypt()
103 for (n = 0; n < 16 && n < len; ++n) in CRYPTO_cbc128_encrypt()
104 out[n] = in[n] ^ iv[n]; in CRYPTO_cbc128_encrypt()
105 for (; n < 16; ++n) in CRYPTO_cbc128_encrypt()
106 out[n] = iv[n]; in CRYPTO_cbc128_encrypt()
[all …]
/openbsd/src/usr.sbin/nsd/
Dradtree.c35 static void radnode_del_postorder(struct region* region, struct radnode* n) in radnode_del_postorder() argument
38 if(!n) return; in radnode_del_postorder()
39 for(i=0; i<n->len; i++) { in radnode_del_postorder()
40 radnode_del_postorder(region, n->array[i].node); in radnode_del_postorder()
41 region_recycle(region, n->array[i].str, n->array[i].len); in radnode_del_postorder()
43 region_recycle(region, n->array, n->capacity*sizeof(struct radsel)); in radnode_del_postorder()
44 region_recycle(region, n, sizeof(*n)); in radnode_del_postorder()
63 radnode_last_in_subtree(struct radnode* n) in radnode_last_in_subtree() argument
67 for(idx=((int)n->len)-1; idx >= 0; idx--) { in radnode_last_in_subtree()
68 if(n->array[idx].node) { in radnode_last_in_subtree()
[all …]
/openbsd/src/usr.bin/mandoc/
Dman_validate.c42 #define CHKARGS struct roff_man *man, struct roff_node *n
111 struct roff_node *n; in man_validate() local
119 n = man->last; in man_validate()
123 if (man->last == n) in man_validate()
131 man->last = n; in man_validate()
133 switch (n->type) { in man_validate()
135 check_text(man, n); in man_validate()
138 check_root(man, n); in man_validate()
145 if (n->tok < ROFF_MAX) { in man_validate()
149 assert(n->tok >= MAN_TH && n->tok < MAN_MAX); in man_validate()
[all …]
Dmdoc_validate.c302 struct roff_node *n, *np; in mdoc_validate() local
311 n = mdoc->last; in mdoc_validate()
312 switch (n->tok) { in mdoc_validate()
314 n->tok = MDOC_Pp; in mdoc_validate()
318 n->tok = MDOC_Ft; in mdoc_validate()
332 if (mdoc->last == n) in mdoc_validate()
340 mdoc->last = n; in mdoc_validate()
342 switch (n->type) { in mdoc_validate()
344 np = n->parent; in mdoc_validate()
345 if (n->sec != SEC_SYNOPSIS || in mdoc_validate()
[all …]
/openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/
Dos2_prfdb.t6 print "1..0\n";
19 BEGIN { $| = 1; print "1..48\n"; }
20 END {print "not ok 1\n" unless $loaded;}
25 print "ok 1\n";
38 print( ($ini ? "": "not "), "ok 2\n# HINI=`$ini'\n");
41 "not ok 3\n# err: `$^E'\n" : "ok 3\n");
44 print( OS2::Prf::Set($ini,'aaa', 'bbb','xyz') ? "ok 4\n" :
45 "not ok 4\n# err: `$^E'\n");
48 print( $len == 3 ? "ok 5\n" : "not ok 5# len: `$len' err: `$^E'\n");
51 print( $val eq 'xyz' ? "ok 6\n" : "not ok 6# val: `$val' err: `$^E'\n");
[all …]
/openbsd/src/usr.sbin/bgpd/
Drde_trie.c147 struct tentry_v4 *n, *new, *b, **prev; in trie_add_v4() local
154 n = *prev; in trie_add_v4()
155 while (n) { in trie_add_v4()
159 minlen = n->plen > plen ? plen : n->plen; in trie_add_v4()
161 if (n->addr.s_addr != mp.s_addr) { in trie_add_v4()
170 b->plen = inet4findmsb(&n->addr, &mp); in trie_add_v4()
171 inet4applymask(&b->addr, &n->addr, b->plen); in trie_add_v4()
174 if (inet4isset(&n->addr, b->plen)) { in trie_add_v4()
175 b->trie[1] = n; in trie_add_v4()
178 b->trie[0] = n; in trie_add_v4()
[all …]
/openbsd/src/lib/libc/locale/
Dwctoint.h36 int n; in wctoint() local
39 case L'0': n = 0; break; in wctoint()
40 case L'1': n = 1; break; in wctoint()
41 case L'2': n = 2; break; in wctoint()
42 case L'3': n = 3; break; in wctoint()
43 case L'4': n = 4; break; in wctoint()
44 case L'5': n = 5; break; in wctoint()
45 case L'6': n = 6; break; in wctoint()
46 case L'7': n = 7; break; in wctoint()
47 case L'8': n = 8; break; in wctoint()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/MIME-Base64/t/
Dquoted-print.t27 "quoted printable=\n"],
31 "v=E5re kj=E6re norske tegn b=F8r =E6res=\n"],
34 [" " => "=20=20=\n"],
35 ["\tt\t" => "\tt=09=\n"],
36 ["test \ntest\n\t \t \n" => "test=20=20\ntest\n=09=20=09=20\n"],
39 ["=30\n" => "=3D30\n"],
40 ["\0\xff0" => "=00=FF0=\n"],
46 ter set.=\n"
54 he risks he takes. -- Adlai Stevenson=\n"],
64 y. -- H. L. Mencken=\n"],
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/po/
Dga.po8 "Project-Id-Version: gprof 2.15.96\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2005-03-03 21:05+1030\n"
11 "PO-Revision-Date: 2005-09-13 18:32-0500\n"
12 "Last-Translator: Kevin Patrick Scannell <scannell@SLU.EDU>\n"
13 "Language-Team: Irish <ga@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=ISO-8859-1\n"
16 "Content-Transfer-Encoding: 8bit\n"
24 msgid "[find_call] %s: 0x%lx to 0x%lx\n"
[all …]

12345678910>>...269