/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 190 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 D | rpc_util.c | 284 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.c | 153 int exp0, exp1, exp2, exp3, exp4; local 213 ty1 = LN2 * (double) exp1 + __TBL_logf[i1];
|
H A D | __vpowf.c | 579 int ind1, i1, exp1; local 596 exp1 = ((ax1 & 0x7fffffff) >> 23) - 127; 614 yy1 = __TBL_log2f[ind1] + (double) (exp1 << 8);
|
H A D | __vpow.c | 693 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 D | sh.exp.c | 42 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 D | kmftypes.h | 187 KMF_BIGINT exp1; member in struct:__anon3428
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2511 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 D | kssladm_create.c | 143 priv_key_bignums[5] = rsa->rawdata.rsa.exp1;
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 883 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 D | clasn1.c | 2280 rsa->exp1.val, rsa->exp1.len,
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 1343 kmf_free_bigint(&key->exp1);
|