Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c187 struct expr *exp1, struct expr *exp2, struct expr *exp3) in setop_reduce() argument
203 printf(" exp1 type: %s\n", type_name[GETTYPE(exp1->op)]); in setop_reduce()
212 if (exp1) in setop_reduce()
213 freeexpr(exp1); in setop_reduce()
231 newitem->nodes[0] = exp1; in setop_reduce()
242 struct expr *exp_op, *exp1, *exp2, *exp3; in reduce() local
254 exp1 = exp; in reduce()
255 exp_op = stack_pop(stk, exp1, NULL); in reduce()
261 *nexp = setop_reduce(UNARY, oop, stk, exp1, NULL, NULL); in reduce()
272 exp1 = stack_pop(stk, exp_op, exp2); in reduce()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.c134 int exp1 = 0; in lua_strx2number() local
141 exp1 = exp1 * 10 + *(s++) - '0'; in lua_strx2number()
142 if (neg1) exp1 = -exp1; in lua_strx2number()
143 e += exp1; in lua_strx2number()
H A Dlparser.c1271 static int exp1 (LexState *ls) { in exp1() function
1317 exp1(ls); /* initial value */ in fornum()
1319 exp1(ls); /* limit */ in fornum()
1321 exp1(ls); /* optional step */ in fornum()
/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE38 .I exp1
43 .I exp1
48 .I exp1
53 .I exp1
58 .I exp1
63 .I exp1
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Duchar.c478 char16_t exp0 = 0xd83d, exp1 = 0xdca9; in mbrtoc16_surrogate() local
514 if (out1 != exp1) { in mbrtoc16_surrogate()
516 out1, exp1); in mbrtoc16_surrogate()
/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); in get_raw_rsa()
2533 if (rawrsa->exp1.val) in get_raw_rsa()
2534 free(rawrsa->exp1.val); in get_raw_rsa()
3379 if (rawkey->rawdata.rsa.exp1.val != NULL) { in store_raw_key()
3381 rawkey->rawdata.rsa.exp1.val, in store_raw_key()
3382 rawkey->rawdata.rsa.exp1.len); in store_raw_key()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h187 KMF_BIGINT exp1; member
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c866 if ((ret = sslBN2KMFBN(Exp1, &rsa.exp1)) != KMF_OK) in readAltFormatPrivateKey()
3194 if (key->exp1.val != NULL && in ImportRawRSAKey()
3195 (dmp1 = BN_bin2bn(key->exp1.val, key->exp1.len, NULL)) == NULL) in ImportRawRSAKey()
4145 if ((rv = sslBN2KMFBN((BIGNUM *)dmp1, &kmfkey->exp1)) != KMF_OK) in exportRawRSAKey()
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2280 rsa->exp1.val, rsa->exp1.len, in DerEncodeRSAPrivateKey()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1343 kmf_free_bigint(&key->exp1); in free_raw_rsa()