Searched refs:exp1 (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c190 struct expr *exp1, struct expr *exp2, struct expr *exp3)
208 printf(" exp1 type: %s\n",
209 type_name[GETTYPE(exp1->op)]);
218 if (exp1)
219 freeexpr(exp1);
237 newitem->nodes[0] = exp1;
248 struct expr *exp_op, *exp1, *exp2, *exp3; local
260 exp1 = exp;
261 exp_op = stack_pop(stk, exp1, NULL);
267 *nexp = setop_reduce(UNARY, oop, stk, exp1, NUL
189 setop_reduce(unsigned int n, unsigned int op, struct stack *stk, struct expr *exp1, struct expr *exp2, struct expr *exp3) argument
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c284 expected1(tok_kind exp1) argument
287 sizeof (expectbuf), "expected '%s'", toktostr(exp1));
295 expected2(tok_kind exp1, tok_kind exp2) argument
298 sizeof (expectbuf), "expected '%s' or '%s'", toktostr(exp1),
307 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) argument
311 toktostr(exp1), toktostr(exp2), toktostr(exp3));
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlogf.c153 int exp0, exp1, exp2, exp3, exp4; local
213 ty1 = LN2 * (double) exp1 + __TBL_logf[i1];
H A D__vpowf.c579 int ind1, i1, exp1; local
596 exp1 = ((ax1 & 0x7fffffff) >> 23) - 127;
614 yy1 = __TBL_log2f[ind1] + (double) (exp1 << 8);
H A D__vpow.c693 int hx1 = 0, yisint1 = 0, exp1 = 0; local
795 exp1 += (hx1 >> 20);
810 y1 += (double)(exp1 << 8);
1027 exp1 += (hx1 >> 20);
1030 y0 += (double)(exp1 << 8);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c42 int exp1(tchar ***, bool);
112 int p1 = exp1(vp, ignore);
134 exp1(tchar ***vp, bool ignore) function
139 tprintf("TRACE- exp1()\n");
142 etraci("exp1 p1", p1, vp);
148 p2 = exp1(vp, (ignore&IGNORE) || !p1);
150 etraci("exp1 p2", p2, vp);
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h187 KMF_BIGINT exp1; member in struct:__anon3428
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2511 rv = get_bigint_attr(sess, obj, CKA_EXPONENT_1, &rawrsa->exp1);
2533 if (rawrsa->exp1.val)
2534 free(rawrsa->exp1.val);
3378 if (rawkey->rawdata.rsa.exp1.val != NULL) {
3380 rawkey->rawdata.rsa.exp1.val,
3381 rawkey->rawdata.rsa.exp1.len);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c143 priv_key_bignums[5] = rsa->rawdata.rsa.exp1;
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c883 if ((ret = sslBN2KMFBN(Exp1, &rsa.exp1)) != KMF_OK)
3158 if (key->exp1.val != NULL)
3159 if ((rsa->dmp1 = BN_bin2bn(key->exp1.val, key->exp1.len,
4100 if ((rv = sslBN2KMFBN(rsa->dmp1, &kmfkey->exp1)) != KMF_OK)
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2280 rsa->exp1.val, rsa->exp1.len,
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1343 kmf_free_bigint(&key->exp1);

Completed in 89 milliseconds