Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 25 of 80) sorted by relevance

1234

/NextBSD/crypto/openssl/crypto/bn/asm/
HDx86_64-gcc.c391 BN_ULONG c1, c2, c3; in bn_mul_comba8() local
395 c3 = 0; in bn_mul_comba8()
396 mul_add_c(a[0], b[0], c1, c2, c3); in bn_mul_comba8()
399 mul_add_c(a[0], b[1], c2, c3, c1); in bn_mul_comba8()
400 mul_add_c(a[1], b[0], c2, c3, c1); in bn_mul_comba8()
403 mul_add_c(a[2], b[0], c3, c1, c2); in bn_mul_comba8()
404 mul_add_c(a[1], b[1], c3, c1, c2); in bn_mul_comba8()
405 mul_add_c(a[0], b[2], c3, c1, c2); in bn_mul_comba8()
406 r[2] = c3; in bn_mul_comba8()
407 c3 = 0; in bn_mul_comba8()
[all …]
HDs390x.S366 #define c3 %r8 macro
368 #define mul_add_c(ai,bi,c1,c2,c3) \ argument
373 alcgr c3,zero
384 lghi c3,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);
396 mul_add_c(2,0,c3,c1,c2);
397 mul_add_c(1,1,c3,c1,c2);
398 mul_add_c(0,2,c3,c1,c2);
[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);
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);
604 st c_3,rp(2) !r[2]=c3;
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);
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);
713 stuw t_1,rp(2) !r[2]=c3;
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.c637 BN_ULONG c1, c2, c3; in bn_mul_comba8() local
641 c3 = 0; in bn_mul_comba8()
642 mul_add_c(a[0], b[0], c1, c2, c3); in bn_mul_comba8()
645 mul_add_c(a[0], b[1], c2, c3, c1); in bn_mul_comba8()
646 mul_add_c(a[1], b[0], c2, c3, c1); in bn_mul_comba8()
649 mul_add_c(a[2], b[0], c3, c1, c2); in bn_mul_comba8()
650 mul_add_c(a[1], b[1], c3, c1, c2); in bn_mul_comba8()
651 mul_add_c(a[0], b[2], c3, c1, c2); in bn_mul_comba8()
652 r[2] = c3; in bn_mul_comba8()
653 c3 = 0; in bn_mul_comba8()
[all …]
/NextBSD/bin/sh/tests/expansion/
HDtrim8.011 c3=$(printf '\342\202\254')
15 s=$c1$c2$c3$c4
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"
41 testcase 'set -- "${s#??}"' "1|$c3$c4"
44 testcase 'set -- "${s#*$c3}"' "1|$c4"
45 testcase 'set -- "${s%$c4}"' "1|$c1$c2$c3"
[all …]
/NextBSD/bin/sh/tests/builtins/
HDcase6.011 c3=$(printf '\240')
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
44 case $c1$c2$c3$c4 in
[all …]
HDcase5.011 c3=$(printf '\342\202\254')
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/lib/libmp/tests/
HDlegacy_test.c35 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \ variable
130 mp_mult(c3, c14, t0); in testmult()
138 mp_pow(c2, c3, c10, t0); in testpow()
140 mp_pow(c2, c3, c3, t0); in testpow()
166 c3 = mp_itom(3); in main()
195 mp_mfree(c3); in main()
/NextBSD/usr.bin/localedef/
HDscanner.c299 int c1, c2, c3; in scan_dec_byte() local
315 c3 = scanc(); in scan_dec_byte()
316 if (!isdigit(c3)) { in scan_dec_byte()
317 unscanc(c3); in scan_dec_byte()
320 b += (c3 - '0'); in scan_dec_byte()
328 int c1, c2, c3; in scan_oct_byte() local
346 c3 = scanc(); in scan_oct_byte()
347 if (!isodigit(c3)) { in scan_oct_byte()
348 unscanc(c3); in scan_oct_byte()
351 b += (c3 - '0'); in scan_oct_byte()
/NextBSD/crypto/heimdal/lib/hx509/
HDtest_name.c317 hx509_cert c1, c2, c3; in test_compare() local
328 ret = hx509_cert_init_data(context, certdata3, sizeof(certdata3) - 1, &c3); in test_compare()
335 ret = compare_subject(c1, c3, &l2); in test_compare()
337 ret = compare_subject(c2, c3, &l3); in test_compare()
347 hx509_cert_free(c3); in test_compare()
/NextBSD/contrib/libucl/src/
HDucl_hash.c139 unsigned char c1, c2, c3, c4; in ucl_hash_caseless_func() member
149 u.c.c1 = s[i], u.c.c2 = s[i + 1], u.c.c3 = s[i + 2], u.c.c4 = s[i + 3]; in ucl_hash_caseless_func()
152 u.c.c3 = lc_map[u.c.c3]; in ucl_hash_caseless_func()
160 u.c.c3 = lc_map[(unsigned char)s[i++]]; in ucl_hash_caseless_func()
181 unsigned char c1, c2, c3, c4;
191 u.c.c1 = s[i], u.c.c2 = s[i + 1], u.c.c3 = s[i + 2], u.c.c4 = s[i + 3];
194 u.c.c3 = lc_map[u.c.c3];
202 u.c.c3 = lc_map[(unsigned char)s[i++]];
/NextBSD/crypto/heimdal/lib/wind/
HDutf8.c55 const unsigned c3 = *++p; in utf8toutf32() local
56 if ((c3 & 0xC0) == 0x80) { in utf8toutf32()
59 | (c3 & 0x3F); in utf8toutf32()
69 const unsigned c3 = *++p; in utf8toutf32() local
70 if ((c3 & 0xC0) == 0x80) { in utf8toutf32()
75 | ((c3 & 0x3F) << 6) in utf8toutf32()
/NextBSD/sys/arm/include/
HDsysreg.h97 #define CP15_DACR(rr) p15, 0, rr, c3, c0, 0 /* Domain Access Control Register */
194 #define CP15_TLBIALLIS p15, 0, r0, c8, c3, 0 /* Invalidate entire unified TLB IS */
195 #define CP15_TLBIMVAIS(rr) p15, 0, rr, c8, c3, 1 /* Invalidate unified TLB by MVA IS */
196 #define CP15_TLBIASIDIS(rr) p15, 0, rr, c8, c3, 2 /* Invalidate unified TLB by ASID IS */
197 #define CP15_TLBIMVAAIS(rr) p15, 0, rr, c8, c3, 3 /* Invalidate unified TLB by MVA, all ASID IS */
242 #define CP15_AMAIR0(rr) p15, 0, rr, c10, c3, 0 /* Auxiliary Memory Attribute Indirection Register …
243 #define CP15_AMAIR1(rr) p15, 0, rr, c10, c3, 1 /* Auxiliary Memory Attribute Indirection Register …
271 #define CP15_CNTV_TVAL(rr) p15, 0, rr, c14, c3, 0 /* Virtual Timer Value Register */
272 #define CP15_CNTV_CTL(rr) p15, 0, rr, c14, c3, 1 /* Virtual Timer Control Register */
/NextBSD/secure/lib/libcrypt/
HDcrypt-blowfish.c105 u_int8_t c1, c2, c3, c4; in decode_base64() local
118 c3 = CHAR64(*(p + 2)); in decode_base64()
119 if (c3 == 255) in decode_base64()
122 *bp++ = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2); in decode_base64()
129 *bp++ = ((c3 & 0x03) << 6) | c4; in decode_base64()
/NextBSD/sys/arm/xscale/ixp425/
HDcambria_exp_space.c239 static struct expbus_softc c3; /* NB: no need to malloc */ in cambria_exp_bus_init() local
244 c3.sc = sc; in cambria_exp_bus_init()
245 c3.csoff = EXP_TIMING_CS3_OFFSET; in cambria_exp_bus_init()
246 EXP_LOCK_INIT(&c3); in cambria_exp_bus_init()
247 cambria_exp_bs_tag.bs_privdata = &c3; in cambria_exp_bus_init()
/NextBSD/crypto/openssl/crypto/whrlpool/
HDwp_block.c156 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 argument
167 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ argument
168 c7,c0,c1,c2,c3,c4,c5,c6, \
169 c6,c7,c0,c1,c2,c3,c4,c5, \
170 c5,c6,c7,c0,c1,c2,c3,c4, \
171 c4,c5,c6,c7,c0,c1,c2,c3, \
172 c3,c4,c5,c6,c7,c0,c1,c2, \
173 c2,c3,c4,c5,c6,c7,c0,c1, \
174 c1,c2,c3,c4,c5,c6,c7,c0
186 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ argument
[all …]
/NextBSD/contrib/opie/libopie/
HDreadrec.c60 char *c3; variable
62 opie->opie_n = strtoul(c, &c3, 10);
64 if (*c3 || (opie->opie_n <= 0) || (opie->opie_n > 9999))
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDMKcaptab.awk73 c3 = add_string($4);
74 aliases[num_aliases] = sprintf("\t{%5d, %5d, %5d},\t /* %s */", c1, c2, c3, $5);
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDhash.h153 const uint32_t c3 = 0x38b34ae5; in hash_x86_128() local
172 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
177 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
207 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
213 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
/NextBSD/crypto/heimdal/lib/asn1/
HDcheck-gen.c936 TESTAlloc c1, c2, c3; in test_taglessalloc() local
950 memset(&c3, 0, sizeof(c3)); in test_taglessalloc()
951 c3.tagless = NULL; in test_taglessalloc()
952 c3.three = 4; in test_taglessalloc()
953 c3.tagless2 = &any3; in test_taglessalloc()
956 tests[2].val = &c3; in test_taglessalloc()
1022 TESTOptional c0, c1, c2, c3; in test_optional() local
1038 c3.zero = &zero; in test_optional()
1039 c3.one = &one; in test_optional()
1040 tests[3].val = &c3; in test_optional()
/NextBSD/usr.bin/dtc/
HDdtc.cc318 clock_t c3 = clock(); in main() local
334 ((double)(c3-c2))/CLOCKS_PER_SEC); in main()
336 ((double)(c4-c3))/CLOCKS_PER_SEC); in main()
/NextBSD/bin/dd/
HDref.pareven6 00000040 c0 41 42 c3 44 c5 c6 47 48 c9 ca 4b cc 4d 4e cf |.AB.D..GH..K.MN.|
14 000000c0 c0 41 42 c3 44 c5 c6 47 48 c9 ca 4b cc 4d 4e cf |.AB.D..GH..K.MN.|
HDref.parset6 00000040 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|
14 000000c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|
/NextBSD/sys/compat/svr4/
HDsvr4_termios.c72 #define undefined_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) /**/ argument
99 #define svr4_to_bsd_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \ argument
105 case __CONCAT3(SVR4_,c3,t3): bt->f |= __CONCAT(c3,t3); break; \
130 #define bsd_to_svr4_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \ argument
135 case __CONCAT(c3,t3): st->f |= __CONCAT3(SVR4_,c3,t3); break; \

1234