Searched refs:a1 (Results 151 - 175 of 254) sorted by relevance

1234567891011

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_lib.c590 BIGNUM *a1, *a2, *a3, *b1, *b2, *b3; local
608 a1 = BN_CTX_get(ctx);
625 if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) ||
629 if (r || BN_cmp(a1, b1) || BN_cmp(a2, b2) || BN_cmp(a3, b3))
639 if (!EC_GROUP_get_order(a, a1, ctx) ||
648 if (BN_cmp(a1, b1) || BN_cmp(a2, b2))
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c598 __udiv_w_sdiv (UWtype *rp, UWtype a1, UWtype a0, UWtype d)
605 if (a1 < d - a1 - (a0 >> (W_TYPE_SIZE - 1)))
608 sdiv_qrnnd (q, r, a1, a0, d);
612 /* Compute c1*2^32 + c0 = a1*2^32 + a0 - 2^31*d. */
613 sub_ddmmss (c1, c0, a1, a0, d >> 1, d << (W_TYPE_SIZE - 1));
623 c1 = a1 >> 1; /* A/2 */
624 c0 = (a1 << (W_TYPE_SIZE - 1)) + (a0 >> 1);
626 if (a1 < b1) /* A < 2^32*b1, so A/2 < 2^31*b1 */
676 { /* Hence a1
583 __udiv_w_sdiv(UWtype *rp, UWtype a1, UWtype a0, UWtype d) argument
[all...]
H A Ddfp.c346 REAL_VALUE_TYPE a1, b1; local
351 decimal_from_binary (&a1, a);
352 a = &a1;
H A Dlambda-code.c459 in b1 ... bk, and some a in a1...ai)
493 lambda_vector swapvector, a1; local
498 a1 = lambda_vector_new (128);
571 a1[newsize] = a[j];
588 a1[newsize] = f1 * a[j] + f2 * a[k];
604 a = a1;
605 a1 = swapvector;
633 lambda_vector a, a1; local
653 a1 = lambda_vector_new (128);
735 /* a1
[all...]
H A Dglobal.c935 int a1 = reg_allocno[REGNO (SET_DEST (set))];
940 IOR_HARD_REG_SET (allocno[a1].hard_reg_copy_preferences,
943 allocno[a1].hard_reg_copy_preferences);
946 IOR_HARD_REG_SET (allocno[a1].hard_reg_preferences,
949 allocno[a1].hard_reg_preferences);
950 IOR_HARD_REG_SET (allocno[a1].hard_reg_full_preferences,
953 allocno[a1].hard_reg_full_preferences);
932 int a1 = reg_allocno[REGNO (SET_DEST (set))]; local
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c1156 int a0, a1, a2, a3; local
1157 if (sscanf(in, "%d.%d.%d.%d", &a0, &a1, &a2, &a3) != 4)
1159 if ((a0 < 0) || (a0 > 255) || (a1 < 0) || (a1 > 255)
1163 v4[1] = a1;
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c3138 struct debug_type **a1, **a2;
3140 a1 = t1->u.kfunction->arg_types;
3142 while (*a1 != NULL && *a2 != NULL)
3144 if (! debug_type_samep (info, *a1, *a2))
3146 ++a1;
3149 ret = *a1 == NULL && *a2 == NULL;
3196 struct debug_type **a1, **a2;
3198 a1 = t1->u.kmethod->arg_types;
3200 while (*a1 != NULL && *a2 != NULL)
3202 if (! debug_type_samep (info, *a1, *a
3135 struct debug_type **a1, **a2; local
3193 struct debug_type **a1, **a2; local
[all...]
/freebsd-11-stable/contrib/top/
H A Ddisplay.c1060 new_message(type, msgfmt, a1, a2, a3)
1064 caddr_t a1, a2, a3;
1070 (void) snprintf(next_msg, sizeof(next_msg), msgfmt, a1, a2, a3);
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c84 const uint32_t a1 = rc_bit_1_price(lc->choice); local
85 const uint32_t b0 = a1 + rc_bit_0_price(lc->choice2);
86 const uint32_t b1 = a1 + rc_bit_1_price(lc->choice2);
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c1302 type_t **a1, **a2; local
1307 a1 = tp1->t_args;
1310 while (*a1 != NULL && *a2 != NULL) {
1312 if (eqtype(*a1, *a2, 1, 0, 0, warn) == 0)
1315 a1++;
1320 return (*a1 == *a2);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c795 TPARM_ARG a1,
805 return tparm_varargs(string, a1, a2, a3, a4, a5, a6, a7, a8, a9);
794 tparm_proto(NCURSES_CONST char *string, TPARM_ARG a1, TPARM_ARG a2, TPARM_ARG a3, TPARM_ARG a4, TPARM_ARG a5, TPARM_ARG a6, TPARM_ARG a7, TPARM_ARG a8, TPARM_ARG a9) argument
/freebsd-11-stable/contrib/binutils/ld/
H A Dldwrite.c401 dump (char *s, asection *a1, asection *a2) argument
404 ds (a1);
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_api.c115 cfe_cpu_start(int cpu, void (*fn)(void), long sp, long gp, long a1) argument
128 xiocb.plist.xiocb_cpuctl.a1_val = a1;
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dder_put.c469 _heim_der_set_sort(const void *a1, const void *a2) argument
471 const struct heim_octet_string *s1 = a1, *s2 = a2;
/freebsd-11-stable/lib/msun/ld128/
H A De_lgammal_r.c41 a1 = 3.22467033424113218236207583323018498e-01L, variable
279 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*(a11+z*(a13+z*(a15+
/freebsd-11-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c71 #define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl1050 my ($a0,$a1,$ai)=("%r14","%r15","%rbx");
1264 mov %rax,$a1
1281 mul $a1 # a[2]*a[1]
1300 mul $a1 # a[3]*a[1]
1316 mul $a1 # a[4]*a[3]
1332 mul $a1 # a[5]*a[3]
1349 mul $a1 # a[6]*a[5]
1369 mul $a1 # a[7]*a[5]
1388 mov %rax,$a1
1410 mul $a1 #
[all...]
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh4.c32 _PROTOTYPE(void glob0, (char *a0, unsigned int a1, int a2, int (*a3)(char *, char *)));
637 glob0(a0, a1, a2, a3)
639 unsigned a1;
645 glob1(a0, a0 + a1 * a2);
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c115 offsetof(struct trapframe, a1),
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_machdep.c396 platform_start(__register_t a0, __register_t a1, __register_t a2, argument
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_stat.c231 return copyout((caddr_t)&sut, (caddr_t)uap->a1,
/freebsd-11-stable/sys/mips/mips/
H A Ddb_interface.c75 { "a1", DB_OFFSET(a1), db_frame },
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa.h136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/freebsd-11-stable/usr.sbin/ifmcstat/
H A Difmcstat.c118 #define sa_dl_equal(a1, a2) \
119 ((((struct sockaddr_dl *)(a1))->sdl_len == \
121 (bcmp(LLADDR((struct sockaddr_dl *)(a1)), \
123 ((struct sockaddr_dl *)(a1))->sdl_alen) == 0))
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1209 int a0, a1, a2, a3, p0, p1; local
1219 &a0, &a1, &a2, &a3, &p0, &p1) != 6) {
1225 a1 < 0 || a1 > 255 ||
1235 sin4->sin_addr.s_addr = htonl ((a0 << 24) | (a1 << 16) |

Completed in 420 milliseconds

1234567891011