Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/openbsd-src/lib/libcrypto/bn/
H A Dbn_mul.c78 BN_ULONG c0, c1, c2; in bn_mul_comba4() local
80 bn_mulw_addtw(a[0], b[0], 0, 0, 0, &c2, &c1, &r[0]); in bn_mul_comba4()
82 bn_mulw_addtw(a[0], b[1], 0, c2, c1, &c2, &c1, &c0); in bn_mul_comba4()
83 bn_mulw_addtw(a[1], b[0], c2, c1, c0, &c2, &c1, &r[1]); in bn_mul_comba4()
85 bn_mulw_addtw(a[2], b[0], 0, c2, c1, &c2, &c1, &c0); in bn_mul_comba4()
86 bn_mulw_addtw(a[1], b[1], c2, c1, c0, &c2, &c1, &c0); in bn_mul_comba4()
87 bn_mulw_addtw(a[0], b[2], c2, c1, c0, &c2, &c1, &r[2]); in bn_mul_comba4()
89 bn_mulw_addtw(a[0], b[3], 0, c2, c1, &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()
[all …]
H A Dbn_sqr.c78 BN_ULONG c2, c1, c0; in bn_sqr_comba4() local
80 bn_mulw_addtw(a[0], a[0], 0, 0, 0, &c2, &c1, &r[0]); in bn_sqr_comba4()
82 bn_mul2_mulw_addtw(a[1], a[0], 0, c2, c1, &c2, &c1, &r[1]); in bn_sqr_comba4()
84 bn_mulw_addtw(a[1], a[1], 0, c2, c1, &c2, &c1, &c0); in bn_sqr_comba4()
85 bn_mul2_mulw_addtw(a[2], a[0], c2, c1, c0, &c2, &c1, &r[2]); in bn_sqr_comba4()
87 bn_mul2_mulw_addtw(a[3], a[0], 0, c2, c1, &c2, &c1, &c0); in bn_sqr_comba4()
88 bn_mul2_mulw_addtw(a[2], a[1], c2, c1, c0, &c2, &c1, &r[3]); in bn_sqr_comba4()
90 bn_mulw_addtw(a[2], a[2], 0, c2, c1, &c2, &c1, &c0); in bn_sqr_comba4()
91 bn_mul2_mulw_addtw(a[3], a[1], c2, c1, c0, &c2, &c1, &r[4]); in bn_sqr_comba4()
93 bn_mul2_mulw_addtw(a[3], a[2], 0, c2, c1, &c2, &c1, &r[5]); in bn_sqr_comba4()
[all …]
/openbsd-src/usr.sbin/sa/
H A Dmain.c395 struct cmdinfo c1, c2; in cmp_usrsys() local
399 memcpy(&c2, d2->data, sizeof(c2)); in cmp_usrsys()
402 t2 = c2.ci_utime + c2.ci_stime; in cmp_usrsys()
407 return (cmp_comm(c1.ci_comm, c2.ci_comm)); in cmp_usrsys()
416 struct cmdinfo c1, c2; in cmp_avgusrsys() local
420 memcpy(&c2, d2->data, sizeof(c2)); in cmp_avgusrsys()
425 t2 = c2.ci_utime + c2.ci_stime; in cmp_avgusrsys()
426 t2 /= (double) (c2.ci_calls ? c2.ci_calls : 1); in cmp_avgusrsys()
431 return (cmp_comm(c1.ci_comm, c2.ci_comm)); in cmp_avgusrsys()
440 struct cmdinfo c1, c2; in cmp_dkio() local
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dchar_traits_requirements.cc47 char c2 = 'u'; in test01() local
48 VERIFY( c1 != c2 ); in test01()
49 std::char_traits<char>::assign(c1,c2); in test01()
62 c2 = str_lit1[0]; in test01()
67 VERIFY( str_lit1[0] == c2 ); in test01()
69 VERIFY( array2[0] == c2 ); in test01()
70 VERIFY( str_lit1[0] == c2 ); in test01()
74 VERIFY( array2[0] == c2 ); in test01()
75 VERIFY( str_lit1[0] == c2 ); in test01()
81 c2 = array1[0]; in test01()
[all …]
/openbsd-src/usr.bin/sort/
H A Dvsort.c112 cmp_chars(wchar_t c1, wchar_t c2) in cmp_chars() argument
114 if (c1 == c2) in cmp_chars()
119 if (c2 == L'~') in cmp_chars()
123 return (isdigit_clocale(c2) || !c2) ? 0 : -1; in cmp_chars()
125 if (isdigit_clocale(c2) || !c2) in cmp_chars()
129 return isalpha_clocale(c2) ? (int)c1 - (int)c2 : -1; in cmp_chars()
131 if (isalpha_clocale(c2)) in cmp_chars()
134 return (int)c1 - (int)c2; in cmp_chars()
149 wchar_t c1, c2; in cmpversions() local
152 c2 = (si2 < se2) ? bws_get_iter_value(si2) : 0; in cmpversions()
[all …]
/openbsd-src/sys/lib/libkern/
H A Dstrncasecmp.c43 unsigned char c2 = (unsigned char) *s2++; in strncasecmp() local
45 if (c1 != c2) { in strncasecmp()
47 c2 >= 'a' && c2 <= 'z') in strncasecmp()
50 c2 >= 'A' && c2 <= 'Z') in strncasecmp()
51 c2 += 'a' - 'A'; in strncasecmp()
52 if (c1 != c2) in strncasecmp()
53 return c1 - c2; in strncasecmp()
/openbsd-src/lib/libcrypto/bn/asm/
H A Dco-586.pl18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
38 &adc($c2,0);
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
67 &adc($c2,0);
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
94 &adc($c2,0);
99 &adc($c2,0);
108 local($a,$b,$c0,$c1,$c2);
116 $c2="ebp";
148 &xor($c2,$c2) if ($j == $bs);
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstringbuf_members.cc120 int_type c2 = strb_02.sbumpc(); in test04() local
121 VERIFY( c1 != c2 ); in test04()
123 VERIFY( c2 == str_02[0] ); //should equal first letter at this point in test04()
126 VERIFY( c1 != c2 ); in test04()
128 VERIFY( c2 != c4 ); in test04()
173 c2 = strb_02.sgetc(); in test04()
175 VERIFY( c7 != c2 ); // n != i in test04()
177 VERIFY( c2 == str_02[13] ); //should equal fourteenth letter at this point in test04()
195 c2 = strb_03.sputc('b'); in test04()
196 VERIFY( c1 != c2 ); in test04()
[all …]
H A Dfilebuf_virtuals.cc161 int_type c2 = fb_02.sbumpc(); in test05() local
162 VERIFY( c1 != c2 ); in test05()
164 VERIFY( c2 == -1 ); in test05()
169 VERIFY( c2 == c4 ); in test05()
218 c2 = fb_02.sgetc(); in test05()
220 VERIFY( c7 == c2 ); // n != i in test05()
246 c2 = fb_03.sputc('b'); in test05()
247 VERIFY( c1 != c2 ); in test05()
249 c2 = fb_03.sputc('d'); in test05()
250 VERIFY( c1 != c2 ); in test05()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D980628-3.f12 character c1(11), c2(11), c3(11) local
16 equivalence (c2(2), r2)
23 c2(1) = '2'
25 c2(11) = '2'
32 call x (c1, r1, c2, r2, c3, r3, c4, c5, c6)
36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
39 character c1(11), c2(11), c3(11) local
47 if (c2(1) .ne. '2') call abort
49 if (c2(11) .ne. '2') call abort
H A D980628-2.f11 character c1(11), c2(11), c3(11) local
15 equivalence (c2(2), r2)
22 c2(1) = '2'
24 c2(11) = '2'
31 call x (c1, r1, c2, r2, c3, r3, c4, c5, c6)
35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
38 character c1(11), c2(11), c3(11) local
46 if (c2(1) .ne. '2') call abort
48 if (c2(11) .ne. '2') call abort
H A D980628-9.f11 character c1(11), c2(11), c3(11) local
15 equivalence (r2, c2(2))
22 c2(1) = '2'
24 c2(11) = '2'
31 call x (c1, r1, c2, r2, c3, r3, c4, c5, c6)
35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
38 character c1(11), c2(11), c3(11) local
46 if (c2(1) .ne. '2') call abort
48 if (c2(11) .ne. '2') call abort
H A D980628-10.f12 character c1(11), c2(11), c3(11) local
16 equivalence (r2, c2(2))
23 c2(1) = '2'
25 c2(11) = '2'
32 call x (c1, r1, c2, r2, c3, r3, c4, c5, c6)
36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
39 character c1(11), c2(11), c3(11) local
47 if (c2(1) .ne. '2') call abort
49 if (c2(11) .ne. '2') call abort
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dblocksort.c355 UChar c1, c2; in mainGtU() local
360 c1 = block[i1]; c2 = block[i2]; in mainGtU()
361 if (c1 != c2) return (c1 > c2); in mainGtU()
364 c1 = block[i1]; c2 = block[i2]; in mainGtU()
365 if (c1 != c2) return (c1 > c2); in mainGtU()
368 c1 = block[i1]; c2 = block[i2]; in mainGtU()
369 if (c1 != c2) return (c1 > c2); in mainGtU()
372 c1 = block[i1]; c2 = block[i2]; in mainGtU()
373 if (c1 != c2) return (c1 > c2); in mainGtU()
376 c1 = block[i1]; c2 = block[i2]; in mainGtU()
[all …]
/openbsd-src/usr.bin/deroff/
H A Dderoff.c163 #define tomac(c1, c2) ((((c1) & 0xFF) << 8) | ((c2) & 0xFF)) argument
164 #define frommac(src, c1, c2) (((c1)=((src)>>8)&0xFF),((c2) =(src)&0xFF)) argument
182 #define M(cond, c1, c2, func) {cond, tomac(c1, c2), func} argument
560 int c1, c2; in eqn() local
592 (c2 = C1) == '\n' || in eqn()
593 (c1 == 'o' && c2 == 'f' && C1=='f')) { in eqn()
598 rdelim = c2; in eqn()
737 int c2; in refer() local
742 for (c2 = -1;;) { in refer()
750 c2 = c; in refer()
[all …]
/openbsd-src/games/fortune/strfile/
H A Dstrfile.c381 int c1, c2; in cmp_str() local
387 c2 = ((STR *)p2)->first; in cmp_str()
388 if (c1 != c2) in cmp_str()
389 return c1 - c2; in cmp_str()
398 while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0') in cmp_str()
399 SET_N(n2, c2); in cmp_str()
401 while (!IS_END(c1, n1) && !IS_END(c2, n2)) { in cmp_str()
405 if (isupper(c2)) in cmp_str()
406 c2 = tolower(c2); in cmp_str()
408 if (c1 != c2) in cmp_str()
[all …]
/openbsd-src/bin/ksh/
H A Dlex.c144 int c2; in yylex() local
202 c2 = getsc(); in yylex()
203 if (c2 == '\0' || c2 == ' ' || c2 == '\t') in yylex()
205 else if (c2 == '!') in yylex()
207 else if (isdigit(c2) || c2 == '-' || in yylex()
208 isalpha(c2)) { in yylex()
209 get = !isalpha(c2); in yylex()
211 *str++ = c2; in yylex()
213 if ((c2 = getsc()) == '\0') in yylex()
215 if (c2 == '\t' || c2 == ' ' || in yylex()
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dbytes.t38 my $c2 = chr(0x2c7); # a unicode character that doesn't fold
39 utf8::encode(my $c2_utf8 = $c2);
70 is(lc($c2), $c2_utf8, "lc under use bytes returns bytes");
71 is(uc($c2), $c2_utf8, "uc under use bytes returns bytes");
72 is(lcfirst($c2), $c2_utf8, "lcfirst under use bytes returns bytes");
73 is(ucfirst($c2), $c2_utf8, "unfirst under use bytes returns bytes");
/openbsd-src/sys/arch/arm/include/
H A Dsysreg.h49 #define CP14_DBGDSCRext_V7(rr) p14, 0, rr, c0, c2, 2 /* Debug Status and Ctrl Register v7 */
78 #define CP15_ID_ISAR0(rr) p15, 0, rr, c0, c2, 0 /* Instruction Set Attribute Register 0 */
79 #define CP15_ID_ISAR1(rr) p15, 0, rr, c0, c2, 1 /* Instruction Set Attribute Register 1 */
80 #define CP15_ID_ISAR2(rr) p15, 0, rr, c0, c2, 2 /* Instruction Set Attribute Register 2 */
81 #define CP15_ID_ISAR3(rr) p15, 0, rr, c0, c2, 3 /* Instruction Set Attribute Register 3 */
82 #define CP15_ID_ISAR4(rr) p15, 0, rr, c0, c2, 4 /* Instruction Set Attribute Register 4 */
83 #define CP15_ID_ISAR5(rr) p15, 0, rr, c0, c2, 5 /* Instruction Set Attribute Register 5 */
105 #define CP15_TTBR0(rr) p15, 0, rr, c2, c0, 0 /* Translation Table Base Register 0 */
106 #define CP15_TTBR1(rr) p15, 0, rr, c2, c0, 1 /* Translation Table Base Register 1 */
107 #define CP15_TTBCR(rr) p15, 0, rr, c2, c0, 2 /* Translation Table Base Control Register */
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet15.C14 class c2
18 c2 () {} in c2() function
21 class c3 : public c1, public c2
31 c2* f () in f()
33 c2* n = new c3 (); in f()
/openbsd-src/lib/libc/crypt/
H A Dbcrypt.c304 u_int8_t c1, c2, c3, c4; in decode_base64() local
312 c2 = CHAR64(*(p + 1)); in decode_base64()
313 if (c2 == 255) in decode_base64()
316 *bp++ = (c1 << 2) | ((c2 & 0x30) >> 4); in decode_base64()
324 *bp++ = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2); in decode_base64()
347 u_int8_t c1, c2; in encode_base64() local
357 c2 = *p++; in encode_base64()
358 c1 |= (c2 >> 4) & 0x0f; in encode_base64()
360 c1 = (c2 & 0x0f) << 2; in encode_base64()
365 c2 = *p++; in encode_base64()
[all …]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DOldLibs.pm33 sub separate_element($self, $, $, $c2)
35 $c2->{$self} = 1;
46 sub separate_element($self, $, $c1, $c2)
49 $c2->{$self} = 1;
54 sub separate_element($self, $, $, $c2)
56 $c2->{$self} = 1;
96 sub separate_element($self, $libs, $c1, $c2)
101 $c2->{$self} = 1;
150 my $c2 = {};
151 $plist->separate_element($libs, $c1, $c2);
[all …]
/openbsd-src/gnu/lib/libiberty/src/
H A Dstrverscmp.c94 unsigned char c1, c2; in strverscmp() local
128 c2 = *p2++; in strverscmp()
132 while ((diff = c1 - c2) == 0 && c1 != '\0') in strverscmp()
136 c2 = *p2++; in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dutil.c436 register unsigned char c2 = *t2++; local
439 if (c1 != c2)
447 while (ISSPACE (c2) && c2 != '\n') c2 = *t2++;
469 if (ISSPACE (c2))
471 while (c2 != '\n')
473 c2 = *t2++;
474 if (! ISSPACE (c2))
477 c2 = ' ';
483 if (c1 != c2)
488 if (c2 == ' ' && c1 != '\n'
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Doverride1.C5 struct c2 : public c0 {}; struct
6 struct c3 : virtual public c0, public c1, public c2 {};
14 struct c13 : public c9, public c3, virtual public c2 {};
16 public c2 {};
18 struct c16 : public c12, public c10, public c2 { virtual void f (); };

12345678910>>...16