Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 25 of 135) sorted by relevance

123456

/openbsd/lib/libcrypto/bn/
H A Dbn_mul.c86 bn_mulw_addtw(a[1], b[1], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba4()
90 bn_mulw_addtw(a[1], b[2], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba4()
91 bn_mulw_addtw(a[2], b[1], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba4()
95 bn_mulw_addtw(a[2], b[2], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba4()
122 bn_mulw_addtw(a[1], b[1], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba8()
126 bn_mulw_addtw(a[1], b[2], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba8()
127 bn_mulw_addtw(a[2], b[1], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba8()
131 bn_mulw_addtw(a[3], b[1], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba8()
132 bn_mulw_addtw(a[2], b[2], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba8()
133 bn_mulw_addtw(a[1], b[3], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba8()
[all …]
H A Dbn_sqr.c78 BN_ULONG c2, c1, c0; in bn_sqr_comba4() local
121 bn_mul2_mulw_addtw(a[3], a[1], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
125 bn_mul2_mulw_addtw(a[4], a[1], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
129 bn_mul2_mulw_addtw(a[4], a[2], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
130 bn_mul2_mulw_addtw(a[5], a[1], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
134 bn_mul2_mulw_addtw(a[6], a[1], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
135 bn_mul2_mulw_addtw(a[5], a[2], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
139 bn_mul2_mulw_addtw(a[5], a[3], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
140 bn_mul2_mulw_addtw(a[6], a[2], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
144 bn_mul2_mulw_addtw(a[6], a[3], c2, c1, c0, &c2, &c1, &c0); in bn_sqr_comba8()
[all …]
/openbsd/sys/arch/arm/include/
H A Dsysreg.h47 #define CP14_DBGDIDR(rr) p14, 0, rr, c0, c0, 0 /* Debug ID Register */
62 #define CP15_MIDR(rr) p15, 0, rr, c0, c0, 0 /* Main ID Register */
63 #define CP15_CTR(rr) p15, 0, rr, c0, c0, 1 /* Cache Type Register */
64 #define CP15_TCMTR(rr) p15, 0, rr, c0, c0, 2 /* TCM Type Register */
65 #define CP15_TLBTR(rr) p15, 0, rr, c0, c0, 3 /* TLB Type Register */
66 #define CP15_MPIDR(rr) p15, 0, rr, c0, c0, 5 /* Multiprocessor Affinity Register */
67 #define CP15_REVIDR(rr) p15, 0, rr, c0, c0, 6 /* Revision ID Register */
85 #define CP15_CCSIDR(rr) p15, 1, rr, c0, c0, 0 /* Cache Size ID Registers */
86 #define CP15_CLIDR(rr) p15, 1, rr, c0, c0, 1 /* Cache Level ID Register */
87 #define CP15_AIDR(rr) p15, 1, rr, c0, c0, 7 /* Auxiliary ID Register */
[all …]
/openbsd/lib/libcrypto/bn/asm/
H A Dco-586.pl30 &add($c0,"eax");
61 &add($c0,"eax");
95 &add($c0,"eax");
108 local($a,$b,$c0,$c1,$c2);
114 $c0="ebx";
133 &xor($c0,$c0);
173 ($c0,$c1,$c2)=($c1,$c2,$c0);
199 local($r,$a,$c0,$c1,$c2)=@_;
205 $c0="ebx";
217 &xor($c0,$c0);
[all …]
/openbsd/usr.sbin/ospf6d/
H A Diso_cksum.c30 int c0 = 0, c1 = 0, x; /* counters */ in iso_cksum() local
37 c0 += *p++; in iso_cksum()
38 c1 += c0; in iso_cksum()
41 c0 %= 255; in iso_cksum()
47 x = ((sop * c0 - c1)) % 255; in iso_cksum()
50 c1 = 510 - c0 - x; in iso_cksum()
53 c0 = x; in iso_cksum()
56 return (c0 << 8 | c1); in iso_cksum()
/openbsd/usr.sbin/ospfd/
H A Diso_cksum.c30 int c0 = 0, c1 = 0, x; /* counters */ in iso_cksum() local
37 c0 += *p++; in iso_cksum()
38 c1 += c0; in iso_cksum()
41 c0 %= 255; in iso_cksum()
47 x = ((sop * c0 - c1)) % 255; in iso_cksum()
50 c1 = 510 - c0 - x; in iso_cksum()
53 c0 = x; in iso_cksum()
56 return (c0 << 8 | c1); in iso_cksum()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_scan_char.cc170 VERIFY_SCAN_IS (std::ctype_base::alnum, c0, c0); in test01()
173 VERIFY_SCAN_IS (std::ctype_base::digit, c0, c0); in test01()
174 VERIFY_SCAN_IS (std::ctype_base::graph, c0, c0); in test01()
176 VERIFY_SCAN_IS (std::ctype_base::print, c0, c0); in test01()
180 VERIFY_SCAN_IS (std::ctype_base::xdigit, c0, c0); in test01()
183 VERIFY_SCAN_NOT (std::ctype_base::alpha, c0, c0); in test01()
184 VERIFY_SCAN_NOT (std::ctype_base::cntrl, c0, c0); in test01()
187 VERIFY_SCAN_NOT (std::ctype_base::lower, c0, c0); in test01()
189 VERIFY_SCAN_NOT (std::ctype_base::punct, c0, c0); in test01()
190 VERIFY_SCAN_NOT (std::ctype_base::space, c0, c0); in test01()
[all …]
H A Dctype_scan_wchar_t.cc171 VERIFY_SCAN_IS (std::ctype_base::alnum, c0, c0); in test01()
174 VERIFY_SCAN_IS (std::ctype_base::digit, c0, c0); in test01()
175 VERIFY_SCAN_IS (std::ctype_base::graph, c0, c0); in test01()
177 VERIFY_SCAN_IS (std::ctype_base::print, c0, c0); in test01()
181 VERIFY_SCAN_IS (std::ctype_base::xdigit, c0, c0); in test01()
184 VERIFY_SCAN_NOT (std::ctype_base::alpha, c0, c0); in test01()
185 VERIFY_SCAN_NOT (std::ctype_base::cntrl, c0, c0); in test01()
188 VERIFY_SCAN_NOT (std::ctype_base::lower, c0, c0); in test01()
190 VERIFY_SCAN_NOT (std::ctype_base::punct, c0, c0); in test01()
191 VERIFY_SCAN_NOT (std::ctype_base::space, c0, c0); in test01()
[all …]
/openbsd/regress/sys/net/pf_table/
H A Dtable.hit23 2001:db8:c0:ffee::1
24 2001:db8:c0:ffee:ffff:ffff:ffff:ffff
25 2001:db8:c0:ffee:feec::
26 2001:db8:c0:ffee:feec:ffff:ffff:ffff
27 2001:db8:c0:ffee:feee::
28 2001:db8:c0:ffee:feee::1
29 2001:db8:c0:ffee:ffff::dead
H A Dtable.miss30 2001:db8:c0:ffee::babe
31 2001:db8:c0:ffee:feed::
32 2001:db8:c0:ffee:feed::1
33 2001:db8:c0:ffee:feed::dead
34 2001:db8:c0:ffee:feed:ffff:ffff:fffe
35 2001:db8:c0:ffee:feed:ffff:ffff:ffff
H A Dtable.in36 2001:db8:c0:ffee::/64
37 !2001:db8:c0:ffee::babe
38 !2001:db8:c0:ffee:feed::/80
/openbsd/lib/libc/locale/
H A D___runetype_mb.c43 rune_t c0; in ___runetype_mb() local
51 c0 = (rune_t)c; /* XXX assumes wint_t = int */ in ___runetype_mb()
56 if (re->re_min <= c0 && re->re_max >= c0) { in ___runetype_mb()
58 return (re->re_rune_types[c0 - re->re_min]); in ___runetype_mb()
61 } else if (c0 > re->re_max) { in ___runetype_mb()
H A D_wctrans.c90 rune_t c0; in _towctrans_ext() local
98 c0 = (rune_t)c; /* XXX assumes wchar_t = int */ in _towctrans_ext()
103 if (re->re_min <= c0 && re->re_max >= c0) in _towctrans_ext()
104 return (re->re_map + c0 - re->re_min); in _towctrans_ext()
105 else if (c0 >= re->re_max) { in _towctrans_ext()
/openbsd/usr.sbin/tcpdump/
H A Dprint-isoclns.c299 int c0, c1; in osi_cksum() local
306 c0 = c1 = 0; in osi_cksum()
309 c0 = (c0 + *p); in osi_cksum()
310 c1 += c0; in osi_cksum()
315 c1 += c0; c1 += c0; in osi_cksum()
318 c0 = (c0 + *p); in osi_cksum()
319 c1 += c0; in osi_cksum()
322 c1 = (((c0 * (len - n)) - c1) % 255); in osi_cksum()
324 c1 = (-(int) (c1 + c0)) % 255; in osi_cksum()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Doverride1.C3 struct c0 { virtual void f (); }; struct
4 struct c1 : public c0 {};
5 struct c2 : public c0 {};
6 struct c3 : virtual public c0, public c1, public c2 {};
15 struct c14 : virtual public c1, virtual public c5, virtual public c0,
19 struct c17 : virtual public c13, public c15, virtual public c0,
/openbsd/regress/sys/net/rtable/
H A Dinet6-fullfeed.txt24 2a00:86c0:600::/48
44 2a05:34c0::/29
81 2a00:86c0:300::/48
123 2a00:90c0::/32
147 2a00:11c0:1::/48
187 2a02:26f0:c0::/48
200 2a04:1c0::/29
369 2a00:84c0::/32
421 2001:8c0::/32
452 2a03:63c0::/32
[all …]
/openbsd/regress/sys/uvm/blist/
H A Dtest-2.out17 (00c0,64): bitmap ffffffffffffffff big=64
21 (01c0,64): bitmap ffffffffffffffff big=64
25 (02c0,64): bitmap ffffffffffffffff big=64
29 (03c0,64): bitmap ffffffffffffffff big=64
33 896/1024/2048> gapfind: begin=00c0 end=0400 size=832
H A Dtest-5.out10 (00c0,64): bitmap ffffffffffffffff big=64
14 (01c0,64): bitmap ffffffffffffffff big=64
18 (02c0,64): bitmap ffffffffffffffff big=64
22 (03c0,64): bitmap ffffffffffffffff big=64
H A Dtest-1.out11 (00c0,64): bitmap ffffffffffffffff big=64
15 (01c0,64): bitmap ffffffffffffffff big=64
19 (02c0,64): bitmap ffffffffffffffff big=64
23 (03c0,64): bitmap ffffffffffffffff big=64
/openbsd/gnu/usr.bin/perl/cpan/bignum/gentest/
H A Dscope-nested-const.sh53 my $c0 = $data -> [ $idxs -> [0] ][1];
66 is(ref(hex("1")), "$c0", 'ref(hex("1"))');
67 is(ref(oct("1")), "$c0", 'ref(oct("1"))');
96 is(ref(hex("1")), "$c0", 'ref(hex("1"))');
97 is(ref(oct("1")), "$c0", 'ref(oct("1"))');
H A Dscope-nested-hex-oct.sh53 my $c0 = $data -> [ $idxs -> [0] ][1];
66 is(ref(hex("1")), "$c0", 'ref(hex("1"))');
67 is(ref(oct("1")), "$c0", 'ref(oct("1"))');
96 is(ref(hex("1")), "$c0", 'ref(hex("1"))');
97 is(ref(oct("1")), "$c0", 'ref(oct("1"))');
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dmmx1.C35 C *c0; member
42 D (const D &c0) {} in D()
44 C *x = d0; C *y = x->c0;
45 while (x == y->c0)
/openbsd/games/cribbage/
H A Dscore.c335 int i, c0, c1; in adjust() local
337 c0 = cb[0].rank; in adjust()
339 if (c0 > c1) { in adjust()
340 i = c0; in adjust()
341 c0 = c1; in adjust()
345 scr = crbnescr[RANKS * c0 + c1]; in adjust()
347 scr = crbescr[RANKS * c0 + c1]; in adjust()
349 printf("\nADJUST: internal error %d %d\n", c0, c1); in adjust()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dvthunk2.C3 struct c0 { struct
7 struct c1 : virtual public c0 {
10 struct c2 : virtual public c0, public c1 {
/openbsd/lib/libcrypto/bn/arch/aarch64/
H A Dbn_arch.h174 bn_mulw_addtw(BN_ULONG a, BN_ULONG b, BN_ULONG c2, BN_ULONG c1, BN_ULONG c0, in bn_mulw_addtw() argument
186 : [a]"r"(a), [b]"r"(b), [c2]"r"(c2), [c1]"r"(c1), [c0]"r"(c0) in bn_mulw_addtw()
197 bn_mul2_mulw_addtw(BN_ULONG a, BN_ULONG b, BN_ULONG c2, BN_ULONG c1, BN_ULONG c0, in bn_mul2_mulw_addtw() argument
213 : [a]"r"(a), [b]"r"(b), [c2]"r"(c2), [c1]"r"(c1), [c0]"r"(c0) in bn_mul2_mulw_addtw()
260 BN_ULONG b, BN_ULONG c3, BN_ULONG c2, BN_ULONG c1, BN_ULONG c0, BN_ULONG d, in bn_qwmulw_addqw_addw() argument
288 [c3]"r"(c3), [c2]"r"(c2), [c1]"r"(c1), [c0]"r"(c0) in bn_qwmulw_addqw_addw()

123456