Searched refs:c3 (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x.S366 #define c3 %r8 define
368 #define mul_add_c(ai,bi,c1,c2,c3) \
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,c
[all...]
H A Dx86_64-gcc.c385 BN_ULONG c1, c2, c3; local
389 c3 = 0;
390 mul_add_c(a[0], b[0], c1, c2, c3);
393 mul_add_c(a[0], b[1], c2, c3, c1);
394 mul_add_c(a[1], b[0], c2, c3, c1);
397 mul_add_c(a[2], b[0], c3, c1, c2);
398 mul_add_c(a[1], b[1], c3, c1, c2);
399 mul_add_c(a[0], b[2], c3, c1, c2);
400 r[2] = c3;
401 c3
488 BN_ULONG c1, c2, c3; local
527 BN_ULONG c1, c2, c3; local
602 BN_ULONG c1, c2, c3; local
[all...]
H A Dsparcv8.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...]
H A Dsparcv8plus.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...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c637 BN_ULONG c1, c2, c3; local
641 c3 = 0;
642 mul_add_c(a[0], b[0], c1, c2, c3);
645 mul_add_c(a[0], b[1], c2, c3, c1);
646 mul_add_c(a[1], b[0], c2, c3, c1);
649 mul_add_c(a[2], b[0], c3, c1, c2);
650 mul_add_c(a[1], b[1], c3, c1, c2);
651 mul_add_c(a[0], b[2], c3, c1, c2);
652 r[2] = c3;
653 c3
740 BN_ULONG c1, c2, c3; local
779 BN_ULONG c1, c2, c3; local
854 BN_ULONG c1, c2, c3; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.awk73 c3 = add_string($4);
74 aliases[num_aliases] = sprintf("\t{%5d, %5d, %5d},\t /* %s */", c1, c2, c3, $5);
/freebsd-11-stable/lib/libmp/tests/
H A Dlegacy_test.c35 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \ variable
130 mp_mult(c3, c14, t0);
138 mp_pow(c2, c3, c10, t0);
140 mp_pow(c2, c3, c3, t0);
166 c3 = mp_itom(3);
195 mp_mfree(c3);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_name.c317 hx509_cert c1, c2, c3; local
328 ret = hx509_cert_init_data(context, certdata3, sizeof(certdata3) - 1, &c3);
335 ret = compare_subject(c1, c3, &l2);
337 ret = compare_subject(c2, c3, &l3);
347 hx509_cert_free(c3);
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadrec.c60 char *c3; local
62 opie->opie_n = strtoul(c, &c3, 10);
64 if (*c3 || (opie->opie_n <= 0) || (opie->opie_n > 9999))
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dutf8.c55 const unsigned c3 = *++p; local
56 if ((c3 & 0xC0) == 0x80) {
59 | (c3 & 0x3F);
69 const unsigned c3 = *++p; local
70 if ((c3 & 0xC0) == 0x80) {
75 | ((c3 & 0x3F) << 6)
/freebsd-11-stable/sys/arm/include/
H A Dsysreg.h53 #define CP14_DBGOSDLR(rr) p14, 0, rr, c1, c3, 4 /* OS Double Lock Register */
113 #define CP15_DACR(rr) p15, 0, rr, c3, c0, 0 /* Domain Access Control Register */
210 #define CP15_TLBIALLIS p15, 0, r0, c8, c3, 0 /* Invalidate entire unified TLB IS */
211 #define CP15_TLBIMVAIS(rr) p15, 0, rr, c8, c3, 1 /* Invalidate unified TLB by MVA IS */
212 #define CP15_TLBIASIDIS(rr) p15, 0, rr, c8, c3, 2 /* Invalidate unified TLB by ASID IS */
213 #define CP15_TLBIMVAAIS(rr) p15, 0, rr, c8, c3, 3 /* Invalidate unified TLB by MVA, all ASID IS */
258 #define CP15_AMAIR0(rr) p15, 0, rr, c10, c3, 0 /* Auxiliary Memory Attribute Indirection Register 0 */
259 #define CP15_AMAIR1(rr) p15, 0, rr, c10, c3, 1 /* Auxiliary Memory Attribute Indirection Register 1 */
287 #define CP15_CNTV_TVAL(rr) p15, 0, rr, c14, c3, 0 /* Virtual Timer Value Register */
288 #define CP15_CNTV_CTL(rr) p15, 0, rr, c14, c3,
[all...]
/freebsd-11-stable/usr.bin/localedef/
H A Dscanner.c299 int c1, c2, c3; local
315 c3 = scanc();
316 if (!isdigit(c3)) {
317 unscanc(c3);
320 b += (c3 - '0');
328 int c1, c2, c3; local
346 c3 = scanc();
347 if (!isodigit(c3)) {
348 unscanc(c3);
351 b += (c3
[all...]
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dcambria_exp_space.c239 static struct expbus_softc c3; /* NB: no need to malloc */ local
244 c3.sc = sc;
245 c3.csoff = EXP_TIMING_CS3_OFFSET;
246 EXP_LOCK_INIT(&c3);
247 cambria_exp_bs_tag.bs_privdata = &c3;
/freebsd-11-stable/secure/lib/libcrypt/
H A Dcrypt-blowfish.c105 u_int8_t c1, c2, c3, c4; local
118 c3 = CHAR64(*(p + 2));
119 if (c3 == 255)
122 *bp++ = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2);
129 *bp++ = ((c3 & 0x03) << 6) | c4;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dvga.c405 uint8_t c0, c1, c2, c3; local
448 c3 = sc->vga_gc.gc_latch3;
468 c3 = (enb_set_reset & 8) ? (c3 & ~mask) : (val & mask);
473 c3 |= m3;
484 c3 = enb_set_reset & 8 ? c3 & m3 : val & m3;
495 c3 = enb_set_reset & 8 ? c3 | m3 : val | m3;
506 c3
[all...]
/freebsd-11-stable/usr.bin/sed/tests/
H A Dregress.sh25 REGRESSION_TEST(`c3', `sed ''`3,/no such string/c\
H A DMakefile24 ${PACKAGE}FILES+= regress.c3.out
/freebsd-11-stable/sys/arm/arm/
H A Dswtch-v4.S154 mcr p15, 0, r1, c3, c0, 0 /* Update DACR for lwp0's context */
281 mrc p15, 0, r0, c3, c0, 0 /* r0 = old DACR */
320 mcr p15, 0, r5, c3, c0, 0 /* Update DACR for new context */
H A Dcpufunc_asm.S96 * c3 - Domain Access Control
102 mcr p15, 0, r0, c3, c0, 0
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc355 clock_t c3 = clock(); local
371 ((double)(c3-c2))/CLOCKS_PER_SEC);
373 ((double)(c4-c3))/CLOCKS_PER_SEC);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h169 const uint32_t c3 = 0x38b34ae5; local
188 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
193 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
223 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
229 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c936 TESTAlloc c1, c2, c3; local
950 memset(&c3, 0, sizeof(c3));
951 c3.tagless = NULL;
952 c3.three = 4;
953 c3.tagless2 = &any3;
956 tests[2].val = &c3;
1022 TESTOptional c0, c1, c2, c3; local
1038 c3.zero = &zero;
1039 c3
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_hash.c130 unsigned char c1, c2, c3, c4, c5, c6, c7, c8; member in struct:__anon2135::__anon2136
140 u.c.c1 = s[i], u.c.c2 = s[i + 1], u.c.c3 = s[i + 2], u.c.c4 = s[i + 3];
144 u.c.c3 = lc_map[u.c.c3];
148 u.c.c3 = lc_map[u.c.c7];
164 u.c.c3 = lc_map[(unsigned char)s[i++]];
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dmain.cpp206 char *c1 = inputline; /* c1, c2, and c3 will be used to */
208 char *c3 = inputline + 2; /* ".GS" by looking individually */ variable
321 if (*c1 == '.' && *c2 == 'G' && *c3 == 'S') {
492 flyback = (*c3 == 'F'); /* and .GE or .GF */
495 done |= (*c1 == '.' && *c2 == 'G' && (*c3 == 'E' || flyback) &&
/freebsd-11-stable/contrib/sendmail/src/
H A Dmime.c1100 int c1, c2, c3, c4; local
1118 c3 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT);
1119 } while (SM_ISSPACE(c3));
1120 if (c3 == SM_IO_EOF)
1161 if (c3 == '=')
1163 c3 = CHAR64(c3);
1164 *fbufp = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2);
1169 *fbufp = ((c3 & 0x03) << 6) | c4;

Completed in 206 milliseconds

12