Home
last modified time | relevance | path

Searched refs:exp1 (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c190 struct expr *exp1, struct expr *exp2, struct expr *exp3) in setop_reduce() argument
209 type_name[GETTYPE(exp1->op)]); in setop_reduce()
218 if (exp1) in setop_reduce()
219 freeexpr(exp1); in setop_reduce()
237 newitem->nodes[0] = exp1; in setop_reduce()
248 struct expr *exp_op, *exp1, *exp2, *exp3; in reduce() local
260 exp1 = exp; in reduce()
261 exp_op = stack_pop(stk, exp1, NULL); in reduce()
267 *nexp = setop_reduce(UNARY, oop, stk, exp1, NULL, NULL); in reduce()
278 exp1 = stack_pop(stk, exp_op, exp2); in reduce()
[all …]
/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_util.c284 expected1(tok_kind exp1) in expected1() argument
287 sizeof (expectbuf), "expected '%s'", toktostr(exp1)); in expected1()
295 expected2(tok_kind exp1, tok_kind exp2) in expected2() argument
298 sizeof (expectbuf), "expected '%s' or '%s'", toktostr(exp1), in expected2()
307 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() argument
311 toktostr(exp1), toktostr(exp2), toktostr(exp3)); in expected3()
/titanic_41/usr/src/lib/libshell/common/
H A DOBSOLETE38 .I exp1
43 .I exp1
48 .I exp1
53 .I exp1
58 .I exp1
63 .I exp1
/titanic_41/usr/src/lib/libmvec/common/
H A D__vlogf.c153 int exp0, exp1, exp2, exp3, exp4; in __vlogf() local
213 ty1 = LN2 * (double) exp1 + __TBL_logf[i1]; in __vlogf()
H A D__vpowf.c579 int ind1, i1, exp1; in __vpowf_n() local
596 exp1 = ((ax1 & 0x7fffffff) >> 23) - 127; in __vpowf_n()
614 yy1 = __TBL_log2f[ind1] + (double) (exp1 << 8); in __vpowf_n()
H A D__vpow.c693 int hx1 = 0, yisint1 = 0, exp1 = 0; in __vpow() local
795 exp1 += (hx1 >> 20); in __vpow()
810 y1 += (double)(exp1 << 8); in __vpow()
1027 exp1 += (hx1 >> 20); in __vpow()
1030 y0 += (double)(exp1 << 8); in __vpow()
/titanic_41/usr/src/cmd/csh/
H A Dsh.exp.c42 int exp1(tchar ***, bool);
112 int p1 = exp1(vp, ignore); in exp0()
134 exp1(tchar ***vp, bool ignore) in exp1() function
148 p2 = exp1(vp, (ignore&IGNORE) || !p1); in exp1()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2511 rv = get_bigint_attr(sess, obj, CKA_EXPONENT_1, &rawrsa->exp1); in get_raw_rsa()
2533 if (rawrsa->exp1.val) in get_raw_rsa()
2534 free(rawrsa->exp1.val); in get_raw_rsa()
3378 if (rawkey->rawdata.rsa.exp1.val != NULL) { in store_raw_key()
3380 rawkey->rawdata.rsa.exp1.val, in store_raw_key()
3381 rawkey->rawdata.rsa.exp1.len); in store_raw_key()
/titanic_41/usr/src/lib/libkmf/include/
H A Dkmftypes.h187 KMF_BIGINT exp1; member
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c883 if ((ret = sslBN2KMFBN(Exp1, &rsa.exp1)) != KMF_OK) in readAltFormatPrivateKey()
3160 if (key->exp1.val != NULL) in ImportRawRSAKey()
3161 if ((rsa->dmp1 = BN_bin2bn(key->exp1.val, key->exp1.len, in ImportRawRSAKey()
4102 if ((rv = sslBN2KMFBN(rsa->dmp1, &kmfkey->exp1)) != KMF_OK) in exportRawRSAKey()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c143 priv_key_bignums[5] = rsa->rawdata.rsa.exp1; in kmf_to_kssl()
/titanic_41/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2280 rsa->exp1.val, rsa->exp1.len, in DerEncodeRSAPrivateKey()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1343 kmf_free_bigint(&key->exp1); in free_raw_rsa()