| /freebsd-12-stable/crypto/openssl/crypto/bn/asm/ |
| D | x86_64-gcc.c | 324 # define mul_add_c(a,b,c0,c1,c2) do { \ 329 c1 += hi; c2 += (c1<hi)?1:0; \ 332 # define mul_add_c2(a,b,c0,c1,c2) do { \ 337 c1 += tt; c2 += (c1<tt)?1:0; \ 339 c1 += hi; c2 += (c1<hi)?1:0; \ 342 # define sqr_add_c(a,i,c0,c1,c2) do { \ 347 c1 += hi; c2 += (c1<hi)?1:0; \ 350 # define mul_add_c(a,b,c0,c1,c2) do { \ argument 357 : "+r"(c0),"+r"(c1),"+r"(c2) \ 362 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument [all …]
|
| D | s390x.S | 365 #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 …]
|
| D | co-586.pl | 29 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 49 &adc($c2,0); 57 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 78 &adc($c2,0); 86 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 105 &adc($c2,0); 110 &adc($c2,0); 119 local($a,$b,$c0,$c1,$c2); 127 $c2="ebp"; 159 &xor($c2,$c2) if ($j == $bs); [all …]
|
| D | sparcv8.S | 568 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 …]
|
| D | sparcv8plus.S | 678 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 …]
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_asm.c | 453 # define mul_add_c(a,b,c0,c1,c2) do { \ argument 459 c1 = (c1+hi)&BN_MASK2; c2 += (c1<hi); \ 462 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument 468 c1 = (c1+hi)&BN_MASK2; c2 += (c1<hi); \ 472 c1 = (c1+hi)&BN_MASK2; c2 += (c1<hi); \ 475 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument 481 c1 = (c1+hi)&BN_MASK2; c2 += (c1<hi); \ 484 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument 485 mul_add_c2((a)[i],(a)[j],c0,c1,c2) 492 # define mul_add_c(a,b,c0,c1,c2) do { \ argument [all …]
|
| /freebsd-12-stable/tools/test/sort/bigtest/ |
| D | kcmd | 213 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 …]
|
| /freebsd-12-stable/usr.sbin/sa/ |
| D | main.c | 399 struct cmdinfo c1, c2; in cmp_usrsys() local 403 memcpy(&c2, d2->data, sizeof(c2)); in cmp_usrsys() 406 t2 = c2.ci_utime + c2.ci_stime; in cmp_usrsys() 411 return (cmp_comm(c1.ci_comm, c2.ci_comm)); in cmp_usrsys() 420 struct cmdinfo c1, c2; in cmp_avgusrsys() local 424 memcpy(&c2, d2->data, sizeof(c2)); in cmp_avgusrsys() 429 t2 = c2.ci_utime + c2.ci_stime; in cmp_avgusrsys() 430 t2 /= (double) (c2.ci_calls ? c2.ci_calls : 1); in cmp_avgusrsys() 435 return (cmp_comm(c1.ci_comm, c2.ci_comm)); in cmp_avgusrsys() 444 struct cmdinfo c1, c2; in cmp_dkio() local [all …]
|
| /freebsd-12-stable/bin/sh/tests/expansion/ |
| D | trim8.0 | 9 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 …]
|
| D | plus-minus6.0 | 17 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
|
| D | ifs2.0 | 13 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
|
| /freebsd-12-stable/contrib/opie/libopie/ |
| D | readrec.c | 46 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 …]
|
| D | keycrunch.c | 41 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;
|
| /freebsd-12-stable/lib/libc/iconv/ |
| D | citrus_bcs.c | 47 int c1, c2; in _citrus_bcs_strcasecmp() local 49 c1 = c2 = 1; in _citrus_bcs_strcasecmp() 51 while (c1 && c2 && c1 == c2) { in _citrus_bcs_strcasecmp() 53 c2 = _bcs_toupper(*str2++); in _citrus_bcs_strcasecmp() 56 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1)); in _citrus_bcs_strcasecmp() 66 int c1, c2; in _citrus_bcs_strncasecmp() local 68 c1 = c2 = 1; in _citrus_bcs_strncasecmp() 70 while (c1 && c2 && c1 == c2 && sz != 0) { in _citrus_bcs_strncasecmp() 72 c2 = _bcs_toupper(*str2++); in _citrus_bcs_strncasecmp() 76 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1)); in _citrus_bcs_strncasecmp()
|
| /freebsd-12-stable/usr.bin/sort/ |
| D | vsort.c | 118 cmp_chars(wchar_t c1, wchar_t c2) in cmp_chars() argument 121 if (c1 == c2) in cmp_chars() 126 if (c2 == L'~') in cmp_chars() 130 return ((isdigit_clocale(c2) || !c2) ? 0 : -1); in cmp_chars() 132 if (isdigit_clocale(c2) || !c2) in cmp_chars() 136 return ((isalpha_clocale(c2)) ? ((int) c1 - (int) c2) : -1); in cmp_chars() 138 if (isalpha_clocale(c2)) in cmp_chars() 141 return ((int) c1 - (int) c2); in cmp_chars() 156 wchar_t c1, c2; in cmpversions() local 159 c2 = (si2 < se2) ? bws_get_iter_value(si2) : 0; in cmpversions() [all …]
|
| /freebsd-12-stable/usr.sbin/fmtree/ |
| D | specspec.c | 179 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 …]
|
| /freebsd-12-stable/contrib/mtree/ |
| D | specspec.c | 196 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 …]
|
| /freebsd-12-stable/bin/sh/tests/builtins/ |
| D | case6.0 | 9 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 …]
|
| D | case5.0 | 9 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 …]
|
| /freebsd-12-stable/contrib/bzip2/ |
| D | blocksort.c | 355 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 …]
|
| /freebsd-12-stable/sys/libkern/ |
| D | iconv_xlat16.c | 124 uint16_t c1, c2, ctmp; in iconv_xlat16_conv() local 139 c2 = *src & 0xff; in iconv_xlat16_conv() 142 c1 = c2 & 0x80 ? c1 | 0x100 : c1; in iconv_xlat16_conv() 143 c2 = c2 & 0x80 ? c2 & 0x7f : c2; in iconv_xlat16_conv() 145 if (ir > 1 && dp->d_table[c1] && dp->d_table[c1][c2]) { in iconv_xlat16_conv() 160 c2 = C2I2(ctmp); in iconv_xlat16_conv() 176 code = dp->d_table[c1][c2]; in iconv_xlat16_conv() 191 c2 = C2I2(ctmp << 8); in iconv_xlat16_conv() 195 code = dp->d_table[c1][c2]; in iconv_xlat16_conv() 306 int c1, c2, out; in iconv_xlat16_tolower() local [all …]
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | mime.c | 547 int c1, c2; local 573 c2 = mime_getchar_crlf(e->e_dfp, boundaries, &bt); 574 if (c2 == SM_IO_EOF) 581 c1 |= (c2 >> 4) & 0x0f; 583 c1 = (c2 & 0x0f) << 2; 584 c2 = mime_getchar_crlf(e->e_dfp, boundaries, &bt); 585 if (c2 == SM_IO_EOF) 591 c1 |= (c2 >> 6) & 0x03; 593 *bp++ = Base64Code[c2 & 0x3f]; 602 int c1, c2; local [all …]
|
| /freebsd-12-stable/contrib/bc/src/ |
| D | bc_lex.c | 159 char c = l->buf[l->i++], c2; in bc_lex_token() local 210 c2 = l->buf[l->i]; in bc_lex_token() 214 if (BC_NO_ERR(c2 == '&')) { in bc_lex_token() 253 c2 = l->buf[l->i]; in bc_lex_token() 256 if (c2 == '+') { in bc_lex_token() 272 c2 = l->buf[l->i]; in bc_lex_token() 275 if (c2 == '-') { in bc_lex_token() 285 c2 = l->buf[l->i]; in bc_lex_token() 288 if (BC_LEX_NUM_CHAR(c2, true, false)) bc_lex_number(l, c); in bc_lex_token() 299 c2 = l->buf[l->i]; in bc_lex_token() [all …]
|
| /freebsd-12-stable/usr.bin/fortune/strfile/ |
| D | strfile.c | 373 stable_collate_range_cmp(int c1, int c2) in stable_collate_range_cmp() argument 379 s2[0] = c2; in stable_collate_range_cmp() 382 return (c1 - c2); in stable_collate_range_cmp() 393 int c1, c2, n1, n2, r; in cmp_str() local 402 c2 = (unsigned char)p2->first; in cmp_str() 403 if ((r = stable_collate_range_cmp(c1, c2)) != 0) in cmp_str() 413 while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0' && c2 != EOF) in cmp_str() 414 SET_N(n2, c2); in cmp_str() 416 while (!IS_END(c1, n1) && !IS_END(c2, n2)) { in cmp_str() 420 if (isupper(c2)) in cmp_str() [all …]
|
| /freebsd-12-stable/sys/arm/include/ |
| D | sysreg.h | 49 #define CP14_DBGDSCRext_V7(rr) p14, 0, rr, c0, c2, 2 /* Debug Status and Ctrl Register v7 */ 79 #define CP15_ID_ISAR0(rr) p15, 0, rr, c0, c2, 0 /* Instruction Set Attribute Register 0 */ 80 #define CP15_ID_ISAR1(rr) p15, 0, rr, c0, c2, 1 /* Instruction Set Attribute Register 1 */ 81 #define CP15_ID_ISAR2(rr) p15, 0, rr, c0, c2, 2 /* Instruction Set Attribute Register 2 */ 82 #define CP15_ID_ISAR3(rr) p15, 0, rr, c0, c2, 3 /* Instruction Set Attribute Register 3 */ 83 #define CP15_ID_ISAR4(rr) p15, 0, rr, c0, c2, 4 /* Instruction Set Attribute Register 4 */ 84 #define CP15_ID_ISAR5(rr) p15, 0, rr, c0, c2, 5 /* Instruction Set Attribute Register 5 */ 116 #define CP15_TTBR0(rr) p15, 0, rr, c2, c0, 0 /* Translation Table Base Register 0 */ 117 #define CP15_TTBR1(rr) p15, 0, rr, c2, c0, 1 /* Translation Table Base Register 1 */ 118 #define CP15_TTBCR(rr) p15, 0, rr, c2, c0, 2 /* Translation Table Base Control Register */ [all …]
|