Home
last modified time | relevance | path

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

12345678910>>...12

/NextBSD/crypto/openssl/crypto/bn/asm/
HDx86_64-gcc.c319 # define mul_add_c(a,b,c0,c1,c2) do { \
324 c1 += hi; c2 += (c1<hi)?1:0; \
327 # define mul_add_c2(a,b,c0,c1,c2) do { \
332 c1 += tt; c2 += (c1<tt)?1:0; \
334 c1 += hi; c2 += (c1<hi)?1:0; \
337 # define sqr_add_c(a,i,c0,c1,c2) do { \
342 c1 += hi; c2 += (c1<hi)?1:0; \
345 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
352 : "+r"(c0),"+r"(c1),"+r"(c2) \
357 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
[all …]
HDs390x.S365 #define c2 %r5 macro
368 #define mul_add_c(ai,bi,c1,c2,c3) \ argument
372 alcgr c2,%r6; \
383 lghi c2,0
387 mul_add_c(0,0,c1,c2,c3);
391 mul_add_c(0,1,c2,c3,c1);
392 mul_add_c(1,0,c2,c3,c1);
393 stg c2,1*8(%r2)
394 lghi c2,0
396 mul_add_c(2,0,c3,c1,c2);
[all …]
HDco-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 …]
HDsparcv8.S568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
573 umul a_0,b_1,t_1 !=!mul_add_c(a[0],b[1],c2,c3,c1);
580 umul a_1,b_0,t_1 !mul_add_c(a[1],b[0],c2,c3,c1);
584 st c_2,rp(1) !r[1]=c2;
587 umul a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
593 umul a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
599 umul a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
606 umul a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
611 umul a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
617 umul a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all …]
HDsparcv8plus.S678 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3);
683 mulx a_0,b_1,t_1 !mul_add_c(a[0],b[1],c2,c3,c1);
689 mulx a_1,b_0,t_1 !=!mul_add_c(a[1],b[0],c2,c3,c1);
694 stuw t_1,rp(1) !r[1]=c2;
697 mulx a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
703 mulx a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
708 mulx a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
716 mulx a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
721 mulx a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
726 mulx a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all …]
/NextBSD/crypto/openssl/crypto/bn/
HDbn_asm.c497 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
503 c1 = (c1+hi)&BN_MASK2; if (c1<hi) c2++; \
506 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
512 c1 = (c1+hi)&BN_MASK2; if (c1<hi) c2++; \
516 c1 = (c1+hi)&BN_MASK2; if (c1<hi) c2++; \
519 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
525 c1 = (c1+hi)&BN_MASK2; if (c1<hi) c2++; \
528 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
529 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
536 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
[all …]
/NextBSD/tools/test/sort/bigtest/
HDkcmd213 for c2 in 0 1 2 3 4 5 10 15 20 25 30
215 echo ${LANG} ${KEYS} ${f1} ${c1} ${f2} ${c2}
217 ${BSDSORT} ${KEYS} +${f1}.${c1} -${f2}.${c2} ${INPUT_FILE} -o siks/sik1
220 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} crash >> test.log
223 ${GNUSORT} ${KEYS} +${f1}.${c1} -${f2}.${c2} ${INPUT_FILE} -o siks/sik2
224 if ! ${FILECMP} siks/sik1 siks/sik2 >siks/res.${f1}.${c1}.${f2}.${c2} 2>&1 ; then
225 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} error +- >> test.log
227 ${BSDSORT} -c ${KEYS} +${f1}.${c1} -${f2}.${c2} siks/sik1
230 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} -c error +- >> test.log
232 rm siks/res.${f1}.${c1}.${f2}.${c2}
[all …]
/NextBSD/usr.sbin/sa/
HDmain.c397 struct cmdinfo c1, c2; in cmp_usrsys() local
401 memcpy(&c2, d2->data, sizeof(c2)); in cmp_usrsys()
404 t2 = c2.ci_utime + c2.ci_stime; in cmp_usrsys()
409 return (cmp_comm(c1.ci_comm, c2.ci_comm)); in cmp_usrsys()
418 struct cmdinfo c1, c2; in cmp_avgusrsys() local
422 memcpy(&c2, d2->data, sizeof(c2)); in cmp_avgusrsys()
427 t2 = c2.ci_utime + c2.ci_stime; in cmp_avgusrsys()
428 t2 /= (double) (c2.ci_calls ? c2.ci_calls : 1); in cmp_avgusrsys()
433 return (cmp_comm(c1.ci_comm, c2.ci_comm)); in cmp_avgusrsys()
442 struct cmdinfo c1, c2; in cmp_dkio() local
[all …]
/NextBSD/bin/sh/tests/expansion/
HDtrim8.09 c2=$(printf '\303\244')
15 s=$c1$c2$c3$c4
34 testcase 'set -- "${s#$c2}"' "1|$s"
36 testcase 'set -- "${s#$c1}"' "1|$c2$c3$c4"
37 testcase 'set -- "${s#$c1$c2}"' "1|$c3$c4"
38 testcase 'set -- "${s#$c1$c2$c3}"' "1|$c4"
39 testcase 'set -- "${s#$c1$c2$c3$c4}"' "1|"
40 testcase 'set -- "${s#?}"' "1|$c2$c3$c4"
45 testcase 'set -- "${s%$c4}"' "1|$c1$c2$c3"
46 testcase 'set -- "${s%$c3$c4}"' "1|$c1$c2"
[all …]
HDplus-minus6.017 c2=$(printf \\"$(printf %o@ "$i2")")
18 c2=${c2%@}
22 case $c2 in
23 [\'$nl'$}();&|\"`']) c2=N
26 command eval "set -- \${\$+$c2$c$c2$c$c2}"
27 if [ "$#" -ne 3 ] || [ "$1" != "$c2" ] || [ "$2" != "$c2" ] ||
28 [ "$3" != "$c2" ]; then
HDifs2.013 c2=$(printf \\"$(printf %o@ "$i2")")
14 c2=${c2%@}
16 set -- $c2$c$c2$c$c2
17 if [ "$#" -ne 3 ] || [ "$1" != "$c2" ] || [ "$2" != "$c2" ] ||
18 [ "$3" != "$c2" ]; then
HDifs3.011 c2=$(printf \\"$(printf %o "$i2")")
13 set -- $c2$c$c2$c$c2
14 if [ "$#" -ne 3 ] || [ "$1" != "$c2" ] || [ "$2" != "$c2" ] ||
15 [ "$3" != "$c2" ]; then
/NextBSD/contrib/opie/libopie/
HDreadrec.c46 char *c, *c2; variable
48 if (!(c2 = strchr(opie->opie_principal = opie->opie_buf, ' ')))
51 while(*c2 == ' ') c2++;
52 *(c2 - 1) = 0;
54 if (!(c2 = strchr(c = c2, ' ')))
57 *(c2++) = 0;
68 if (!(c2 = strchr(opie->opie_seed = c2, ' ')))
71 *(c2++) = 0;
77 while(*c2 == ' ') c2++;
79 if (!(c2 = strchr(opie->opie_val = c2, ' ')))
[all …]
HDkeycrunch.c41 char *c2 = c; variable
44 while(*c2 = *(secret++)) c2++;
47 if (isspace(*(c2++) = tolower(*(seed++))))
51 strcpy(c2, secret);
59 char *c2 = c; variable
60 while(*c2)
61 *(c2++) = 0;
/NextBSD/lib/libc/iconv/
HDcitrus_bcs.c45 int c1, c2; in _citrus_bcs_strcasecmp() local
47 c1 = c2 = 1; in _citrus_bcs_strcasecmp()
49 while (c1 && c2 && c1 == c2) { in _citrus_bcs_strcasecmp()
51 c2 = _bcs_toupper(*str2++); in _citrus_bcs_strcasecmp()
54 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1)); in _citrus_bcs_strcasecmp()
64 int c1, c2; in _citrus_bcs_strncasecmp() local
66 c1 = c2 = 1; in _citrus_bcs_strncasecmp()
68 while (c1 && c2 && c1 == c2 && sz != 0) { in _citrus_bcs_strncasecmp()
70 c2 = _bcs_toupper(*str2++); in _citrus_bcs_strncasecmp()
74 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1)); in _citrus_bcs_strncasecmp()
/NextBSD/usr.bin/sort/
HDvsort.c116 cmp_chars(wchar_t c1, wchar_t c2) in cmp_chars() argument
119 if (c1 == c2) in cmp_chars()
124 if (c2 == L'~') in cmp_chars()
128 return ((isdigit_clocale(c2) || !c2) ? 0 : -1); in cmp_chars()
130 if (isdigit_clocale(c2) || !c2) in cmp_chars()
134 return ((isalpha_clocale(c2)) ? ((int) c1 - (int) c2) : -1); in cmp_chars()
136 if (isalpha_clocale(c2)) in cmp_chars()
139 return ((int) c1 - (int) c2); in cmp_chars()
154 wchar_t c1, c2; in cmpversions() local
157 c2 = (si2 < se2) ? bws_get_iter_value(si2) : 0; in cmpversions()
[all …]
/NextBSD/bin/sh/tests/builtins/
HDcase6.09 c2=$(printf '\366')
13 # $c2$c3$c4 form one utf-8 character
16 case $c1$c2$c3$c4 in
24 case $c1$c2$c3$c4 in
25 $c1$c2$c3$c4) ;;
29 case $c1$c2$c3$c4 in
30 "$c1$c2$c3$c4") ;;
34 case $c1$c2$c3$c4 in
39 case $c1$c2$c3$c4 in
40 [!$c2][!b][!c][!d]) ;;
[all …]
HDcase5.09 c2=$(printf '\303\244')
16 case $c1$c2$c3$c4 in
24 case $c1$c2$c3$c4 in
25 $c1$c2$c3$c4) ;;
29 case $c1$c2$c3$c4 in
30 "$c1$c2$c3$c4") ;;
34 case $c1$c2$c3$c4 in
39 case $c1.$c2.$c3.$c4 in
44 case $c1$c2$c3$c4 in
49 case $c1$c2$c3$c4 in
[all …]
/NextBSD/usr.sbin/fmtree/
HDspecspec.c179 NODE *c1, *c2, *n1, *n2; in walk_in_the_forest() local
189 c2 = t2->child; in walk_in_the_forest()
191 c2 = NULL; in walk_in_the_forest()
192 while (c1 != NULL || c2 != NULL) { in walk_in_the_forest()
196 if (c2 != NULL) in walk_in_the_forest()
197 n2 = c2->next; in walk_in_the_forest()
198 if (c1 != NULL && c2 != NULL) { in walk_in_the_forest()
199 if (c1->type != F_DIR && c2->type == F_DIR) { in walk_in_the_forest()
200 n2 = c2; in walk_in_the_forest()
201 c2 = NULL; in walk_in_the_forest()
[all …]
/NextBSD/contrib/mtree/
HDspecspec.c196 NODE *c1, *c2, *n1, *n2; in walk_in_the_forest() local
206 c2 = t2->child; in walk_in_the_forest()
208 c2 = NULL; in walk_in_the_forest()
209 while (c1 != NULL || c2 != NULL) { in walk_in_the_forest()
213 if (c2 != NULL) in walk_in_the_forest()
214 n2 = c2->next; in walk_in_the_forest()
215 if (c1 != NULL && c2 != NULL) { in walk_in_the_forest()
216 if (c1->type != F_DIR && c2->type == F_DIR) { in walk_in_the_forest()
217 n2 = c2; in walk_in_the_forest()
218 c2 = NULL; in walk_in_the_forest()
[all …]
/NextBSD/crypto/openssl/crypto/bn/asm/x86/
HDcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
26 &adc($c2,0);
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
55 &adc($c2,0);
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
82 &adc($c2,0);
87 &adc($c2,0);
96 local($a,$b,$c0,$c1,$c2);
104 $c2="ebp";
136 &xor($c2,$c2) if ($j == $bs);
[all …]
/NextBSD/contrib/bzip2/
HDblocksort.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 …]
/NextBSD/sys/libkern/
HDiconv_xlat16.c122 uint16_t c1, c2, ctmp; in iconv_xlat16_conv() local
137 c2 = *src & 0xff; in iconv_xlat16_conv()
140 c1 = c2 & 0x80 ? c1 | 0x100 : c1; in iconv_xlat16_conv()
141 c2 = c2 & 0x80 ? c2 & 0x7f : c2; in iconv_xlat16_conv()
143 if (ir > 1 && dp->d_table[c1] && dp->d_table[c1][c2]) { in iconv_xlat16_conv()
158 c2 = C2I2(ctmp); in iconv_xlat16_conv()
174 code = dp->d_table[c1][c2]; in iconv_xlat16_conv()
189 c2 = C2I2(ctmp << 8); in iconv_xlat16_conv()
193 code = dp->d_table[c1][c2]; in iconv_xlat16_conv()
304 register int c1, c2, out; in iconv_xlat16_tolower() local
[all …]
/NextBSD/usr.bin/fortune/strfile/
HDstrfile.c363 stable_collate_range_cmp(int c1, int c2) in stable_collate_range_cmp() argument
369 s2[0] = c2; in stable_collate_range_cmp()
372 return (c1 - c2); in stable_collate_range_cmp()
383 int c1, c2, n1, n2, r; in cmp_str() local
392 c2 = (unsigned char)p2->first; in cmp_str()
393 if ((r = stable_collate_range_cmp(c1, c2)) != 0) in cmp_str()
403 while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0' && c2 != EOF) in cmp_str()
404 SET_N(n2, c2); in cmp_str()
406 while (!IS_END(c1, n1) && !IS_END(c2, n2)) { in cmp_str()
410 if (isupper(c2)) in cmp_str()
[all …]
/NextBSD/lib/libmp/tests/
HDlegacy_test.c35 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \ variable
105 testmcmp(t1, c2, "mdiv1"); in testdiv()
109 testmcmp(t1, c2, "mdiv3"); in testdiv()
114 testmcmp(t2, c2, "sdiv1"); in testdiv()
120 testmcmp(t2, c2, "sdiv3"); in testdiv()
128 mp_mult(c5, c2, t0); in testmult()
138 mp_pow(c2, c3, c10, t0); in testpow()
140 mp_pow(c2, c3, c3, t0); in testpow()
141 testmcmp(t0, c2, "pow1"); in testpow()
142 mp_rpow(c2, 3, t0); in testpow()
[all …]

12345678910>>...12