bin/ps/print.c
639
(1.0 - exp(k->ki_p->ki_swtime * log(fxtofl(ccpu)))));
cddl/usr.sbin/zfsd/case_file.cc
850
} catch (const ParseException &exp) {
cddl/usr.sbin/zfsd/case_file.cc
852
exp.Log();
cddl/usr.sbin/zfsd/vdev.cc
136
} catch (const ZfsdException &exp) {
cddl/usr.sbin/zfsd/zfsd.cc
143
} catch (const DevdCtl::Exception &exp) {
cddl/usr.sbin/zfsd/zfsd.cc
144
exp.Log();
cddl/usr.sbin/zfsd/zfsd_event.cc
212
} catch (ZfsdException &exp) {
cddl/usr.sbin/zfsd/zfsd_event.cc
218
exp.GetString().insert(0, context);
cddl/usr.sbin/zfsd/zfsd_event.cc
219
exp.Log();
cddl/usr.sbin/zfsd/zfsd_event.cc
248
} catch (ZfsdException &exp) {
cddl/usr.sbin/zfsd/zfsd_event.cc
251
exp.GetString().insert(0, context);
cddl/usr.sbin/zfsd/zfsd_event.cc
252
exp.Log();
crypto/heimdal/lib/asn1/gen.c
1021
exp = "ASN1EXP ";
crypto/heimdal/lib/asn1/gen.c
1024
exp = "";
crypto/heimdal/lib/asn1/gen.c
1030
exp,
crypto/heimdal/lib/asn1/gen.c
1035
exp,
crypto/heimdal/lib/asn1/gen.c
1039
exp,
crypto/heimdal/lib/asn1/gen.c
1043
exp,
crypto/heimdal/lib/asn1/gen.c
1047
exp,
crypto/heimdal/lib/asn1/gen.c
997
const char * exp;
crypto/heimdal/lib/hdb/print.c
376
time_t exp = 0;
crypto/heimdal/lib/hdb/print.c
431
exp = *ent->valid_end;
crypto/heimdal/lib/hdb/print.c
436
max_life, max_renew, exp, pwexp);
crypto/heimdal/lib/kadm5/admin.h
250
kadm5_get_policies(void *server_handle, char *exp,
crypto/heimdal/lib/kadm5/get_princs_s.c
39
const char *exp;
crypto/heimdal/lib/kadm5/get_princs_s.c
66
if(d->exp){
crypto/heimdal/lib/kadm5/get_princs_s.c
67
if(fnmatch(d->exp, princ, 0) == 0 || fnmatch(d->exp2, princ, 0) == 0)
crypto/heimdal/lib/kadm5/get_princs_s.c
93
d.exp = expression;
crypto/krb5/src/kadmin/server/server_stubs.c
1439
prime_arg = arg->exp;
crypto/krb5/src/kadmin/server/server_stubs.c
1449
ret->code = kadm5_get_policies(handle, arg->exp, &ret->pols,
crypto/krb5/src/kadmin/server/server_stubs.c
810
prime_arg = arg->exp;
crypto/krb5/src/kadmin/server/server_stubs.c
820
ret->code = kadm5_get_principals(handle, arg->exp, &ret->princs,
crypto/krb5/src/kdc/kdc_transit.c
159
char exp[MAX_REALM_LN]; /* Expanded current realm name */
crypto/krb5/src/kdc/kdc_transit.c
231
strncpy(exp, current+1, sizeof(exp) - 1);
crypto/krb5/src/kdc/kdc_transit.c
232
exp[sizeof(exp) - 1] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
235
strncpy(exp, prev, sizeof(exp) - 1);
crypto/krb5/src/kdc/kdc_transit.c
236
exp[sizeof(exp) - 1] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
237
if (strlen(exp) + strlen(current) + 1 >= MAX_REALM_LN) {
crypto/krb5/src/kdc/kdc_transit.c
241
strncat(exp, current, sizeof(exp) - 1 - strlen(exp));
crypto/krb5/src/kdc/kdc_transit.c
244
strncpy(exp, current, sizeof(exp) - 1);
crypto/krb5/src/kdc/kdc_transit.c
245
exp[sizeof(exp) - 1] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
246
if (strlen(exp) + strlen(prev) + 1 >= MAX_REALM_LN) {
crypto/krb5/src/kdc/kdc_transit.c
250
strncat(exp, prev, sizeof(exp) - 1 - strlen(exp));
crypto/krb5/src/kdc/kdc_transit.c
253
strncpy(exp, current, sizeof(exp) - 1);
crypto/krb5/src/kdc/kdc_transit.c
254
exp[sizeof(exp) - 1] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
278
if (!strcmp(exp, realm)) added = TRUE;
crypto/krb5/src/kdc/kdc_transit.c
299
(pl = subrealm(exp, realm))) {
crypto/krb5/src/kdc/kdc_transit.c
325
else if ((pl = subrealm(realm, exp))) {
crypto/krb5/src/kdc/kdc_transit.c
363
strncat(current, exp, (unsigned) pl);
crypto/krb5/src/kdc/kdc_transit.c
366
strncat(current, exp+strlen(exp)+pl, (unsigned)(-pl));
crypto/krb5/src/kdc/kdc_transit.c
383
strncpy(prev, exp, sizeof(prev) - 1);
crypto/krb5/src/lib/crypto/crypto_tests/t_nfold.c
55
unsigned char exp[192/8];
crypto/krb5/src/lib/crypto/crypto_tests/t_nfold.c
90
if (memcmp (outbuf, tests[i].exp, tests[i].n/8) != 0) {
crypto/krb5/src/lib/crypto/crypto_tests/t_nfold.c
92
printhex (tests[i].n / 8, tests[i].exp);
crypto/krb5/src/lib/kadm5/admin.h
453
char *exp, char ***princs,
crypto/krb5/src/lib/kadm5/admin.h
457
char *exp, char ***pols,
crypto/krb5/src/lib/kadm5/clnt/client_principal.c
183
char *exp, char ***princs, int *count)
crypto/krb5/src/lib/kadm5/clnt/client_principal.c
193
arg.exp = exp;
crypto/krb5/src/lib/kadm5/clnt/clnt_policy.c
106
char *exp, char ***pols, int *count)
crypto/krb5/src/lib/kadm5/clnt/clnt_policy.c
116
arg.exp = exp;
crypto/krb5/src/lib/kadm5/kadm_rpc.h
186
char *exp;
crypto/krb5/src/lib/kadm5/kadm_rpc.h
56
char *exp;
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
651
if (!xdr_nullstring(xdrs, &objp->exp)) {
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
951
if (!xdr_nullstring(xdrs, &objp->exp)) {
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
155
char *exp,
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
166
if (exp == NULL)
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
167
exp = "*";
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
171
if ((ret = glob_to_regexp(exp, princ ? handle->params.realm : NULL,
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
192
ret = kdb_iter_entry(handle, exp, get_princs_iter, (void *) &data);
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
194
ret = krb5_db_iter_policy(handle->context, exp, get_pols_iter, (void *)&data);
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
214
char *exp,
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
218
return kadm5_get_either(1, server_handle, exp, princs, count);
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
222
char *exp,
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
226
return kadm5_get_either(0, server_handle, exp, pols, count);
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
23
char *exp;
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
110
(svc_auth_gssapi_data *client_data, uint32_t exp);
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
762
uint32_t exp)
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
764
client_data->expiration = exp;
crypto/krb5/src/lib/rpc/xdr_float.c
111
(vs.exp == lim->s.exp) &&
crypto/krb5/src/lib/rpc/xdr_float.c
117
is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS;
crypto/krb5/src/lib/rpc/xdr_float.c
138
if ((is.exp == lim->ieee.exp) &&
crypto/krb5/src/lib/rpc/xdr_float.c
144
vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS;
crypto/krb5/src/lib/rpc/xdr_float.c
166
unsigned int exp : 11;
crypto/krb5/src/lib/rpc/xdr_float.c
174
unsigned int exp : 8;
crypto/krb5/src/lib/rpc/xdr_float.c
230
(vd.exp == lim->d.exp)) {
crypto/krb5/src/lib/rpc/xdr_float.c
235
id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS;
crypto/krb5/src/lib/rpc/xdr_float.c
268
(id.exp == lim->ieee.exp)) {
crypto/krb5/src/lib/rpc/xdr_float.c
273
vd.exp = id.exp - IEEE_DBL_BIAS + VAX_DBL_BIAS;
crypto/krb5/src/lib/rpc/xdr_float.c
62
unsigned int exp : 8;
crypto/krb5/src/lib/rpc/xdr_float.c
69
unsigned int exp : 8;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
41
$(RM) $(OUTPATH)\custom.exp
crypto/libecc/include/libecc/fp/fp_pow.h
20
ATTRIBUTE_WARN_UNUSED_RET int fp_pow(fp_t out, fp_src_t base, nn_src_t exp);
crypto/libecc/include/libecc/nn/nn_mod_pow.h
20
ATTRIBUTE_WARN_UNUSED_RET int nn_mod_pow_redc(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn_src_t r_square, word_t mpinv);
crypto/libecc/include/libecc/nn/nn_mod_pow.h
21
ATTRIBUTE_WARN_UNUSED_RET int nn_mod_pow(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod);
crypto/libecc/include/libecc/nn/nn_modinv.h
21
ATTRIBUTE_WARN_UNUSED_RET int nn_modinv_2exp(nn_t out, nn_src_t in, bitcnt_t exp, int *in_isodd);
crypto/libecc/src/examples/sig/common/common.h
178
nn_src_t exp, nn_src_t mod)
crypto/libecc/src/examples/sig/common/common.h
188
MUST_HAVE((out != base) && (out != exp) && (out != mod), ret, err);
crypto/libecc/src/examples/sig/common/common.h
192
ret = nn_check_initialized(exp); EG(ret, err);
crypto/libecc/src/examples/sig/common/common.h
195
ret = nn_bitlen(exp, &explen); EG(ret, err);
crypto/libecc/src/examples/sig/common/common.h
225
ret = nn_getbit(exp, explen, &expbit); EG(ret, err);
crypto/libecc/src/examples/sss/sss.c
130
fp exp, base, tmp;
crypto/libecc/src/examples/sss/sss.c
137
exp.magic = base.magic = tmp.magic = s.magic = a.magic = a0.magic = WORD(0);
crypto/libecc/src/examples/sss/sss.c
193
ret = fp_init(&exp, &ctx); EG(ret, err);
crypto/libecc/src/examples/sss/sss.c
227
ret = fp_one(&exp); EG(ret, err);
crypto/libecc/src/examples/sss/sss.c
230
ret = fp_mul_monty(&exp, &exp, &base); EG(ret, err);
crypto/libecc/src/examples/sss/sss.c
248
ret = fp_mul_monty(&tmp, &exp, &a); EG(ret, err);
crypto/libecc/src/examples/sss/sss.c
273
fp_uninit(&exp);
crypto/libecc/src/fp/fp_pow.c
28
ATTRIBUTE_WARN_UNUSED_RET static int _fp_pow(fp_t out, fp_src_t base, nn_src_t exp)
crypto/libecc/src/fp/fp_pow.c
31
return nn_mod_pow_redc(&(out->fp_val), &(base->fp_val), exp, &(out->ctx->p), &(out->ctx->r), &(out->ctx->r_square), out->ctx->mpinv);
crypto/libecc/src/fp/fp_pow.c
39
ATTRIBUTE_WARN_UNUSED_RET static int _fp_pow_aliased(fp_t out, nn_src_t exp)
crypto/libecc/src/fp/fp_pow.c
47
ret = _fp_pow(out, &base, exp); EG(ret, err);
crypto/libecc/src/fp/fp_pow.c
61
int fp_pow(fp_t out, fp_src_t base, nn_src_t exp)
crypto/libecc/src/fp/fp_pow.c
66
ret = nn_check_initialized(exp); EG(ret, err);
crypto/libecc/src/fp/fp_pow.c
72
ret = _fp_pow_aliased(out, exp);
crypto/libecc/src/fp/fp_pow.c
74
ret = _fp_pow(out, base, exp);
crypto/libecc/src/fp/fp_sqrt.c
31
nn exp; /* The power exponent is in NN */
crypto/libecc/src/fp/fp_sqrt.c
33
exp.magic = WORD(0);
crypto/libecc/src/fp/fp_sqrt.c
39
ret = nn_init(&exp, 0); EG(ret, err);
crypto/libecc/src/fp/fp_sqrt.c
46
ret = nn_init(&exp, 0); EG(ret, err);
crypto/libecc/src/fp/fp_sqrt.c
55
ret = nn_dec(&exp, &(a->ctx->p)); EG(ret, err);
crypto/libecc/src/fp/fp_sqrt.c
56
ret = nn_rshift(&exp, &exp, 1); EG(ret, err);
crypto/libecc/src/fp/fp_sqrt.c
61
ret = fp_pow(&pow, a, &exp); EG(ret, err);
crypto/libecc/src/fp/fp_sqrt.c
77
nn_uninit(&exp);
crypto/libecc/src/nn/nn_mod_pow.c
110
ret = nn_getbit(exp, explen, &expbit); EG(ret, err);
crypto/libecc/src/nn/nn_mod_pow.c
174
ATTRIBUTE_WARN_UNUSED_RET static int _nn_mod_pow_redc(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn_src_t r_square, word_t mpinv)
crypto/libecc/src/nn/nn_mod_pow.c
176
return _nn_exp_monty_ladder_ltr(out, base, exp, mod, r, r_square, mpinv);
crypto/libecc/src/nn/nn_mod_pow.c
197
ATTRIBUTE_WARN_UNUSED_RET static int _nn_mod_pow(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod)
crypto/libecc/src/nn/nn_mod_pow.c
201
if ((out == base) || (out == exp) || (out == mod)) {
crypto/libecc/src/nn/nn_mod_pow.c
206
ret = _nn_exp_monty_ladder_ltr(&_out, base, exp, mod, NULL, NULL, WORD(0)); EG(ret, err);
crypto/libecc/src/nn/nn_mod_pow.c
210
ret = _nn_exp_monty_ladder_ltr(out, base, exp, mod, NULL, NULL, WORD(0));
crypto/libecc/src/nn/nn_mod_pow.c
222
ATTRIBUTE_WARN_UNUSED_RET static int _nn_mod_pow_redc_aliased(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn_src_t r_square, word_t mpinv)
crypto/libecc/src/nn/nn_mod_pow.c
229
ret = _nn_mod_pow_redc(&_out, base, exp, mod, r, r_square, mpinv); EG(ret, err);
crypto/libecc/src/nn/nn_mod_pow.c
244
int nn_mod_pow_redc(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn_src_t r_square, word_t mpinv)
crypto/libecc/src/nn/nn_mod_pow.c
249
ret = nn_check_initialized(exp); EG(ret, err);
crypto/libecc/src/nn/nn_mod_pow.c
271
if ((out == base) || (out == exp) || (out == mod) || (out == r) || (out == r_square)) {
crypto/libecc/src/nn/nn_mod_pow.c
272
ret = _nn_mod_pow_redc_aliased(out, base, exp, &_mod, r, r_square, mpinv); EG(ret, err1);
crypto/libecc/src/nn/nn_mod_pow.c
274
ret = _nn_mod_pow_redc(out, base, exp, &_mod, r, r_square, mpinv); EG(ret, err1);
crypto/libecc/src/nn/nn_mod_pow.c
282
if ((out == base) || (out == exp) || (out == mod) || (out == r) || (out == r_square)) {
crypto/libecc/src/nn/nn_mod_pow.c
283
ret = _nn_mod_pow_redc_aliased(out, base, exp, mod, r, r_square, mpinv);
crypto/libecc/src/nn/nn_mod_pow.c
285
ret = _nn_mod_pow_redc(out, base, exp, mod, r, r_square, mpinv);
crypto/libecc/src/nn/nn_mod_pow.c
304
int nn_mod_pow(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod)
crypto/libecc/src/nn/nn_mod_pow.c
318
ret = _nn_mod_pow(out, base, exp, mod);
crypto/libecc/src/nn/nn_mod_pow.c
326
ret = nn_mod_pow_redc(out, base, exp, mod, &r, &r_square, mpinv);
crypto/libecc/src/nn/nn_mod_pow.c
39
ATTRIBUTE_WARN_UNUSED_RET static int _nn_exp_monty_ladder_ltr(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn_src_t r_square, word_t mpinv)
crypto/libecc/src/nn/nn_mod_pow.c
58
ret = nn_bitlen(exp, &explen); EG(ret, err);
crypto/libecc/src/nn/nn_modinv.c
314
int nn_modinv_2exp(nn_t _out, nn_src_t x, bitcnt_t exp, int *x_isodd)
crypto/libecc/src/nn/nn_modinv.c
317
u8 exp_wlen = (u8)BIT_LEN_WORDS(exp);
crypto/libecc/src/nn/nn_modinv.c
318
bitcnt_t exp_cnt = exp % WORD_BITS;
crypto/libecc/src/nn/nn_modinv.c
334
if (exp == (bitcnt_t)0){
crypto/libecc/src/nn/nn_modinv.c
355
for (; cnt < WORD_MIN(WORD_BITS, exp); cnt = (bitcnt_t)(cnt << 1)) {
crypto/libecc/src/nn/nn_modinv.c
381
for (; cnt < ((exp + 1) >> 1); cnt = (bitcnt_t)(cnt << 1)) {
crypto/libecc/src/nn/nn_modinv.c
392
if (exp > WORD_BITS) {
crypto/openssh/defines.h
965
# define __predict_true(exp) __builtin_expect(((exp) != 0), 1)
crypto/openssh/defines.h
966
# define __predict_false(exp) __builtin_expect(((exp) != 0), 0)
crypto/openssh/defines.h
968
# define __predict_true(exp) ((exp) != 0)
crypto/openssh/defines.h
969
# define __predict_false(exp) ((exp) != 0)
crypto/openssl/crypto/bio/bio_print.c
578
long exp = 0;
crypto/openssl/crypto/bio/bio_print.c
623
exp--;
crypto/openssl/crypto/bio/bio_print.c
627
exp++;
crypto/openssl/crypto/bio/bio_print.c
639
max -= (exp + 1);
crypto/openssl/crypto/bio/bio_print.c
718
if (exp < 0)
crypto/openssl/crypto/bio/bio_print.c
719
tmpexp = -exp;
crypto/openssl/crypto/bio/bio_print.c
721
tmpexp = exp;
crypto/openssl/crypto/bio/bio_print.c
807
if (exp < 0) {
crypto/openssl/crypto/bn/rsaz_exp_x2.c
168
const BN_ULONG *exp[2], const BN_ULONG *m,
crypto/openssl/crypto/bn/rsaz_exp_x2.c
237
const BN_ULONG *exp[2] = { 0 };
crypto/openssl/crypto/bn/rsaz_exp_x2.c
296
exp[0] = exp1;
crypto/openssl/crypto/bn/rsaz_exp_x2.c
297
exp[1] = exp2;
crypto/openssl/crypto/bn/rsaz_exp_x2.c
303
ret = RSAZ_mod_exp_x2_ifma256(rr1_red, base1_red, exp, m1_red, rr1_red,
crypto/openssl/crypto/bn/rsaz_exp_x2.c
350
const BN_ULONG *exp[2],
crypto/openssl/crypto/bn/rsaz_exp_x2.c
454
memcpy(&expz[0 * (exp_digits + 1)], exp[0], exp_digits * sizeof(BN_ULONG));
crypto/openssl/crypto/bn/rsaz_exp_x2.c
456
memcpy(&expz[1 * (exp_digits + 1)], exp[1], exp_digits * sizeof(BN_ULONG));
crypto/openssl/crypto/cmp/cmp_client.c
343
const int exp = OSSL_CMP_EXPECTED_RESP_TIME;
crypto/openssl/crypto/cmp/cmp_client.c
344
int64_t time_left = (int64_t)(ctx->end_time - exp - time(NULL));
crypto/openssl/crypto/rsa/rsa_lib.c
815
BIGNUM *exp = sk_BIGNUM_pop(exps);
crypto/openssl/crypto/rsa/rsa_lib.c
819
if (!ossl_assert(prime != NULL && exp != NULL && coeff != NULL))
crypto/openssl/crypto/rsa/rsa_lib.c
827
pinfo->d = exp;
crypto/openssl/test/bntest.c
1724
BIGNUM *a = NULL, *e = NULL, *exp = NULL, *ret = NULL;
crypto/openssl/test/bntest.c
1729
|| !TEST_ptr(exp = getBN(s, "Exp"))
crypto/openssl/test/bntest.c
1734
|| !equalBN("A ^ E", exp, ret))
crypto/openssl/test/bntest.c
1741
BN_free(exp);
crypto/openssl/test/bntest.c
2855
const char *exp;
crypto/openssl/test/bntest.c
3055
|| !TEST_true(BN_dec2bn(&exponent, test->exp))
crypto/openssl/test/bntest.c
3089
|| !TEST_true(BN_dec2bn(&exponent, test->exp))
crypto/openssl/test/hpke_test.c
1220
unsigned char exp[32];
crypto/openssl/test/hpke_test.c
1242
if (!TEST_false(OSSL_HPKE_export(NULL, exp, sizeof(exp),
crypto/openssl/test/hpke_test.c
1246
if (!TEST_false(OSSL_HPKE_export(ctx, exp, sizeof(exp),
crypto/openssl/test/hpke_test.c
1255
if (!TEST_true(OSSL_HPKE_export(ctx, exp, sizeof(exp),
crypto/openssl/test/hpke_test.c
1262
if (!TEST_mem_eq(exp, sizeof(exp), exp2, sizeof(exp2)))
crypto/openssl/test/hpke_test.c
1282
if (!TEST_mem_eq(exp, sizeof(exp), rexp, sizeof(rexp)))
crypto/openssl/test/pbetest.c
137
const unsigned char *exp, const int exp_len)
crypto/openssl/test/pbetest.c
166
if (!TEST_mem_eq(out, outlen, exp, exp_len))
crypto/openssl/test/pbetest.c
173
|| !TEST_true(EVP_CipherUpdate(ctx, out, &i, exp, exp_len)))
include/tgmath.h
153
#define exp(x) __tg_full(x, exp)
lib/libc/aarch64/_fpmath.h
33
unsigned int exp :15;
lib/libc/amd64/_fpmath.h
34
unsigned int exp :15;
lib/libc/arm/_fpmath.h
43
unsigned int exp :11;
lib/libc/arm/_fpmath.h
50
unsigned int exp :11;
lib/libc/gdtoa/_hdtoa.c
118
u.bits.exp = offset;
lib/libc/gdtoa/_hdtoa.c
121
*decpt += u.bits.exp - offset;
lib/libc/gdtoa/_hdtoa.c
85
*decpt = u.bits.exp - DBL_ADJ;
lib/libc/gdtoa/_hdtoa.c
92
*decpt = u.bits.exp - (514 + DBL_ADJ);
lib/libc/gdtoa/_hldtoa.c
103
*decpt = u.bits.exp - (514 + LDBL_ADJ);
lib/libc/gdtoa/_hldtoa.c
135
u.bits.exp = offset;
lib/libc/gdtoa/_hldtoa.c
138
*decpt += u.bits.exp - offset;
lib/libc/gdtoa/_hldtoa.c
93
*decpt = u.bits.exp - LDBL_ADJ;
lib/libc/gdtoa/_ldtoa.c
76
be = u.bits.exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1);
lib/libc/gen/fpclassify.c
45
if (u.bits.exp == 0) {
lib/libc/gen/fpclassify.c
50
if (u.bits.exp == 255) {
lib/libc/gen/fpclassify.c
64
if (u.bits.exp == 0) {
lib/libc/gen/fpclassify.c
69
if (u.bits.exp == 2047) {
lib/libc/gen/fpclassify.c
83
if (u.bits.exp == 0) {
lib/libc/gen/fpclassify.c
90
if (u.bits.exp == 2047) {
lib/libc/gen/fpclassify.c
96
if (u.bits.exp == 32767) {
lib/libc/gen/frexp.c
39
switch (u.bits.exp) {
lib/libc/gen/frexp.c
45
*ex = u.bits.exp - 1536;
lib/libc/gen/frexp.c
46
u.bits.exp = 1022;
lib/libc/gen/frexp.c
52
*ex = u.bits.exp - 1022;
lib/libc/gen/frexp.c
53
u.bits.exp = 1022;
lib/libc/gen/isinf.c
48
return (u.bits.exp == 2047 && u.bits.manl == 0 && u.bits.manh == 0);
lib/libc/gen/isinf.c
57
return (u.bits.exp == 255 && u.bits.man == 0);
lib/libc/gen/isinf.c
68
return (u.bits.exp == 2047 && u.bits.manl == 0 && u.bits.manh == 0);
lib/libc/gen/isinf.c
70
return (u.bits.exp == 32767 && u.bits.manl == 0 && u.bits.manh == 0);
lib/libc/gen/isnan.c
60
return (u.bits.exp == 2047 && (u.bits.manl != 0 || u.bits.manh != 0));
lib/libc/gen/isnan.c
69
return (u.bits.exp == 255 && u.bits.man != 0);
lib/libc/gen/rand48.h
85
u.ieee.bits.exp = 1022 - s; \
lib/libc/i386/_fpmath.h
34
unsigned int exp :15;
lib/libc/include/fpmath.h
45
unsigned int exp :8;
lib/libc/include/fpmath.h
49
unsigned int exp :8;
lib/libc/include/fpmath.h
66
unsigned int exp :11;
lib/libc/include/fpmath.h
73
unsigned int exp :11;
lib/libc/powerpc/_fpmath.h
35
unsigned int exp :11;
lib/libc/powerpc/_fpmath.h
39
unsigned int exp :11;
lib/libc/powerpc64/_fpmath.h
35
unsigned int exp :11;
lib/libc/powerpc64/_fpmath.h
39
unsigned int exp :11;
lib/libc/riscv/_fpmath.h
33
unsigned int exp :15;
lib/libc/stdio/printfcommon.h
283
exponent(CHAR *p0, int exp, CHAR fmtch)
lib/libc/stdio/printfcommon.h
290
if (exp < 0) {
lib/libc/stdio/printfcommon.h
291
exp = -exp;
lib/libc/stdio/printfcommon.h
297
if (exp > 9) {
lib/libc/stdio/printfcommon.h
299
*--t = to_char(exp % 10);
lib/libc/stdio/printfcommon.h
300
} while ((exp /= 10) > 9);
lib/libc/stdio/printfcommon.h
301
*--t = to_char(exp);
lib/libc/stdio/printfcommon.h
313
*p++ = to_char(exp);
lib/libc/xdr/xdr_float.c
111
(vs.exp == lim->s.exp) &&
lib/libc/xdr/xdr_float.c
117
is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS;
lib/libc/xdr/xdr_float.c
133
if ((is.exp == lim->ieee.exp) &&
lib/libc/xdr/xdr_float.c
139
vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS;
lib/libc/xdr/xdr_float.c
158
unsigned int exp : 11;
lib/libc/xdr/xdr_float.c
166
unsigned int exp : 8;
lib/libc/xdr/xdr_float.c
229
(vd.exp == lim->d.exp)) {
lib/libc/xdr/xdr_float.c
234
id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS;
lib/libc/xdr/xdr_float.c
268
(id.exp == lim->ieee.exp)) {
lib/libc/xdr/xdr_float.c
273
vd.exp = id.exp - IEEE_DBL_BIAS + VAX_DBL_BIAS;
lib/libc/xdr/xdr_float.c
66
unsigned int exp : 8;
lib/libc/xdr/xdr_float.c
73
unsigned int exp : 8;
lib/libdevdctl/consumer.cc
197
} catch (const Exception &exp) {
lib/libdevdctl/consumer.cc
198
exp.Log();
lib/libdevdctl/event.cc
106
} catch (const ParseException &exp) {
lib/libdevdctl/event.cc
107
if (exp.GetType() == ParseException::INVALID_FORMAT)
lib/libdevdctl/event.cc
108
exp.Log();
lib/libthr/thread/thr_umtx.h
54
int _thr_umtx_wait(volatile long *mtx, long exp,
lib/libthr/thread/thr_umtx.h
56
int _thr_umtx_wait_uint(volatile u_int *mtx, u_int exp,
lib/libthr/thread/thr_umtx.h
58
int _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int exp, int clockid,
lib/msun/ld128/s_nanl.c
43
u.ieee.bits.exp = 0x7fff;
lib/msun/ld80/s_nanl.c
43
u.ieee.bits.exp = 0x7fff;
lib/msun/src/e_cosh.c
64
t = exp(fabs(x));
lib/msun/src/e_cosh.c
69
if (ix < 0x40862E42) return half*exp(fabs(x));
lib/msun/src/e_exp.c
159
__weak_reference(exp, expl);
lib/msun/src/e_fmodl.c
100
if(uy.bits.exp == 0) { /* subnormal y */
lib/msun/src/e_fmodl.c
102
iy = uy.bits.exp - (BIAS + 512);
lib/msun/src/e_fmodl.c
104
iy = uy.bits.exp - BIAS;
lib/msun/src/e_fmodl.c
138
ux.bits.exp = iy + (BIAS + 512);
lib/msun/src/e_fmodl.c
141
ux.bits.exp = iy + BIAS;
lib/msun/src/e_fmodl.c
74
if((uy.bits.exp|uy.bits.manh|uy.bits.manl)==0 || /* y=0 */
lib/msun/src/e_fmodl.c
75
(ux.bits.exp == BIAS + LDBL_MAX_EXP) || /* or x not finite */
lib/msun/src/e_fmodl.c
76
(uy.bits.exp == BIAS + LDBL_MAX_EXP &&
lib/msun/src/e_fmodl.c
79
if(ux.bits.exp<=uy.bits.exp) {
lib/msun/src/e_fmodl.c
80
if((ux.bits.exp<uy.bits.exp) ||
lib/msun/src/e_fmodl.c
92
if(ux.bits.exp == 0) { /* subnormal x */
lib/msun/src/e_fmodl.c
94
ix = ux.bits.exp - (BIAS + 512);
lib/msun/src/e_fmodl.c
96
ix = ux.bits.exp - BIAS;
lib/msun/src/e_hypotl.c
33
#define DESW(exp) (exp) /* delta expsign word */
lib/msun/src/e_hypotl.c
34
#define ESW(exp) (MAX_EXP - 1 + (exp)) /* expsign word */
lib/msun/src/e_sinh.c
63
if (ix < 0x40862E42) return h*exp(fabs(x));
lib/msun/src/e_sqrtl.c
100
if (u.bits.exp == 0) {
lib/msun/src/e_sqrtl.c
111
if ((u.bits.exp - 0x3ffe) & 1) { /* n is odd. */
lib/msun/src/e_sqrtl.c
112
k += u.bits.exp - 0x3fff; /* 2k = n - 1. */
lib/msun/src/e_sqrtl.c
113
u.bits.exp = 0x3fff; /* u.e in [1,2). */
lib/msun/src/e_sqrtl.c
115
k += u.bits.exp - 0x4000; /* 2k = n - 2. */
lib/msun/src/e_sqrtl.c
116
u.bits.exp = 0x4000; /* u.e in [2,4). */
lib/msun/src/e_sqrtl.c
132
u.bits.exp += (k >> 1) - 1;
lib/msun/src/e_sqrtl.c
156
u.bits.exp--;
lib/msun/src/e_sqrtl.c
44
u.bits.exp++;
lib/msun/src/e_sqrtl.c
60
u.bits.exp--;
lib/msun/src/e_sqrtl.c
87
if (u.bits.exp == LDBL_MAX_EXP * 2 - 1)
lib/msun/src/e_sqrtl.c
91
if ((u.bits.manh | u.bits.manl | u.bits.exp) == 0)
lib/msun/src/k_exp.c
56
exp_x = exp(x - kln2);
lib/msun/src/math.h
249
double exp(double);
lib/msun/src/math_private.h
729
e = u.bits.exp - 16383; \
lib/msun/src/s_cbrtl.c
60
k = u.bits.exp;
lib/msun/src/s_ccosh.c
75
h = exp(fabs(x)) / 2;
lib/msun/src/s_ceill.c
33
u.bits.exp++; \
lib/msun/src/s_ceill.c
41
u.bits.exp++; \
lib/msun/src/s_ceill.c
53
int e = u.bits.exp - LDBL_MAX_EXP + 1;
lib/msun/src/s_ceill.c
58
if (u.bits.exp > 0 ||
lib/msun/src/s_ceill.c
68
u.bits.exp++;
lib/msun/src/s_cexp.c
53
return (CMPLX(exp(x), y));
lib/msun/src/s_cexp.c
88
exp_x = exp(x);
lib/msun/src/s_cosl.c
66
if (z.bits.exp == 0)
lib/msun/src/s_cosl.c
70
if (z.bits.exp == 32767)
lib/msun/src/s_cpow.c
70
r = r * exp (-y * arga);
lib/msun/src/s_csinh.c
75
h = exp(fabs(x)) / 2;
lib/msun/src/s_ctanh.c
125
double exp_mx = exp(-fabs(x));
lib/msun/src/s_erf.c
237
r = exp(-z*z-0.5625)*exp((z-x)*(z+x)+R/S);
lib/msun/src/s_erf.c
296
r = exp(-z*z-0.5625)*exp((z-x)*(z+x)+R/S);
lib/msun/src/s_floorl.c
33
u.bits.exp++; \
lib/msun/src/s_floorl.c
41
u.bits.exp++; \
lib/msun/src/s_floorl.c
53
int e = u.bits.exp - LDBL_MAX_EXP + 1;
lib/msun/src/s_floorl.c
58
if (u.bits.exp > 0 ||
lib/msun/src/s_floorl.c
68
u.bits.exp++;
lib/msun/src/s_fmal.c
114
bits_lost = -u.bits.exp - scale + 1;
lib/msun/src/s_fmax.c
50
if (u[0].bits.exp == 2047 && (u[0].bits.manh | u[0].bits.manl) != 0)
lib/msun/src/s_fmax.c
52
if (u[1].bits.exp == 2047 && (u[1].bits.manh | u[1].bits.manl) != 0)
lib/msun/src/s_fmaxf.c
49
if (u[0].bits.exp == 255 && u[0].bits.man != 0)
lib/msun/src/s_fmaxf.c
51
if (u[1].bits.exp == 255 && u[1].bits.man != 0)
lib/msun/src/s_fmaximum.c
51
if ((u[0].bits.exp == 2047 && (u[0].bits.manh | u[0].bits.manl) != 0) ||
lib/msun/src/s_fmaximum.c
52
(u[1].bits.exp == 2047 && (u[1].bits.manh | u[1].bits.manl) != 0))
lib/msun/src/s_fmaximumf.c
50
if ((u[0].bits.exp == 255 && u[0].bits.man != 0) ||
lib/msun/src/s_fmaximumf.c
51
(u[1].bits.exp == 255 && u[1].bits.man != 0))
lib/msun/src/s_fmaximuml.c
45
if ((u[0].bits.exp == 32767 && (u[0].bits.manh | u[0].bits.manl) != 0) ||
lib/msun/src/s_fmaximuml.c
46
(u[1].bits.exp == 32767 && (u[1].bits.manh | u[1].bits.manl) != 0))
lib/msun/src/s_fmaxl.c
44
if (u[0].bits.exp == 32767 && (u[0].bits.manh | u[0].bits.manl) != 0)
lib/msun/src/s_fmaxl.c
46
if (u[1].bits.exp == 32767 && (u[1].bits.manh | u[1].bits.manl) != 0)
lib/msun/src/s_fmin.c
50
if (u[0].bits.exp == 2047 && (u[0].bits.manh | u[0].bits.manl) != 0)
lib/msun/src/s_fmin.c
52
if (u[1].bits.exp == 2047 && (u[1].bits.manh | u[1].bits.manl) != 0)
lib/msun/src/s_fminf.c
49
if (u[0].bits.exp == 255 && u[0].bits.man != 0)
lib/msun/src/s_fminf.c
51
if (u[1].bits.exp == 255 && u[1].bits.man != 0)
lib/msun/src/s_fminimum.c
51
if (u[0].bits.exp == 2047 && (u[0].bits.manh | u[0].bits.manl) != 0 ||
lib/msun/src/s_fminimum.c
52
u[1].bits.exp == 2047 && (u[1].bits.manh | u[1].bits.manl) != 0)
lib/msun/src/s_fminimumf.c
50
if (u[0].bits.exp == 255 && u[0].bits.man != 0 ||
lib/msun/src/s_fminimumf.c
51
u[1].bits.exp == 255 && u[1].bits.man != 0)
lib/msun/src/s_fminimuml.c
45
if (u[0].bits.exp == 32767 && (u[0].bits.manh | u[0].bits.manl) != 0 ||
lib/msun/src/s_fminimuml.c
46
u[1].bits.exp == 32767 && (u[1].bits.manh | u[1].bits.manl) != 0)
lib/msun/src/s_fminl.c
44
if (u[0].bits.exp == 32767 && (u[0].bits.manh | u[0].bits.manl) != 0)
lib/msun/src/s_fminl.c
46
if (u[1].bits.exp == 32767 && (u[1].bits.manh | u[1].bits.manl) != 0)
lib/msun/src/s_frexpl.c
44
switch (u.bits.exp) {
lib/msun/src/s_frexpl.c
50
*ex = u.bits.exp - 0x4200;
lib/msun/src/s_frexpl.c
51
u.bits.exp = 0x3ffe;
lib/msun/src/s_frexpl.c
57
*ex = u.bits.exp - 0x3ffe;
lib/msun/src/s_frexpl.c
58
u.bits.exp = 0x3ffe;
lib/msun/src/s_ilogbl.c
26
if (u.bits.exp == 0) {
lib/msun/src/s_ilogbl.c
43
} else if (u.bits.exp < (LDBL_MAX_EXP << 1) - 1)
lib/msun/src/s_ilogbl.c
44
return (u.bits.exp - LDBL_MAX_EXP + 1);
lib/msun/src/s_isfinite.c
39
return (u.bits.exp != 2047);
lib/msun/src/s_isfinite.c
48
return (u.bits.exp != 255);
lib/msun/src/s_isfinite.c
57
return (u.bits.exp != 32767);
lib/msun/src/s_isnan.c
42
return (u.bits.exp == 2047 && (u.bits.manl != 0 || u.bits.manh != 0));
lib/msun/src/s_isnan.c
58
return (u.bits.exp == 255 && u.bits.man != 0);
lib/msun/src/s_isnan.c
68
return (u.bits.exp == 32767 && (u.bits.manl != 0 || u.bits.manh != 0));
lib/msun/src/s_isnormal.c
39
return (u.bits.exp != 0 && u.bits.exp != 2047);
lib/msun/src/s_isnormal.c
48
return (u.bits.exp != 0 && u.bits.exp != 255);
lib/msun/src/s_isnormal.c
57
return (u.bits.exp != 0 && u.bits.exp != 32767);
lib/msun/src/s_logbl.c
26
if (u.bits.exp == 0) {
lib/msun/src/s_logbl.c
46
if (u.bits.exp < (LDBL_MAX_EXP << 1) - 1) /* normal */
lib/msun/src/s_logbl.c
47
return ((long double)(u.bits.exp - LDBL_MAX_EXP + 1));
lib/msun/src/s_modfl.c
64
e = ux.bits.exp - LDBL_MAX_EXP + 1;
lib/msun/src/s_nextafterl.c
38
if ((ux.bits.exp == 0x7fff &&
lib/msun/src/s_nextafterl.c
40
(uy.bits.exp == 0x7fff &&
lib/msun/src/s_nextafterl.c
54
ux.bits.exp -= 1;
lib/msun/src/s_nextafterl.c
63
ux.bits.exp += 1;
lib/msun/src/s_nextafterl.c
66
if(ux.bits.exp==0x7fff) return x+x; /* overflow */
lib/msun/src/s_nextafterl.c
67
if(ux.bits.exp==0) { /* underflow */
lib/msun/src/s_nexttoward.c
41
(uy.bits.exp == 0x7fff &&
lib/msun/src/s_nexttowardf.c
32
(uy.bits.exp == LDBL_INFNAN_EXP &&
lib/msun/src/s_remquol.c
100
if(ux.bits.exp == 0) { /* subnormal x */
lib/msun/src/s_remquol.c
102
ix = ux.bits.exp - (BIAS + 512);
lib/msun/src/s_remquol.c
104
ix = ux.bits.exp - BIAS;
lib/msun/src/s_remquol.c
108
if(uy.bits.exp == 0) { /* subnormal y */
lib/msun/src/s_remquol.c
110
iy = uy.bits.exp - (BIAS + 512);
lib/msun/src/s_remquol.c
112
iy = uy.bits.exp - BIAS;
lib/msun/src/s_remquol.c
146
ux.bits.exp = iy + (BIAS + 512);
lib/msun/src/s_remquol.c
149
ux.bits.exp = iy + BIAS;
lib/msun/src/s_remquol.c
80
if((uy.bits.exp|uy.bits.manh|uy.bits.manl)==0 || /* y=0 */
lib/msun/src/s_remquol.c
81
(ux.bits.exp == BIAS + LDBL_MAX_EXP) || /* or x not finite */
lib/msun/src/s_remquol.c
82
(uy.bits.exp == BIAS + LDBL_MAX_EXP &&
lib/msun/src/s_remquol.c
85
if(ux.bits.exp<=uy.bits.exp) {
lib/msun/src/s_remquol.c
86
if((ux.bits.exp<uy.bits.exp) ||
lib/msun/src/s_sincosl.c
64
if (z.bits.exp == 0) {
lib/msun/src/s_sincosl.c
73
if (z.bits.exp == 32767) {
lib/msun/src/s_sinl.c
57
if (z.bits.exp == 0)
lib/msun/src/s_sinl.c
61
if (z.bits.exp == 32767)
lib/msun/src/s_tanl.c
63
if (z.bits.exp == 0)
lib/msun/src/s_tanl.c
67
if (z.bits.exp == 32767)
lib/msun/src/s_truncl.c
40
int e = u.bits.exp - LDBL_MAX_EXP + 1;
lib/msun/tests/cexp_test.c
197
CMPLXL(exp(finites[i]), 0.0),
lib/msun/tests/cexp_test.c
200
CMPLXL(exp(finites[i]), -0.0),
lib/msun/tests/csqrt_test.c
216
int exp, i;
lib/msun/tests/csqrt_test.c
221
exp = maxexp - 2 * i;
lib/msun/tests/csqrt_test.c
224
a = ldexpl(115 * 0x1p-8, exp);
lib/msun/tests/csqrt_test.c
225
b = ldexpl(252 * 0x1p-8, exp);
lib/msun/tests/csqrt_test.c
227
ATF_CHECK_EQ(creall(result), ldexpl(14 * 0x1p-4, exp / 2));
lib/msun/tests/csqrt_test.c
228
ATF_CHECK_EQ(cimagl(result), ldexpl(9 * 0x1p-4, exp / 2));
lib/msun/tests/csqrt_test.c
231
a = ldexpl(-11 * 0x1p-6, exp);
lib/msun/tests/csqrt_test.c
232
b = ldexpl(60 * 0x1p-6, exp);
lib/msun/tests/csqrt_test.c
234
ATF_CHECK_EQ(creall(result), ldexpl(5 * 0x1p-3, exp / 2));
lib/msun/tests/csqrt_test.c
235
ATF_CHECK_EQ(cimagl(result), ldexpl(6 * 0x1p-3, exp / 2));
lib/msun/tests/csqrt_test.c
238
a = ldexpl(225 * 0x1p-8, exp);
lib/msun/tests/csqrt_test.c
241
ATF_CHECK_EQ(creall(result), ldexpl(15 * 0x1p-4, exp / 2));
lib/msun/tests/csqrt_test.c
265
int exp, i;
lib/msun/tests/csqrt_test.c
271
for (exp = 0; exp <= maxexp; exp += 2) {
lib/msun/tests/csqrt_test.c
288
exp - 1 - mantdig);
lib/msun/tests/csqrt_test.c
289
x = ldexpl(mantbits, (exp - 2 - mantdig) / 2);
lib/msun/tests/exponential_test.c
68
test(exp, x, result, exceptmask, excepts); \
lib/msun/tests/next_test.c
251
_testl(const char *exp, int line, long double actual, long double expected,
lib/msun/tests/next_test.c
259
"%s returned %La, expecting %La\n", exp, actual, expected);
lib/msun/tests/next_test.c
263
"%s raised 0x%x, expecting 0x%x\n", exp, actual_except,
lib/msun/tests/next_test.c
44
#define test(exp, ans, ex) do { \
lib/msun/tests/next_test.c
47
_testl(#exp, __LINE__, (exp), __ans, (ex)); \
lib/msun/tests/next_test.c
49
#define testf(exp, ans, ex) do { \
lib/msun/tests/next_test.c
52
_testl(#exp, __LINE__, (exp), __ans, (ex)); \
lib/msun/tests/next_test.c
54
#define testl(exp, ans, ex) do { \
lib/msun/tests/next_test.c
57
_testl(#exp, __LINE__, (exp), __ans, (ex)); \
share/examples/sound/oss.h
76
int exp = 0;
share/examples/sound/oss.h
78
while ((1 << exp) < x)
share/examples/sound/oss.h
79
exp++;
share/examples/sound/oss.h
81
return (exp);
sys/amd64/ia32/ia32_reg.c
145
uint16_t tw, exp;
sys/amd64/ia32/ia32_reg.c
192
exp = *((uint16_t *)&fx_reg->fp_bytes[8]) & 0x7fff;
sys/amd64/ia32/ia32_reg.c
193
if (exp == 0) {
sys/amd64/ia32/ia32_reg.c
198
} else if (exp == 0x7fff)
sys/amd64/vmm/vmm_instruction_emul.c
60
#define KASSERT(exp,msg) assert((exp))
sys/cam/mmc/mmc_da.c
218
static const int exp[8] = {
sys/cam/mmc/mmc_da.c
291
csd->tacc = (exp[e] * mant[m] + 9) / 10;
sys/cam/mmc/mmc_da.c
295
csd->tran_speed = exp[e] * 10000 * mant[m];
sys/cam/mmc/mmc_da.c
336
csd->tacc = exp[e] * mant[m] + 9 / 10;
sys/cam/mmc/mmc_da.c
340
csd->tran_speed = exp[e] * 10000 * mant[m];
sys/cddl/boot/zfs/zfssubr.c
518
vdev_raidz_exp2(uint8_t a, int exp)
sys/cddl/boot/zfs/zfssubr.c
523
ASSERT(exp >= 0);
sys/cddl/boot/zfs/zfssubr.c
526
exp += vdev_raidz_log2[a];
sys/cddl/boot/zfs/zfssubr.c
527
if (exp > 255)
sys/cddl/boot/zfs/zfssubr.c
528
exp -= 255;
sys/cddl/boot/zfs/zfssubr.c
530
return (vdev_raidz_pow2[exp]);
sys/crypto/camellia/camellia.c
40
#define KASSERT(exp, msg) assert(exp)
sys/crypto/rijndael/rijndael-alg-fst.c
35
#define KASSERT(exp, msg) assert(exp)
sys/dev/bxe/bxe.h
2165
#define DBASSERT(sc, exp, msg) \
sys/dev/bxe/bxe.h
2168
if (__predict_false(!(exp))) { \
sys/dev/bxe/ecore_sp.h
225
#define ECORE_DBG_BREAK_IF(exp) \
sys/dev/bxe/ecore_sp.h
227
if (__predict_false(exp)) { \
sys/dev/bxe/ecore_sp.h
237
#define ECORE_BUG_ON(exp) \
sys/dev/bxe/ecore_sp.h
239
if (__predict_true(exp)) { \
sys/dev/bxe/ecore_sp.h
252
#define ECORE_DBG_BREAK_IF(exp) \
sys/dev/bxe/ecore_sp.h
256
#define ECORE_BUG(exp) \
sys/dev/bxe/ecore_sp.h
260
#define ECORE_BUG_ON(exp) \
sys/dev/cxgb/cxgb_osdep.h
64
#define PANIC_IF(exp) do { \
sys/dev/cxgb/cxgb_osdep.h
65
if (exp) \
sys/dev/cxgb/cxgb_osdep.h
66
panic("BUG: %s", #exp); \
sys/dev/mmc/mmc.c
1170
static const int exp[8] = {
sys/dev/mmc/mmc.c
1198
csd->tacc = (exp[e] * mant[m] + 9) / 10;
sys/dev/mmc/mmc.c
1202
csd->tran_speed = exp[e] * 10000 * mant[m];
sys/dev/mmc/mmc.c
1231
csd->tacc = (exp[e] * mant[m] + 9) / 10;
sys/dev/mmc/mmc.c
1235
csd->tran_speed = exp[e] * 10000 * mant[m];
sys/dev/mmc/mmc.c
1267
csd->tacc = exp[e] * mant[m] + 9 / 10;
sys/dev/mmc/mmc.c
1271
csd->tran_speed = exp[e] * 10000 * mant[m];
sys/dev/otus/if_otus.c
2810
uint32_t exp, man;
sys/dev/otus/if_otus.c
2813
for (exp = 31; exp > 0; exp--)
sys/dev/otus/if_otus.c
2814
if (coeff & (1 << exp))
sys/dev/otus/if_otus.c
2816
KASSERT(exp != 0, ("exp"));
sys/dev/otus/if_otus.c
2817
exp = 14 - (exp - COEFF_SCALE_SHIFT);
sys/dev/otus/if_otus.c
2820
man = coeff + (1 << (COEFF_SCALE_SHIFT - exp - 1));
sys/dev/otus/if_otus.c
2822
*mantissa = man >> (COEFF_SCALE_SHIFT - exp);
sys/dev/otus/if_otus.c
2823
*exponent = exp - 16;
sys/dev/otus/if_otus.c
2834
uint32_t coeff, exp, man, tmp;
sys/dev/otus/if_otus.c
2911
otus_get_delta_slope(coeff, &exp, &man);
sys/dev/otus/if_otus.c
2912
cmd.dsc_exp = htole32(exp);
sys/dev/otus/if_otus.c
2915
"ds coeff=%u exp=%u man=%u\n", coeff, exp, man);
sys/dev/otus/if_otus.c
2918
otus_get_delta_slope(coeff, &exp, &man);
sys/dev/otus/if_otus.c
2919
cmd.dsc_shgi_exp = htole32(exp);
sys/dev/otus/if_otus.c
2922
"ds shgi coeff=%u exp=%u man=%u\n", coeff, exp, man);
sys/dev/qcom_rnd/qcom_rnd.c
112
struct qcom_rnd_softc *sc, *exp;
sys/dev/qcom_rnd/qcom_rnd.c
122
exp = NULL;
sys/dev/qcom_rnd/qcom_rnd.c
123
if (!atomic_compare_exchange_strong_explicit(&g_qcom_rnd_softc, &exp,
sys/dev/random/unit_test.h
84
#define KASSERT(exp,msg) do { \
sys/dev/random/unit_test.h
85
if (!(exp)) { \
sys/dev/usb/wlan/if_rum.c
2692
int exp, delay;
sys/dev/usb/wlan/if_rum.c
2696
exp = ic->ic_lintval / bintval;
sys/dev/usb/wlan/if_rum.c
2699
if (exp > RT2573_TBCN_EXP_MAX)
sys/dev/usb/wlan/if_rum.c
2700
exp = RT2573_TBCN_EXP_MAX;
sys/dev/usb/wlan/if_rum.c
2705
RT2573_TBCN_EXP(exp) |
sys/dev/usb/wlan/if_rum.c
2713
sc->sc_sleep_time = IEEE80211_TU_TO_TICKS(exp * bintval + delay);
sys/dev/virtio/random/virtio_random.c
142
struct vtrnd_softc *sc, *exp;
sys/dev/virtio/random/virtio_random.c
166
exp = NULL;
sys/dev/virtio/random/virtio_random.c
167
if (!atomic_compare_exchange_strong_explicit(&g_vtrnd_softc, &exp, sc,
sys/fs/nfsserver/nfs_nfsdport.c
1217
int32_t *cverf, NFSDEV_T rdev, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
1300
nd->nd_cred, exp, p, NFSACCCHK_NOOVERRIDE,
sys/fs/nfsserver/nfs_nfsdport.c
1307
nd->nd_cred, p, exp);
sys/fs/nfsserver/nfs_nfsdport.c
1380
struct ucred *cred, struct thread *p, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
1410
struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
1492
struct thread *p, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
1556
struct thread *p, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
1781
struct ucred *cred, struct thread *p, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
1973
bool done_namei, struct nfsexstuff *exp, struct vnode **vpp)
sys/fs/nfsserver/nfs_nfsdport.c
2096
nvap, cred, p, exp);
sys/fs/nfsserver/nfs_nfsdport.c
2228
struct vnode *vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
2289
nd->nd_cred, exp, p, NFSACCCHK_NOOVERRIDE,
sys/fs/nfsserver/nfs_nfsdport.c
2485
struct vnode *vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
2597
nd->nd_cred, exp, p, NFSACCCHK_NOOVERRIDE,
sys/fs/nfsserver/nfs_nfsdport.c
3526
nfsd_excred(struct nfsrv_descript *nd, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
3535
exp->nes_exflag &= ~MNT_EXPORTANON;
sys/fs/nfsserver/nfs_nfsdport.c
3542
error = nfsvno_testexp(nd, exp);
sys/fs/nfsserver/nfs_nfsdport.c
3550
if (NFSVNO_EXV4ONLY(exp) && !(nd->nd_flag & ND_NFSV4)) {
sys/fs/nfsserver/nfs_nfsdport.c
3561
if (NFSVNO_EXPORTED(exp)) {
sys/fs/nfsserver/nfs_nfsdport.c
3563
NFSVNO_EXPORTANON(exp) ||
sys/fs/nfsserver/nfs_nfsdport.c
3590
nfsvno_checkexp(struct mount *mp, struct sockaddr *nam, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
3603
error = VFS_CHECKEXP(mp, nam, &exp->nes_exflag, credp,
sys/fs/nfsserver/nfs_nfsdport.c
3604
&exp->nes_numsecflavor, exp->nes_secflavors);
sys/fs/nfsserver/nfs_nfsdport.c
3607
exp->nes_exflag = 0;
sys/fs/nfsserver/nfs_nfsdport.c
3608
exp->nes_numsecflavor = 0;
sys/fs/nfsserver/nfs_nfsdport.c
3611
} else if (exp->nes_numsecflavor < 1 || exp->nes_numsecflavor >
sys/fs/nfsserver/nfs_nfsdport.c
3614
exp->nes_numsecflavor = 0;
sys/fs/nfsserver/nfs_nfsdport.c
3626
int lktype, struct vnode **vpp, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
3632
exp->nes_numsecflavor = 0;
sys/fs/nfsserver/nfs_nfsdport.c
3644
error = VFS_CHECKEXP(mp, nam, &exp->nes_exflag, credp,
sys/fs/nfsserver/nfs_nfsdport.c
3645
&exp->nes_numsecflavor, exp->nes_secflavors);
sys/fs/nfsserver/nfs_nfsdport.c
3648
exp->nes_exflag = 0;
sys/fs/nfsserver/nfs_nfsdport.c
3649
exp->nes_numsecflavor = 0;
sys/fs/nfsserver/nfs_nfsdport.c
3654
} else if (exp->nes_numsecflavor < 1 || exp->nes_numsecflavor >
sys/fs/nfsserver/nfs_nfsdport.c
3657
exp->nes_numsecflavor = 0;
sys/fs/nfsserver/nfs_nfsdport.c
3677
struct vnode **vpp, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
3709
nd->nd_repstat = nfsvno_fhtovp(mp, fhp, nd->nd_nam, lktype, vpp, exp,
sys/fs/nfsserver/nfs_nfsdport.c
3726
if (!nd->nd_repstat && exp->nes_exflag == 0 &&
sys/fs/nfsserver/nfs_nfsdport.c
3770
nd->nd_repstat = nfsd_excred(nd, exp, credanon,
sys/fs/nfsserver/nfs_nfsdport.c
4437
nfsvno_testexp(struct nfsrv_descript *nd, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
4441
if ((NFSVNO_EXTLS(exp) && (nd->nd_flag & ND_TLS) == 0) ||
sys/fs/nfsserver/nfs_nfsdport.c
4442
(NFSVNO_EXTLSCERT(exp) &&
sys/fs/nfsserver/nfs_nfsdport.c
4444
(NFSVNO_EXTLSCERTUSER(exp) &&
sys/fs/nfsserver/nfs_nfsdport.c
4472
if (exp->nes_numsecflavor == 0)
sys/fs/nfsserver/nfs_nfsdport.c
4475
for (i = 0; i < exp->nes_numsecflavor; i++) {
sys/fs/nfsserver/nfs_nfsdport.c
4480
if (exp->nes_secflavors[i] == RPCSEC_GSS_KRB5P &&
sys/fs/nfsserver/nfs_nfsdport.c
4483
if (exp->nes_secflavors[i] == RPCSEC_GSS_KRB5I &&
sys/fs/nfsserver/nfs_nfsdport.c
4486
if (exp->nes_secflavors[i] == RPCSEC_GSS_KRB5 &&
sys/fs/nfsserver/nfs_nfsdport.c
4489
if (exp->nes_secflavors[i] == AUTH_SYS &&
sys/fs/nfsserver/nfs_nfsdport.c
503
struct nfsexstuff *exp, struct thread *p, int override, int vpislocked,
sys/fs/nfsserver/nfs_nfsdport.c
522
if (NFSVNO_EXRDONLY(exp) ||
sys/fs/nfsserver/nfs_nfsdport.c
595
struct thread *p, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdport.c
650
struct vnode *dp, int islocked, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
680
if (NFSVNO_EXRDONLY(exp))
sys/fs/nfsserver/nfs_nfsdport.c
702
} else if ((nfsrv_enable_crossmntpt == 0 && NFSVNO_EXPORTED(exp)) ||
sys/fs/nfsserver/nfs_nfsdserv.c
1000
&stateid, exp, nd, p);
sys/fs/nfsserver/nfs_nfsdserv.c
1095
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
1195
NFSVNO_EXSTRICTACCESS(exp)))
sys/fs/nfsserver/nfs_nfsdserv.c
1197
nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
120
NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp,
sys/fs/nfsserver/nfs_nfsdserv.c
1206
&stateid, exp, nd, p);
sys/fs/nfsserver/nfs_nfsdserv.c
126
NFSPROC_T *p, struct nfsexstuff *exp);
sys/fs/nfsserver/nfs_nfsdserv.c
1277
vnode_t dp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
133
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
1362
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 1, exp, &dirp);
sys/fs/nfsserver/nfs_nfsdserv.c
1402
&exclusive_flag, cverf, rdev, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
1448
vnode_t dp, vnode_t *vpp, fhandle_t *fhp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
1584
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 0, exp, &dirp);
sys/fs/nfsserver/nfs_nfsdserv.c
159
if (nfsvno_accchk(vp, VREAD, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
1608
daclp, p, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
1617
aclp, p, exp, pathcp, pathlen);
sys/fs/nfsserver/nfs_nfsdserv.c
165
if (nfsvno_accchk(vp, VWRITE, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
1691
vnode_t dp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
171
if (nfsvno_accchk(vp, VWRITE | VAPPEND, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
1716
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 1, exp, &dirp);
sys/fs/nfsserver/nfs_nfsdserv.c
1734
nd->nd_cred, p, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
1737
nd, p, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
1740
nd->nd_cred, p, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
1743
exp);
sys/fs/nfsserver/nfs_nfsdserv.c
177
if (nfsvno_accchk(vp, VREAD, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
1774
vnode_t dp, vnode_t todp, struct nfsexstuff *exp, struct nfsexstuff *toexp)
sys/fs/nfsserver/nfs_nfsdserv.c
183
if (nfsvno_accchk(vp, VWRITE, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
1842
tnes = *exp;
sys/fs/nfsserver/nfs_nfsdserv.c
1889
nd->nd_repstat = nfsvno_namei(nd, &fromnd, dp, 0, exp, &fdirp);
sys/fs/nfsserver/nfs_nfsdserv.c
189
if (nfsvno_accchk(vp, VREAD, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
1942
vnode_t vp, vnode_t tovp, struct nfsexstuff *exp, struct nfsexstuff *toexp)
sys/fs/nfsserver/nfs_nfsdserv.c
199
if (nfsvno_accchk(vp, deletebit, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
2029
p, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
2059
vnode_t dp, vnode_t *vpp, fhandle_t *fhp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2088
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 0, exp, &dirp);
sys/fs/nfsserver/nfs_nfsdserv.c
209
if (nfsvno_accchk(vp, VEXEC, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
2107
&dirfor, &diraft, &diraft_ret, NULL, NULL, p, exp,
sys/fs/nfsserver/nfs_nfsdserv.c
2137
NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp,
sys/fs/nfsserver/nfs_nfsdserv.c
2146
!(nd->nd_flag & ND_NFSV2), nd->nd_saveduid, nd->nd_cred, p, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
2184
vnode_t dp, vnode_t *vpp, fhandle_t *fhp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2217
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 0, exp, &dirp);
sys/fs/nfsserver/nfs_nfsdserv.c
2244
&diraft_ret, NULL, NULL, NULL, p, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
2275
NFSPROC_T *p, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2285
nd->nd_cred, p, exp);
sys/fs/nfsserver/nfs_nfsdserv.c
2322
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2380
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
240
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2440
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2480
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2532
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2693
nd->nd_cred, exp, p, NFSACCCHK_ALLOWOWNER,
sys/fs/nfsserver/nfs_nfsdserv.c
2697
nd->nd_cred, exp, p, NFSACCCHK_ALLOWOWNER,
sys/fs/nfsserver/nfs_nfsdserv.c
2701
nd->nd_cred, exp, p, NFSACCCHK_ALLOWOWNER,
sys/fs/nfsserver/nfs_nfsdserv.c
2712
&stateid, exp, nd, p);
sys/fs/nfsserver/nfs_nfsdserv.c
2760
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2836
&stateid, exp, nd, p);
sys/fs/nfsserver/nfs_nfsdserv.c
2875
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
2972
&stateid, exp, nd, p);
sys/fs/nfsserver/nfs_nfsdserv.c
299
nd->nd_cred, exp, p, NFSACCCHK_NOOVERRIDE,
sys/fs/nfsserver/nfs_nfsdserv.c
2993
vnode_t dp, vnode_t *vpp, __unused fhandle_t *fhp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3235
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 0, exp,
sys/fs/nfsserver/nfs_nfsdserv.c
3287
&attrbits, nd->nd_cred, done_namei, exp, &vp);
sys/fs/nfsserver/nfs_nfsdserv.c
3360
exp, p, override, NFSACCCHK_VPISLOCKED, NULL);
sys/fs/nfsserver/nfs_nfsdserv.c
3363
exp, p, override, NFSACCCHK_VPISLOCKED, NULL);
sys/fs/nfsserver/nfs_nfsdserv.c
3366
nd->nd_cred, exp, p, override,
sys/fs/nfsserver/nfs_nfsdserv.c
3396
&delegstateid, &rflags, exp, p, nva.na_filerev);
sys/fs/nfsserver/nfs_nfsdserv.c
3563
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3644
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3679
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3720
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3747
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3801
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3912
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3951
vnode_t dp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
3979
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 1, exp, &dirp);
sys/fs/nfsserver/nfs_nfsdserv.c
403
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4085
vnode_t dp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4117
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 1, exp, &dirp);
sys/fs/nfsserver/nfs_nfsdserv.c
4229
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4394
__unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4429
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4471
__unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4517
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4576
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4766
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4882
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4925
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
495
if (NFSVNO_EXRDONLY(exp) ||
sys/fs/nfsserver/nfs_nfsdserv.c
4954
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
4977
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
5014
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
5034
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
5078
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
510
NFSVNO_EXSTRICTACCESS(exp))
sys/fs/nfsserver/nfs_nfsdserv.c
512
VWRITE, nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
5133
nd->nd_repstat = nfsrv_layoutget(nd, vp, exp, layouttype,
sys/fs/nfsserver/nfs_nfsdserv.c
5172
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
524
&nva, &attrbits, exp, p);
sys/fs/nfsserver/nfs_nfsdserv.c
5259
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
5347
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
540
exp);
sys/fs/nfsserver/nfs_nfsdserv.c
5415
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
5473
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
553
exp);
sys/fs/nfsserver/nfs_nfsdserv.c
5563
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
5631
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
5672
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
568
exp);
sys/fs/nfsserver/nfs_nfsdserv.c
5752
NFSVNO_EXSTRICTACCESS(exp)))
sys/fs/nfsserver/nfs_nfsdserv.c
5753
nd->nd_repstat = nfsvno_accchk(vp, VWRITE, nd->nd_cred, exp,
sys/fs/nfsserver/nfs_nfsdserv.c
5758
&stateid, exp, nd, curthread);
sys/fs/nfsserver/nfs_nfsdserv.c
5781
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
581
exp);
sys/fs/nfsserver/nfs_nfsdserv.c
5860
NFSVNO_EXSTRICTACCESS(exp)))
sys/fs/nfsserver/nfs_nfsdserv.c
5861
nd->nd_repstat = nfsvno_accchk(vp, VWRITE, nd->nd_cred, exp,
sys/fs/nfsserver/nfs_nfsdserv.c
5866
&stateid, exp, nd, curthread);
sys/fs/nfsserver/nfs_nfsdserv.c
5886
vnode_t vp, vnode_t tovp, struct nfsexstuff *exp, struct nfsexstuff *toexp)
sys/fs/nfsserver/nfs_nfsdserv.c
591
exp);
sys/fs/nfsserver/nfs_nfsdserv.c
5977
NFSVNO_EXSTRICTACCESS(exp)))
sys/fs/nfsserver/nfs_nfsdserv.c
5978
nd->nd_repstat = nfsvno_accchk(vp, VREAD, nd->nd_cred, exp,
sys/fs/nfsserver/nfs_nfsdserv.c
5983
clientid, &stateid, exp, nd, curthread);
sys/fs/nfsserver/nfs_nfsdserv.c
5999
NFSVNO_EXSTRICTACCESS(exp)))
sys/fs/nfsserver/nfs_nfsdserv.c
6120
vnode_t vp, vnode_t tovp, struct nfsexstuff *exp, struct nfsexstuff *toexp)
sys/fs/nfsserver/nfs_nfsdserv.c
6200
NFSVNO_EXSTRICTACCESS(exp)))
sys/fs/nfsserver/nfs_nfsdserv.c
6201
nd->nd_repstat = nfsvno_accchk(vp, VREAD, nd->nd_cred, exp,
sys/fs/nfsserver/nfs_nfsdserv.c
6206
clientid, &stateid, exp, nd, curthread);
sys/fs/nfsserver/nfs_nfsdserv.c
6228
NFSVNO_EXSTRICTACCESS(exp)))
sys/fs/nfsserver/nfs_nfsdserv.c
624
exp);
sys/fs/nfsserver/nfs_nfsdserv.c
6326
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
6361
NFSVNO_EXSTRICTACCESS(exp)))
sys/fs/nfsserver/nfs_nfsdserv.c
6362
nd->nd_repstat = nfsvno_accchk(vp, VREAD, nd->nd_cred, exp,
sys/fs/nfsserver/nfs_nfsdserv.c
6395
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
6461
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
6551
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
6617
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
663
exp);
sys/fs/nfsserver/nfs_nfsdserv.c
6727
__unused vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
709
vnode_t dp, vnode_t *vpp, fhandle_t *fhp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
754
nd->nd_repstat = nfsvno_namei(nd, &named, dp, 0, exp, &dirp);
sys/fs/nfsserver/nfs_nfsdserv.c
772
if ((nd->nd_flag & ND_NFSV4) != 0 && !NFSVNO_EXPORTED(exp) &&
sys/fs/nfsserver/nfs_nfsdserv.c
824
vnode_t vp, __unused struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
885
vnode_t vp, struct nfsexstuff *exp)
sys/fs/nfsserver/nfs_nfsdserv.c
984
NFSVNO_EXSTRICTACCESS(exp))) {
sys/fs/nfsserver/nfs_nfsdserv.c
986
nd->nd_cred, exp, p,
sys/fs/nfsserver/nfs_nfsdserv.c
990
nd->nd_cred, exp, p, NFSACCCHK_ALLOWOWNER,
sys/fs/nfsserver/nfs_nfsdstate.c
1820
__unused struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdstate.c
2816
nfsv4stateid_t *delegstateidp, u_int32_t *rflagsp, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdstate.c
3333
readonly, filerev, NFSVNO_EXRDONLY(exp), &new_deleg,
sys/fs/nfsserver/nfs_nfsdstate.c
3360
readonly, filerev, NFSVNO_EXRDONLY(exp), &new_deleg,
sys/fs/nfsserver/nfs_nfsdstate.c
3388
readonly, filerev, NFSVNO_EXRDONLY(exp), &new_deleg,
sys/fs/nfsserver/nfs_nfsdstate.c
5693
struct nfsexstuff *exp, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdstate.c
5724
stateidp, exp, nd, p);
sys/fs/nfsserver/nfs_nfsdstate.c
6816
nfsrv_layoutget(struct nfsrv_descript *nd, vnode_t vp, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdstate.c
6842
if (NFSVNO_EXRDONLY(exp)) {
sys/i386/i386/npx.c
1147
uint16_t tw, exp;
sys/i386/i386/npx.c
1182
exp = *((uint16_t *)&fx_reg->fp_bytes[8]) & 0x7fff;
sys/i386/i386/npx.c
1183
if (exp == 0) {
sys/i386/i386/npx.c
1188
} else if (exp == 0x7fff)
sys/kern/kern_acct.c
460
int val, exp; /* Unnormalized value and exponent */
sys/kern/kern_acct.c
472
exp = 0;
sys/kern/kern_acct.c
481
exp = 0;
sys/kern/kern_acct.c
484
exp = log2_s + LOG2_1M - CALC_BITS;
sys/kern/kern_acct.c
486
tv.tv_usec) >> exp);
sys/kern/kern_acct.c
494
val, exp, shift, norm_exp);
sys/kern/kern_acct.c
495
printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp,
sys/kern/kern_acct.c
498
return (((FLT_MAX_EXP - 1 + exp + norm_exp) << (FLT_MANT_DIG - 1)) |
sys/kern/kern_acct.c
525
printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp,
sys/kern/subr_capability.c
52
#define assert(exp) KASSERT((exp), ("%s:%u", __func__, __LINE__))
sys/kern/subr_physmem.c
190
const struct region *exp, *hwp;
sys/kern/subr_physmem.c
204
for (exi = 0, exp = exregions; exi < excnt; ++exi, ++exp) {
sys/kern/subr_physmem.c
209
if ((exp->flags & exflags) == 0)
sys/kern/subr_physmem.c
211
xstart = exp->addr;
sys/kern/subr_physmem.c
212
xend = exp->size + xstart;
sys/kern/subr_physmem.c
509
const struct region *exp;
sys/kern/subr_physmem.c
512
for (exi = 0, exp = exregions; exi < excnt; ++exi, ++exp) {
sys/kern/subr_physmem.c
513
if (pa < exp->addr || pa + sz > exp->addr + exp->size)
sys/kern/subr_stats.c
448
stats_pow_u64(uint64_t base, uint64_t exp)
sys/kern/subr_stats.c
452
while (exp) {
sys/kern/subr_stats.c
453
if (exp & 1)
sys/kern/subr_stats.c
455
exp >>= 1;
sys/kern/subr_stats.c
474
step = stats_pow_u64(info->exp.stepbase,
sys/kern/subr_stats.c
475
info->exp.stepexp + curbkt);
sys/kern/sys_timerfd.c
406
sbintime_t exp, interval, now, next, diff;
sys/kern/sys_timerfd.c
411
exp = tstosbt_sat(tfd->tfd_time.it_value);
sys/kern/sys_timerfd.c
417
if (now > exp) {
sys/kern/sys_timerfd.c
418
diff = now - exp;
sys/kern/uipc_mqueue.c
405
int old, exp;
sys/kern/uipc_mqueue.c
411
exp = 3; /* include . and .. */
sys/kern/uipc_mqueue.c
413
exp = 1;
sys/kern/uipc_mqueue.c
414
if (old == exp) {
sys/net/if_vlan.c
2008
#define VLAN_IPSEC_METHOD(exp) \
sys/net/if_vlan.c
2018
error = p->if_ipsec_accel_m->exp; \
sys/net/vnet.h
183
#define VNET_ASSERT(exp, msg) do { \
sys/net/vnet.h
184
if (!(exp)) \
sys/net/vnet.h
188
#define VNET_ASSERT(exp, msg) do { \
sys/net/vnet.h
408
#define VNET_ASSERT(exp, msg)
sys/netgraph/netflow/netflow.c
174
if (fe->exp.item != NULL) {
sys/netgraph/netflow/netflow.c
175
item = fe->exp.item;
sys/netgraph/netflow/netflow.c
176
fe->exp.item = NULL;
sys/netgraph/netflow/netflow.c
212
if (fe->exp.item == NULL) {
sys/netgraph/netflow/netflow.c
213
fe->exp.item = item;
sys/netgraph/netflow/netflow.c
228
struct netflow_export_item exp;
sys/netgraph/netflow/netflow.c
232
exp.item = get_export_dgram(priv, fe);
sys/netgraph/netflow/netflow.c
233
if (exp.item == NULL) {
sys/netgraph/netflow/netflow.c
242
if (export_add(exp.item, fle) > 0)
sys/netgraph/netflow/netflow.c
243
export_send(priv, fe, exp.item, flags);
sys/netgraph/netflow/netflow.c
245
return_export_dgram(priv, fe, exp.item, NG_QUEUE);
sys/netgraph/netflow/netflow.c
249
exp.item9 = get_export9_dgram(priv, fe, &exp.item9_opt);
sys/netgraph/netflow/netflow.c
250
if (exp.item9 == NULL) {
sys/netgraph/netflow/netflow.c
264
if (export9_add(exp.item9, exp.item9_opt, fle) > 0)
sys/netgraph/netflow/netflow.c
265
export9_send(priv, fe, exp.item9, exp.item9_opt, flags);
sys/netgraph/netflow/netflow.c
267
return_export9_dgram(priv, fe, exp.item9,
sys/netgraph/netflow/netflow.c
268
exp.item9_opt, NG_QUEUE);
sys/netgraph/netflow/netflow.c
574
struct netflow_export_item exp;
sys/netgraph/netflow/netflow.c
578
bzero(&exp, sizeof(exp));
sys/netgraph/netflow/netflow.c
623
if (fe->exp.item != NULL)
sys/netgraph/netflow/netflow.c
624
export_send(priv, fe, fe->exp.item, NG_QUEUE);
sys/netgraph/netflow/netflow.c
626
if (fe->exp.item9 != NULL)
sys/netgraph/netflow/netflow.c
627
export9_send(priv, fe, fe->exp.item9,
sys/netgraph/netflow/netflow.c
628
fe->exp.item9_opt, NG_QUEUE);
sys/netgraph/netflow/netflow_v9.c
371
if (fe->exp.item9 != NULL) {
sys/netgraph/netflow/netflow_v9.c
372
item = fe->exp.item9;
sys/netgraph/netflow/netflow_v9.c
373
fe->exp.item9 = NULL;
sys/netgraph/netflow/netflow_v9.c
374
t = fe->exp.item9_opt;
sys/netgraph/netflow/netflow_v9.c
375
fe->exp.item9_opt = NULL;
sys/netgraph/netflow/netflow_v9.c
446
if (fe->exp.item9 == NULL) {
sys/netgraph/netflow/netflow_v9.c
447
fe->exp.item9 = item;
sys/netgraph/netflow/netflow_v9.c
448
fe->exp.item9_opt = t;
sys/netgraph/netflow/ng_netflow.h
388
struct netflow_export_item exp;
sys/netinet/libalias/alias_sctp.c
1811
assoc->exp = SN_I_T(la);
sys/netinet/libalias/alias_sctp.c
2424
add_loc = assoc->exp - la->sctpNatTimer.loc_time + la->sctpNatTimer.cur_loc;
sys/netinet/libalias/alias_sctp.c
2461
if (newexp < assoc->exp) {
sys/netinet/libalias/alias_sctp.c
2463
assoc->exp = newexp;
sys/netinet/libalias/alias_sctp.c
2466
assoc->exp = newexp;
sys/netinet/libalias/alias_sctp.c
2497
if (LibAliasTime >= assoc->exp) { /* state expired */
sys/netinet/libalias/alias_sctp.c
2638
s, sp, assoc->exp, inet_ntoa_r(assoc->l_addr, addrbuf),
sys/netinet/libalias/alias_sctp.h
134
int exp; /**< timer expiration in seconds from uptime */
sys/netinet/tcp_stacks/bbr.c
559
uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse;
sys/netinet/tcp_stacks/bbr.c
634
exp = rsm->r_tim_lastsent[idx] + thresh;
sys/netinet/tcp_stacks/bbr.c
635
if (SEQ_GEQ(exp, cts)) {
sys/netinet/tcp_stacks/bbr.c
636
to = exp - cts;
sys/netinet/tcp_stacks/rack.c
6010
uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse;
sys/netinet/tcp_stacks/rack.c
6127
exp = ((uint32_t)rsm->r_tim_lastsent[idx]) + thresh;
sys/netinet/tcp_stacks/rack.c
6128
if (SEQ_GEQ(exp, cts)) {
sys/netinet/tcp_stacks/rack.c
6129
to = exp - cts;
sys/netinet/tcp_stacks/rack.c
6709
uint32_t thresh, exp;
sys/netinet/tcp_stacks/rack.c
6719
exp = ((uint32_t)rsm->r_tim_lastsent[(rsm->r_rtr_cnt - 1)]) + thresh;
sys/netinet/tcp_stacks/rack.c
6720
if (TSTMP_LT(exp, cts) || (exp == cts)) {
sys/netinet/tcp_stacks/rack.c
8994
uint32_t exp;
sys/netinet/tcp_stacks/rack.c
8996
exp = ((uint32_t)rsm->r_tim_lastsent[(rsm->r_rtr_cnt - 1)]) + thresh;
sys/netinet/tcp_stacks/rack.c
8997
if (TSTMP_LT(exp, cts) || (exp == cts)) {
sys/netpfil/ipfw/ip_fw_dynamic.c
2320
#define DYN_UNLINK_STATES(s, prev, next, exp, af, name, extra) do { \
sys/netpfil/ipfw/ip_fw_dynamic.c
2327
if ((TIME_LEQ((s)->exp, time_uptime) && extra) || \
sys/ofed/include/rdma/ib_addr.h
306
int exp;
sys/ofed/include/rdma/ib_addr.h
307
for (exp = dev->if_baudrate_pf; exp > 0; exp--)
sys/powerpc/fpu/fpu_explode.c
132
#define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
sys/powerpc/fpu/fpu_explode.c
133
if (exp == 0) { \
sys/powerpc/fpu/fpu_explode.c
144
if (exp == (2 * expbias + 1)) { \
sys/powerpc/fpu/fpu_explode.c
153
fp->fp_exp = exp - expbias; \
sys/powerpc/fpu/fpu_explode.c
168
int exp;
sys/powerpc/fpu/fpu_explode.c
172
exp = (i >> (32 - 1 - SNG_EXPBITS)) & mask(SNG_EXPBITS);
sys/powerpc/fpu/fpu_explode.c
176
FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0);
sys/powerpc/fpu/fpu_explode.c
186
int exp;
sys/powerpc/fpu/fpu_explode.c
190
exp = (i >> (32 - 1 - DBL_EXPBITS)) & mask(DBL_EXPBITS);
sys/powerpc/fpu/fpu_explode.c
196
FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0);
sys/powerpc/fpu/fpu_implode.c
197
int sign, exp;
sys/powerpc/fpu/fpu_implode.c
215
if ((exp = fp->fp_exp) >= 32)
sys/powerpc/fpu/fpu_implode.c
218
if (fpu_shr(fp, FP_NMANT - 1 - exp) != 0)
sys/powerpc/fpu/fpu_implode.c
243
int sign, exp;
sys/powerpc/fpu/fpu_implode.c
262
if ((exp = fp->fp_exp) >= 64)
sys/powerpc/fpu/fpu_implode.c
265
if (fpu_shr(fp, FP_NMANT - 1 - exp) != 0)
sys/powerpc/fpu/fpu_implode.c
288
int exp;
sys/powerpc/fpu/fpu_implode.c
301
exp = SNG_EXP_INFNAN;
sys/powerpc/fpu/fpu_implode.c
330
if ((exp = fp->fp_exp + SNG_EXP_BIAS) <= 0) { /* subnormal */
sys/powerpc/fpu/fpu_implode.c
332
(void) fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp);
sys/powerpc/fpu/fpu_implode.c
347
exp++;
sys/powerpc/fpu/fpu_implode.c
348
if (exp >= SNG_EXP_INFNAN) {
sys/powerpc/fpu/fpu_implode.c
356
return (sign | SNG_EXP(exp) | (fp->fp_mant[3] & SNG_MASK));
sys/powerpc/fpu/fpu_implode.c
369
int exp;
sys/powerpc/fpu/fpu_implode.c
376
exp = DBL_EXP_INFNAN;
sys/powerpc/fpu/fpu_implode.c
388
if ((exp = fp->fp_exp + DBL_EXP_BIAS) <= 0) {
sys/powerpc/fpu/fpu_implode.c
389
(void) fpu_shr(fp, FP_NMANT - FP_NG - DBL_FRACBITS - exp);
sys/powerpc/fpu/fpu_implode.c
397
exp = 0;
sys/powerpc/fpu/fpu_implode.c
402
exp++;
sys/powerpc/fpu/fpu_implode.c
403
if (exp >= DBL_EXP_INFNAN) {
sys/powerpc/fpu/fpu_implode.c
414
return (sign | DBL_EXP(exp) | (fp->fp_mant[2] & DBL_MASK));
sys/powerpc/fpu/fpu_subr.c
139
int lsh, rsh, exp;
sys/powerpc/fpu/fpu_subr.c
141
exp = fp->fp_exp;
sys/powerpc/fpu/fpu_subr.c
150
m0 = m1, m1 = m2, m2 = m3, m3 = 0, exp -= 32;
sys/powerpc/fpu/fpu_subr.c
152
m0 = m2, m1 = m3, m2 = 0, m3 = 0, exp -= 2 * 32;
sys/powerpc/fpu/fpu_subr.c
154
m0 = m3, m1 = 0, m2 = 0, m3 = 0, exp -= 3 * 32;
sys/powerpc/fpu/fpu_subr.c
171
exp += rsh;
sys/powerpc/fpu/fpu_subr.c
184
exp -= lsh;
sys/powerpc/fpu/fpu_subr.c
192
fp->fp_exp = exp;
sys/rpc/rpc_prot.c
58
#define assert(exp) KASSERT(exp, ("bad arguments"))
sys/sys/cdefs.h
341
#define __predict_true(exp) __builtin_expect((exp), 1)
sys/sys/cdefs.h
342
#define __predict_false(exp) __builtin_expect((exp), 0)
sys/sys/kassert.h
101
#define MPPASS(exp, mp) do { \
sys/sys/kassert.h
144
#define KASSERT(exp,msg) do { \
sys/sys/kassert.h
145
if (__predict_false(!(exp))) \
sys/sys/kassert.h
149
#define KASSERT(exp,msg) do { \
sys/sys/kassert.h
67
#define VNASSERT(exp, vp, msg) do { \
sys/sys/kassert.h
68
if (__predict_false(!(exp))) { \
sys/sys/kassert.h
70
#exp, __FILE__, __LINE__, __func__); \
sys/sys/kassert.h
74
#define MPASSERT(exp, mp, msg) do { \
sys/sys/kassert.h
75
if (__predict_false(!(exp))) { \
sys/sys/kassert.h
77
(mp), #exp, __FILE__, __LINE__, __func__); \
sys/sys/kassert.h
81
#define VNPASS(exp, vp) do { \
sys/sys/kassert.h
82
const char *_exp = #exp; \
sys/sys/kassert.h
83
VNASSERT(exp, vp, ("condition %s not met at %s:%d (%s)", \
sys/sys/kassert.h
86
#define MPPASS(exp, mp) do { \
sys/sys/kassert.h
87
const char *_exp = #exp; \
sys/sys/kassert.h
88
MPASSERT(exp, mp, ("condition %s not met at %s:%d (%s)", \
sys/sys/kassert.h
95
#define VNASSERT(exp, vp, msg) do { \
sys/sys/kassert.h
97
#define MPASSERT(exp, mp, msg) do { \
sys/sys/kassert.h
99
#define VNPASS(exp, vp) do { \
sys/sys/stats.h
376
} exp;
sys/sys/stats.h
496
.exp.stepbase = (sb), .exp.stepexp = (se)
tests/sys/capsicum/ioctls_test.c
44
#define CHILD_REQUIRE(exp) do { \
tests/sys/capsicum/ioctls_test.c
45
if (!(exp)) \
tests/sys/capsicum/ioctls_test.c
47
#exp " not met"); \
tests/sys/file/closefrom_test.c
56
#define CHILD_REQUIRE(exp) do { \
tests/sys/file/closefrom_test.c
57
if (!(exp)) \
tests/sys/file/closefrom_test.c
59
#exp " not met"); \
tests/sys/kern/ktrace_test.c
59
#define CHILD_REQUIRE(exp) do { \
tests/sys/kern/ktrace_test.c
60
if (!(exp)) \
tests/sys/kern/ktrace_test.c
62
#exp " not met\n"); \
tests/sys/kern/ptrace_test.c
82
#define CHILD_REQUIRE(exp) do { \
tests/sys/kern/ptrace_test.c
83
if (!(exp)) \
tests/sys/kern/ptrace_test.c
85
#exp " not met\n"); \
tests/sys/kern/timerfd.c
1028
uint64_t exp;
tests/sys/kern/timerfd.c
1029
ssize_t r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1039
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1045
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1046
ATF_REQUIRE(r == (ssize_t)sizeof(exp));
tests/sys/kern/timerfd.c
1047
ATF_REQUIRE(exp == 1);
tests/sys/kern/timerfd.c
1078
uint64_t exp;
tests/sys/kern/timerfd.c
1079
ssize_t r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1080
ATF_REQUIRE(r == (ssize_t)sizeof(exp));
tests/sys/kern/timerfd.c
1081
ATF_REQUIRE(exp == 1);
tests/sys/kern/timerfd.c
1126
uint64_t exp;
tests/sys/kern/timerfd.c
1129
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1130
ATF_REQUIRE(r == (ssize_t)sizeof(exp));
tests/sys/kern/timerfd.c
1131
ATF_REQUIRE(exp == 1);
tests/sys/kern/timerfd.c
1148
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1151
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1153
ATF_REQUIRE_MSG(r == (ssize_t)sizeof(exp), "%d %d", (int)r, errno);
tests/sys/kern/timerfd.c
1154
ATF_REQUIRE(exp == 1);
tests/sys/kern/timerfd.c
1170
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1262
uint64_t exp;
tests/sys/kern/timerfd.c
1265
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1269
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1306
uint64_t exp;
tests/sys/kern/timerfd.c
1309
r = read(tfd, &exp, sizeof(exp));
tests/sys/kern/timerfd.c
1310
ATF_REQUIRE(r == (ssize_t)sizeof(exp));
tests/sys/kern/timerfd.c
1311
ATF_REQUIRE(exp == 1);
tests/sys/kern/timerfd.c
317
uint64_t exp = wait_for_timerfd(fd);
tests/sys/kern/timerfd.c
319
printf("timer expired %u times\n", (unsigned)exp);
tests/sys/kern/timerfd.c
321
total_exp += exp;
tests/sys/netmap/ctrl-api-test.c
1099
pop_extmem_option(struct TestContext *ctx, struct nmreq_opt_extmem *exp)
tests/sys/netmap/ctrl-api-test.c
1107
if ((ret = checkoption(&e->nro_opt, &exp->nro_opt))) {
tests/sys/netmap/ctrl-api-test.c
1111
if (e->nro_usrptr != exp->nro_usrptr) {
tests/sys/netmap/ctrl-api-test.c
1113
e->nro_usrptr, exp->nro_usrptr);
tests/sys/netmap/ctrl-api-test.c
1116
if (e->nro_info.nr_memsize != exp->nro_info.nr_memsize) {
tests/sys/netmap/ctrl-api-test.c
1118
e->nro_info.nr_memsize, exp->nro_info.nr_memsize);
tests/sys/netmap/ctrl-api-test.c
965
checkoption(struct nmreq_option *opt, struct nmreq_option *exp)
tests/sys/netmap/ctrl-api-test.c
967
if (opt->nro_next != exp->nro_next) {
tests/sys/netmap/ctrl-api-test.c
970
(void *)(uintptr_t)exp->nro_next);
tests/sys/netmap/ctrl-api-test.c
973
if (opt->nro_reqtype != exp->nro_reqtype) {
tests/sys/netmap/ctrl-api-test.c
975
exp->nro_reqtype);
tests/sys/netmap/ctrl-api-test.c
978
if (opt->nro_status != exp->nro_status) {
tests/sys/netmap/ctrl-api-test.c
980
exp->nro_status);
tools/build/cross-build/include/common/sys/cdefs.h
112
#define __predict_true(exp) __builtin_expect((exp), 1)
tools/build/cross-build/include/common/sys/cdefs.h
115
#define __predict_false(exp) __builtin_expect((exp), 0)
tools/regression/include/tgmath/tgmath.c
456
PASS_REAL_ARG_REAL_RET(exp) &&
tools/regression/include/tgmath/tgmath.c
457
PASS_COMPLEX_ARG_COMPLEX_RET(exp));
tools/regression/include/tgmath/tgmath.c
88
TGMACRO(exp)
tools/tools/ath/athprom/athprom.c
301
EEPROM_POWER_EXPN_5112 *exp;
tools/tools/ath/athprom/athprom.c
326
exp = &eeprom.ee_modePowerArray5112[curmode];
tools/tools/ath/athprom/athprom.c
330
sizeof(u_int16_t) * exp->numChannels, sizeof(u_int32_t))
tools/tools/ath/athprom/athprom.c
331
+ sizeof(EXPN_DATA_PER_CHANNEL_5112) * exp->numChannels;
tools/tools/ath/athprom/athprom.c
335
exp->pChannels = (void *) atd.ad_out_data;
tools/tools/ath/athprom/athprom.c
336
exp->pDataPerChannel = (void *)((char *)atd.ad_out_data +
tools/tools/ath/athprom/athprom.c
337
roundup(sizeof(u_int16_t) * exp->numChannels, sizeof(u_int32_t)));
tools/tools/ath/athprom/athprom.c
338
pExpnPower = exp;
tools/tools/ath/athprom/athprom.c
340
if (exp->xpdMask != 0x9) {
tools/tools/ath/athprom/athprom.c
342
if (exp->xpdMask == (1<<singleXpd))
tools/tools/netmap/nmreplay.c
1444
exp,tavg,tmin exponential distribution with average tavg
tools/tools/usbtest/usb_control_ep_test.c
315
int exp;
tools/tools/usbtest/usb_control_ep_test.c
351
exp = ddesc->bNumConfigurations + 1;
tools/tools/usbtest/usb_control_ep_test.c
353
exp = 1;
tools/tools/usbtest/usb_control_ep_test.c
359
256 - failed, exp,
tools/tools/usbtest/usb_control_ep_test.c
360
(exp == (256 - failed)) ? "(expected)" : "(unexpected)",
usr.bin/ctags/ctags.h
42
#define GETC(op,exp) ((c = getc(inf)) op (int)exp)
usr.bin/lastcomm/readrec.c
77
int result, exp;
usr.bin/lastcomm/readrec.c
80
for (exp = v >> 13; exp; exp--)
usr.bin/showmount/showmount.c
111
register struct exportslist *exp;
usr.bin/showmount/showmount.c
199
exp = exportslist;
usr.bin/showmount/showmount.c
200
while (exp) {
usr.bin/showmount/showmount.c
201
printf("%-34s ", exp->ex_dirp);
usr.bin/showmount/showmount.c
202
grp = exp->ex_groups;
usr.bin/showmount/showmount.c
212
exp = exp->ex_next;
usr.bin/showmount/showmount.c
216
exp = exportslist;
usr.bin/showmount/showmount.c
217
while (exp) {
usr.bin/showmount/showmount.c
219
exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$");
usr.bin/showmount/showmount.c
223
exp = exp->ex_next;
usr.bin/showmount/showmount.c
343
xdr_exportslist(XDR *xdrsp, struct exportslist **exp)
usr.bin/showmount/showmount.c
350
*exp = (struct exportslist *)0;
usr.bin/showmount/showmount.c
375
ep->ex_next = *exp;
usr.bin/showmount/showmount.c
376
*exp = ep;
usr.bin/systat/pigs.c
166
fscale) / (1.0 - exp(ftime * lccpu));
usr.bin/top/machine.c
72
((pct) / (1.0 - exp((pp)->ki_swtime * logcpu))))
usr.bin/yes/yes.c
59
char *end = buf + sizeof(buf), *exp, *pos = buf + EXPLEN;
usr.bin/yes/yes.c
77
exp = *argv;
usr.bin/yes/yes.c
78
while (*exp != '\0' && pos < end)
usr.bin/yes/yes.c
79
*pos++ = *exp++;
usr.sbin/dumpcis/printcis.c
271
static const char *exp[] =
usr.sbin/dumpcis/printcis.c
278
printf("Speed = %s x %s", mant[(x >> 3) & 0xF], exp[x & 7]);
usr.sbin/pmcstudy/eval_expr.c
108
if (exp->next == NULL) {
usr.sbin/pmcstudy/eval_expr.c
112
if ((exp->next->type == TYPE_OP_PLUS) ||
usr.sbin/pmcstudy/eval_expr.c
113
(exp->next->type == TYPE_OP_MINUS) ||
usr.sbin/pmcstudy/eval_expr.c
114
(exp->next->type == TYPE_OP_DIVIDE) ||
usr.sbin/pmcstudy/eval_expr.c
115
(exp->next->type == TYPE_OP_MULT)) {
usr.sbin/pmcstudy/eval_expr.c
130
if (validate_expr(exp->next, 0, 0, 0, op_cnt) == 0) {
usr.sbin/pmcstudy/eval_expr.c
136
return(validate_expr(exp->next, 0, 0, 0, op_cnt));
usr.sbin/pmcstudy/eval_expr.c
161
printf("unknown type %d\n", exp->type);
usr.sbin/pmcstudy/eval_expr.c
165
return(validate_expr(exp->next, val1, op, val2, op_cnt));
usr.sbin/pmcstudy/eval_expr.c
169
print_exp(struct expression *exp)
usr.sbin/pmcstudy/eval_expr.c
171
if (exp == NULL) {
usr.sbin/pmcstudy/eval_expr.c
175
switch(exp->type) {
usr.sbin/pmcstudy/eval_expr.c
195
printf("%f", exp->value);
usr.sbin/pmcstudy/eval_expr.c
198
printf("%s", exp->name);
usr.sbin/pmcstudy/eval_expr.c
201
printf("Unknown op %d\n", exp->type);
usr.sbin/pmcstudy/eval_expr.c
204
print_exp(exp->next);
usr.sbin/pmcstudy/eval_expr.c
350
set_math_precidence(struct expression **beg, struct expression *exp, struct expression **stopped)
usr.sbin/pmcstudy/eval_expr.c
359
start = at = exp;
usr.sbin/pmcstudy/eval_expr.c
426
struct expression *exp=NULL, *last=NULL, *at;
usr.sbin/pmcstudy/eval_expr.c
471
at = alloc_and_hook_expr(&exp, &last);
usr.sbin/pmcstudy/eval_expr.c
474
at = alloc_and_hook_expr(&exp, &last);
usr.sbin/pmcstudy/eval_expr.c
483
at = alloc_and_hook_expr(&exp, &last);
usr.sbin/pmcstudy/eval_expr.c
486
at = alloc_and_hook_expr(&exp, &last);
usr.sbin/pmcstudy/eval_expr.c
489
at = alloc_and_hook_expr(&exp, &last);
usr.sbin/pmcstudy/eval_expr.c
492
at = alloc_and_hook_expr(&exp, &last);
usr.sbin/pmcstudy/eval_expr.c
496
at = alloc_and_hook_expr(&exp, &last);
usr.sbin/pmcstudy/eval_expr.c
534
if (validate_expr(exp, 0, 0, 0, &op_cnt)) {
usr.sbin/pmcstudy/eval_expr.c
538
set_math_precidence(&exp, exp, NULL);
usr.sbin/pmcstudy/eval_expr.c
539
return (exp);
usr.sbin/pmcstudy/eval_expr.c
545
gather_exp_to_paren_close(struct expression *exp, double *val_fill)
usr.sbin/pmcstudy/eval_expr.c
558
if (exp->type == TYPE_PARN_OPEN) {
usr.sbin/pmcstudy/eval_expr.c
559
lastproc = gather_exp_to_paren_close(exp->next, &val);
usr.sbin/pmcstudy/eval_expr.c
562
*val_fill = run_expr(exp, 0, &lastproc);
usr.sbin/pmcstudy/eval_expr.c
569
run_expr(struct expression *exp, int initial_call, struct expression **lastone)
usr.sbin/pmcstudy/eval_expr.c
582
if (exp->type == TYPE_PARN_OPEN) {
usr.sbin/pmcstudy/eval_expr.c
583
op = gather_exp_to_paren_close(exp->next, &val1);
usr.sbin/pmcstudy/eval_expr.c
584
} else if(exp->type == TYPE_VALUE_CON) {
usr.sbin/pmcstudy/eval_expr.c
585
val1 = exp->value;
usr.sbin/pmcstudy/eval_expr.c
586
op = exp->next;
usr.sbin/pmcstudy/eval_expr.c
587
} else if (exp->type == TYPE_VALUE_PMC) {
usr.sbin/pmcstudy/eval_expr.c
588
val1 = exp->value;
usr.sbin/pmcstudy/eval_expr.c
589
op = exp->next;
usr.sbin/pmcstudy/eval_expr.c
64
validate_expr(struct expression *exp, int val1_is_set, int op_is_set, int val2_is_set,
usr.sbin/pmcstudy/eval_expr.c
670
calc_expr(struct expression *exp)
usr.sbin/pmcstudy/eval_expr.c
676
for(at = exp; at != NULL; at = at->next) {
usr.sbin/pmcstudy/eval_expr.c
682
for(at = exp; at != NULL; at = at->next) {
usr.sbin/pmcstudy/eval_expr.c
693
print_exp(exp);
usr.sbin/pmcstudy/eval_expr.c
694
xx = run_expr(exp, 1, NULL);
usr.sbin/pmcstudy/eval_expr.c
703
struct expression *exp;
usr.sbin/pmcstudy/eval_expr.c
708
exp = parse_expression(argv[1]);
usr.sbin/pmcstudy/eval_expr.c
710
calc_expr(exp);
usr.sbin/pmcstudy/eval_expr.c
80
if (exp == NULL) {
usr.sbin/pmcstudy/eval_expr.c
88
switch(exp->type) {
usr.sbin/pmcstudy/eval_expr.h
53
double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
usr.sbin/pmcstudy/eval_expr.h
54
void print_exp(struct expression *exp);
usr.sbin/pmcstudy/pmcstudy.c
2667
build_command_for_exp(struct expression *exp)
usr.sbin/pmcstudy/pmcstudy.c
2684
at = exp;
usr.sbin/pmcstudy/pmcstudy.c
2702
at = exp;
usr.sbin/pmcstudy/pmcstudy.c
2723
at = exp;
usr.sbin/pmcstudy/pmcstudy.c
2765
set_manual_exp(struct expression *exp)
usr.sbin/pmcstudy/pmcstudy.c
2768
command = build_command_for_exp(exp);
usr.sbin/ppp/chat.c
229
ExpandString(c, c->argptr, c->exp + 2, sizeof c->exp - 2, needcr);
usr.sbin/ppp/chat.c
239
len = strlen(c->exp+2);
usr.sbin/ppp/chat.c
252
memcpy(c->abort.string[i].data, c->exp+2, len+1);
usr.sbin/ppp/chat.c
259
c->TimeoutSec = atoi(c->exp + 2);
usr.sbin/ppp/chat.c
263
} else if (c->nargptr == NULL && !strcmp(c->exp+2, "ABORT"))
usr.sbin/ppp/chat.c
265
else if (c->nargptr == NULL && !strcmp(c->exp+2, "TIMEOUT"))
usr.sbin/ppp/chat.c
268
if (c->exp[2] == '!' && c->exp[3] != '!')
usr.sbin/ppp/chat.c
269
ExecStr(c->physical, c->exp + 3, c->exp + 3, sizeof c->exp - 3);
usr.sbin/ppp/chat.c
271
if (c->exp[2] == '\0') {
usr.sbin/ppp/chat.c
293
c->argptr = c->exp + (c->exp[2] == '!' ? 3 : 2);
usr.sbin/ppp/chat.h
51
char exp[LINE_LEN]; /* Our translated current argument */
usr.sbin/ppp/lcp.c
505
char *exp[2];
usr.sbin/ppp/lcp.c
513
command_Expand(exp, 1, argv, lcp->fsm.bundle, 1, getpid());
usr.sbin/ppp/lcp.c
516
strncpy(msg + 4, exp[0], sizeof msg - 5);
usr.sbin/ppp/lcp.c
523
command_Free(1, exp);
usr.sbin/ppp/timer.c
192
struct pppTimer *tp, *exp, *next;
usr.sbin/ppp/timer.c
208
exp = NULL;
usr.sbin/ppp/timer.c
212
tp->enext = exp;
usr.sbin/ppp/timer.c
213
exp = tp;
usr.sbin/ppp/timer.c
224
while (exp) {
usr.sbin/ppp/timer.c
225
ExpiredList = exp->enext;
usr.sbin/ppp/timer.c
226
exp->enext = NULL;
usr.sbin/ppp/timer.c
227
if (exp->func)
usr.sbin/ppp/timer.c
228
(*exp->func)(exp->arg);
usr.sbin/ppp/timer.c
229
exp = ExpiredList;