/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | x86_64-gcc.c | 113 BN_ULONG c1 = 0; in bn_mul_add_words() local 116 return c1; in bn_mul_add_words() 119 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words() 120 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words() 121 mul_add(rp[2], ap[2], w, c1); in bn_mul_add_words() 122 mul_add(rp[3], ap[3], w, c1); in bn_mul_add_words() 128 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words() 130 return c1; in bn_mul_add_words() 131 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words() 133 return c1; in bn_mul_add_words() [all …]
|
H A D | s390x.S | 364 #define c1 %r1 macro 368 #define mul_add_c(ai,bi,c1,c2,c3) \ argument 371 algr c1,%r7; \ 382 lghi c1,0 387 mul_add_c(0,0,c1,c2,c3); 388 stg c1,0*8(%r2) 389 lghi c1,0 391 mul_add_c(0,1,c2,c3,c1); 392 mul_add_c(1,0,c2,c3,c1); 396 mul_add_c(2,0,c3,c1,c2); [all …]
|
H A D | sparcv8.S | 568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3); 571 st c_1,rp(0) !r[0]=c1; 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); 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 …]
|
H A D | sparcv8plus.S | 678 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3); 680 stuw t_1,rp(0) !=!r[0]=c1; 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); 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 …]
|
H A D | co-586.pl | 28 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 44 &adc($c1,"edx"); 56 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 74 &adc($c1,"edx"); 85 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 106 &adc($c1,"edx"); 118 local($a,$b,$c0,$c1,$c2); 125 $c1="ecx"; 145 &xor($c1,$c1); 177 &mul_add_c($a,$ai,$b,$bi,$c0,$c1,$c2,$v,$i,$na,$nb); [all …]
|
H A D | ppc64-mont.pl | 134 $c1="r19"; 321 li $c1,0 644 adde $t1,$t1,$c1 650 srwi $c1,$t1,16 655 adde $t3,$t3,$c1 662 srwi $c1,$t3,16 670 adde $t5,$t5,$c1 674 srwi $c1,$t5,16 679 adde $t7,$t7,$c1 684 srwi $c1,$t7,16 [all …]
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_asm.c | 20 BN_ULONG c1 = 0; in bn_mul_add_words() local 24 return c1; in bn_mul_add_words() 28 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words() 29 mul_add(rp[1], ap[1], w, c1); in bn_mul_add_words() 30 mul_add(rp[2], ap[2], w, c1); in bn_mul_add_words() 31 mul_add(rp[3], ap[3], w, c1); in bn_mul_add_words() 38 mul_add(rp[0], ap[0], w, c1); in bn_mul_add_words() 44 return c1; in bn_mul_add_words() 49 BN_ULONG c1 = 0; in bn_mul_words() local 53 return c1; in bn_mul_words() [all …]
|
/freebsd/tools/test/sort/bigtest/ |
H A D | kcmd | 103 for c1 in 1 2 3 4 5 10 15 20 25 30 105 echo ${LANG} ${KEYS} ${f1} ${c1} 107 ${BSDSORT} ${KEYS} +${f1}.${c1} ${INPUT_FILE} -o siks/sik1 110 echo ${LANG} ${KEYS} +${f1}.${c1} crash +- >> test.log 113 ${GNUSORT} ${KEYS} +${f1}.${c1} ${INPUT_FILE} -o siks/sik2 114 if ! ${FILECMP} siks/sik1 siks/sik2 >siks/res.${f1}.${c1} 2>&1 ; then 115 echo ${LANG} ${KEYS} +${f1}.${c1} error +- >> test.log 117 ${BSDSORT} -c ${KEYS} +${f1}.${c1} siks/sik1 120 echo ${LANG} ${KEYS} +${f1}.${c1} -c error +- >> test.log 122 rm siks/res.${f1}.${c1} [all …]
|
/freebsd/usr.sbin/sa/ |
H A D | main.c | 389 struct cmdinfo c1, c2; in cmp_usrsys() local 392 memcpy(&c1, d1->data, sizeof(c1)); in cmp_usrsys() 395 t1 = c1.ci_utime + c1.ci_stime; in cmp_usrsys() 401 return (cmp_comm(c1.ci_comm, c2.ci_comm)); in cmp_usrsys() 410 struct cmdinfo c1, c2; in cmp_avgusrsys() local 413 memcpy(&c1, d1->data, sizeof(c1)); in cmp_avgusrsys() 416 t1 = c1.ci_utime + c1.ci_stime; in cmp_avgusrsys() 417 t1 /= (double) (c1.ci_calls ? c1.ci_calls : 1); in cmp_avgusrsys() 425 return (cmp_comm(c1.ci_comm, c2.ci_comm)); in cmp_avgusrsys() 434 struct cmdinfo c1, c2; in cmp_dkio() local [all …]
|
/freebsd/contrib/libdivsufsort/lib/ |
H A D | divsufsort.c | 47 saint_t c0, c1; in sort_typeBstar() local 62 do { ++BUCKET_A(c1 = c0); } while((0 <= --i) && ((c0 = T[i]) >= c1)); in sort_typeBstar() 65 ++BUCKET_BSTAR(c0, c1); in sort_typeBstar() 68 for(--i, c1 = c0; (0 <= i) && ((c0 = T[i]) <= c1); --i, c1 = c0) { in sort_typeBstar() 69 ++BUCKET_B(c0, c1); in sort_typeBstar() 85 for(c1 = c0 + 1; c1 < ALPHABET_SIZE; ++c1) { in sort_typeBstar() 86 j += BUCKET_BSTAR(c0, c1); in sort_typeBstar() 87 BUCKET_BSTAR(c0, c1) = j; /* end point */ in sort_typeBstar() 88 i += BUCKET_B(c0, c1); in sort_typeBstar() 96 t = PAb[i], c0 = T[t], c1 = T[t + 1]; in sort_typeBstar() [all …]
|
/freebsd/bin/sh/tests/expansion/ |
H A D | trim8.0 | 6 c1=e 14 s=$c1$c2$c3$c4 35 testcase 'set -- "${s#$c1}"' "1|$c2$c3$c4" 36 testcase 'set -- "${s#$c1$c2}"' "1|$c3$c4" 37 testcase 'set -- "${s#$c1$c2$c3}"' "1|$c4" 38 testcase 'set -- "${s#$c1$c2$c3$c4}"' "1|" 44 testcase 'set -- "${s%$c4}"' "1|$c1$c2$c3" 45 testcase 'set -- "${s%$c3$c4}"' "1|$c1$c2" 46 testcase 'set -- "${s%$c2$c3$c4}"' "1|$c1" 47 testcase 'set -- "${s%$c1$c2$c3$c4}"' "1|" [all …]
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_bcs.c | 45 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() 50 c1 = _bcs_toupper(*str1++); 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() 69 c1 = _bcs_toupper(*str1++); in _citrus_bcs_strncasecmp() 74 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1)); in _citrus_bcs_strncasecmp()
|
/freebsd/contrib/mtree/ |
H A D | specspec.c | 196 NODE *c1, *c2, *n1, *n2; in walk_in_the_forest() local 202 c1 = t1->child; in walk_in_the_forest() 204 c1 = NULL; in walk_in_the_forest() 209 while (c1 != NULL || c2 != NULL) { in walk_in_the_forest() 211 if (c1 != NULL) in walk_in_the_forest() 212 n1 = c1->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() 219 } else if (c1->type == F_DIR && c2->type != F_DIR) { in walk_in_the_forest() 220 n1 = c1; in walk_in_the_forest() [all …]
|
/freebsd/sys/arm/include/ |
H A D | sysreg.h | 44 #define CP14_DBGDSCRext_V6(rr) p14, 0, rr, c0, c1, 0 /* Debug Status and Ctrl Register v6 */ 47 #define CP14_DBGOSLAR(rr) p14, 0, rr, c1, c0, 4 /* OS Lock Access Register */ 48 #define CP14_DBGOSLSR(rr) p14, 0, rr, c1, c1, 4 /* OS Lock Status Register */ 49 #define CP14_DBGOSDLR(rr) p14, 0, rr, c1, c3, 4 /* OS Double Lock Register */ 50 #define CP14_DBGPRSR(rr) p14, 0, rr, c1, c5, 4 /* Device Powerdown and Reset Status */ 64 #define CP15_ID_PFR0(rr) p15, 0, rr, c0, c1, 0 /* Processor Feature Register 0 */ 65 #define CP15_ID_PFR1(rr) p15, 0, rr, c0, c1, 1 /* Processor Feature Register 1 */ 66 #define CP15_ID_DFR0(rr) p15, 0, rr, c0, c1, 2 /* Debug Feature Register 0 */ 67 #define CP15_ID_AFR0(rr) p15, 0, rr, c0, c1, 3 /* Auxiliary Feature Register 0 */ 68 #define CP15_ID_MMFR0(rr) p15, 0, rr, c0, c1, 4 /* Memory Model Feature Register 0 */ [all …]
|
/freebsd/bin/sh/tests/builtins/ |
H A D | case5.0 | 6 c1=e 15 case $c1$c2$c3$c4 in 23 case $c1$c2$c3$c4 in 24 $c1$c2$c3$c4) ;; 28 case $c1$c2$c3$c4 in 29 "$c1$c2$c3$c4") ;; 33 case $c1$c2$c3$c4 in 38 case $c1.$c2.$c3.$c4 in 43 case $c1$c2$c3$c4 in 48 case $c1$c2$c3$c4 in [all …]
|
H A D | case6.0 | 6 c1=e 15 case $c1$c2$c3$c4 in 23 case $c1$c2$c3$c4 in 24 $c1$c2$c3$c4) ;; 28 case $c1$c2$c3$c4 in 29 "$c1$c2$c3$c4") ;; 33 case $c1$c2$c3$c4 in 38 case $c1$c2$c3$c4 in 43 case $c1$c2$c3$c4 in 44 [$c1][$c2][$c3][$c4]) ;; [all …]
|
/freebsd/usr.bin/sort/ |
H A D | vsort.c | 115 cmp_chars(wchar_t c1, wchar_t c2) in cmp_chars() argument 118 if (c1 == c2) in cmp_chars() 121 if (c1 == L'~') in cmp_chars() 126 if (isdigit_clocale(c1) || !c1) in cmp_chars() 132 if (isalpha_clocale(c1)) in cmp_chars() 133 return ((isalpha_clocale(c2)) ? ((int) c1 - (int) c2) : -1); in cmp_chars() 138 return ((int) c1 - (int) c2); in cmp_chars() 153 wchar_t c1, c2; in cmpversions() local 155 c1 = (si1 < se1) ? bws_get_iter_value(si1) : 0; in cmpversions() 158 cmp = cmp_chars(c1, c2); in cmpversions() [all …]
|
/freebsd/sys/libkern/ |
H A D | iconv_xlat16.c | 121 uint16_t c1, c2, ctmp; in iconv_xlat16_conv() local 134 c1 = ir > 1 ? *(src+1) & 0xff : 0; in iconv_xlat16_conv() 138 c1 = c2 & 0x80 ? c1 | 0x100 : c1; in iconv_xlat16_conv() 141 if (ir > 1 && dp->d_table[c1] && dp->d_table[c1][c2]) { in iconv_xlat16_conv() 155 c1 = C2I1(ctmp); in iconv_xlat16_conv() 161 c1 &= 0xff00; in iconv_xlat16_conv() 162 if (!dp->d_table[c1]) { in iconv_xlat16_conv() 172 code = dp->d_table[c1][c2]; in iconv_xlat16_conv() 186 c1 = C2I1(ctmp << 8); in iconv_xlat16_conv() 191 code = dp->d_table[c1][c2]; in iconv_xlat16_conv() [all …]
|
/freebsd/contrib/bzip2/ |
H A 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/tests/sys/netpfil/pf/ |
H A D | mbuf.sh | 55 atf_check -s exit:0 -o ignore ping -c1 192.0.2.2 61 atf_check -s not-exit:0 -o ignore ping -c1 -t1 192.0.2.2 67 atf_check -s exit:0 -o ignore ping -c1 192.0.2.2 73 atf_check -s exit:0 -o ignore ping -c1 192.0.2.2 79 atf_check -s exit:0 -o ignore ping -c1 192.0.2.2 86 atf_check -s exit:0 -o ignore ping -c1 192.0.2.2 113 atf_check -s exit:0 -o ignore ping -c1 2001:db8::2 120 atf_check -s not-exit:0 -o ignore ping -c1 -t1 2001:db8::2 132 atf_check -s exit:0 -o ignore ping -c1 2001:db8::2 138 atf_check -s exit:0 -o ignore ping -c1 2001:db8::2 [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | mime.c | 547 int c1, c2; local 559 while ((c1 = mime_getchar_crlf(e->e_dfp, boundaries, &bt)) != 571 *bp++ = Base64Code[(c1 >> 2)]; 572 c1 = (c1 & 0x03) << 4; 576 *bp++ = Base64Code[c1]; 581 c1 |= (c2 >> 4) & 0x0f; 582 *bp++ = Base64Code[c1]; 583 c1 = (c2 & 0x0f) << 2; 587 *bp++ = Base64Code[c1]; 591 c1 |= (c2 >> 6) & 0x03; [all …]
|
/freebsd/secure/lib/libcrypt/ |
H A D | crypt-blowfish.c | 101 u_int8_t c1, c2, c3, c4; in decode_base64() local 103 c1 = CHAR64(*p); in decode_base64() 107 if (c1 == 255 || c2 == 255) in decode_base64() 110 *bp++ = (c1 << 2) | ((c2 & 0x30) >> 4); in decode_base64() 269 u_int8_t c1, c2; in encode_base64() local 271 c1 = *p++; in encode_base64() 272 *bp++ = Base64Code[(c1 >> 2)]; in encode_base64() 273 c1 = (c1 & 0x03) << 4; in encode_base64() 275 *bp++ = Base64Code[c1]; in encode_base64() 279 c1 |= (c2 >> 4) & 0x0f; in encode_base64() [all …]
|
/freebsd/usr.bin/fortune/strfile/ |
H A D | strfile.c | 359 stable_collate_range_cmp(int c1, int c2) in stable_collate_range_cmp() argument 364 s1[0] = c1; in stable_collate_range_cmp() 368 return (c1 - c2); in stable_collate_range_cmp() 379 int c1, c2, n1, n2, r; in cmp_str() local 387 c1 = (unsigned char)p1->first; in cmp_str() 389 if ((r = stable_collate_range_cmp(c1, c2)) != 0) in cmp_str() 397 while (!isalnum(c1 = getc(Sort_1)) && c1 != '\0' && c1 != EOF) in cmp_str() 398 SET_N(n1, c1); in cmp_str() 402 while (!IS_END(c1, n1) && !IS_END(c2, n2)) { in cmp_str() 404 if (isupper(c1)) in cmp_str() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | checksum.c | 111 uint32_t c1; in create_osi_cksum() local 116 c1 = 0; in create_osi_cksum() 124 c1 += c0; in create_osi_cksum() 128 c1 += c0; in create_osi_cksum() 133 c1 = c1 % 255; in create_osi_cksum() 137 x = mul - c0 - c1; in create_osi_cksum() 138 y = c1 - mul - 1; in create_osi_cksum()
|
/freebsd/contrib/diff/src/ |
H A D | util.c | 330 register unsigned char c1 = *t1++; in lines_differ() local 334 if (c1 != c2) in lines_differ() 340 while (isspace (c1) && c1 != '\n') c1 = *t1++; in lines_differ() 348 if (isspace (c1)) in lines_differ() 350 while (c1 != '\n') in lines_differ() 352 c1 = *t1++; in lines_differ() 353 if (! isspace (c1)) in lines_differ() 356 c1 = ' '; in lines_differ() 377 if (c1 != c2) in lines_differ() 382 if (c2 == ' ' && c1 != '\n' in lines_differ() [all …]
|