Searched refs:exp (Results 276 - 300 of 451) sorted by relevance

<<111213141516171819

/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-packet.c169 static struct ptunit_result unknown(struct packet_fixture *pfix, int exp) argument
174 pfix->unknown = exp;
191 static struct ptunit_result unknown_ext(struct packet_fixture *pfix, int exp) argument
197 pfix->unknown = exp;
214 static struct ptunit_result unknown_ext2(struct packet_fixture *pfix, int exp) argument
221 pfix->unknown = exp;
225 ptu_int_eq(size, exp);
227 if (exp >= 0) {
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_expand.sh140 for exp in \
155 "line='${line}'; echo :${exp}:"
/freebsd-current/contrib/bmake/unit-tests/
H A Dshell-csh.mk39 @sed '$$d' ${MAKEFILE:.mk=.exp} # This is cheated.
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dllimits.h89 #define cast(t, exp) ((t)(exp))
/freebsd-current/contrib/lua/src/
H A Dllimits.h136 #define cast(t, exp) ((t)(exp))
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dzfsd.cc143 } catch (const DevdCtl::Exception &exp) {
144 exp.Log();
/freebsd-current/sys/rpc/
H A Drpc_prot.c58 #define assert(exp) KASSERT(exp, ("bad arguments"))
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp441 InstructionUseExpr *exp = nullptr;
444 exp = createMemoryExpr(cast<LoadInst>(I));
447 exp = createMemoryExpr(cast<StoreInst>(I));
491 exp = createExpr(I);
497 if (!exp) {
502 uint32_t e = ExpressionNumbering[exp];
504 hash_code H = exp->getHashValue([=](Value *V) { return lookupOrAdd(V); });
511 ExpressionNumbering[exp] = e;
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen.c997 const char * exp; local
1021 exp = "ASN1EXP ";
1024 exp = "";
1030 exp,
1035 exp,
1039 exp,
1043 exp,
1047 exp,
/freebsd-current/contrib/less/
H A Dregexp.c210 regcomp(exp)
211 char *exp;
219 if (exp == NULL)
223 regparse = exp;
241 regparse = exp;
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c780 const char *exp, const wchar_t *wexp)
792 assertEqualString(exp, p);
797 assertEqualString(exp, p);
807 assertEqualString(exp, p);
808 assertEqualInt(len, strlen(exp));
779 check_string(struct archive *a, struct archive_mstring *mstr, struct archive_string_conv *sc, const char *exp, const wchar_t *wexp) argument
/freebsd-current/tests/sys/netmap/
H A Dctrl-api-test.c967 checkoption(struct nmreq_option *opt, struct nmreq_option *exp) argument
969 if (opt->nro_next != exp->nro_next) {
972 (void *)(uintptr_t)exp->nro_next);
975 if (opt->nro_reqtype != exp->nro_reqtype) {
977 exp->nro_reqtype);
980 if (opt->nro_status != exp->nro_status) {
982 exp->nro_status);
1101 pop_extmem_option(struct TestContext *ctx, struct nmreq_opt_extmem *exp) argument
1109 if ((ret = checkoption(&e->nro_opt, &exp->nro_opt))) {
1113 if (e->nro_usrptr != exp
[all...]
/freebsd-current/contrib/atf/atf-c/
H A Dcheck_test.c86 check_line(int fd, const char *exp) argument
90 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp);
/freebsd-current/contrib/nvi/vi/
H A Dv_ex.c306 v_exec_ex(SCR *sp, VICMD *vp, EXCMD *exp) argument
310 rval = exp->cmd->fn(sp, exp);
/freebsd-current/lib/libdevdctl/
H A Devent.cc106 } catch (const ParseException &exp) {
107 if (exp.GetType() == ParseException::INVALID_FORMAT)
108 exp.Log();
/freebsd-current/tests/sys/kern/
H A Dktrace_test.c58 #define CHILD_REQUIRE(exp) do { \
59 if (!(exp)) \
61 #exp " not met\n"); \
/freebsd-current/contrib/netbsd-tests/ipf/
H A Dt_nat_exec.sh60 diff -u exp out || atf_fail "results differ"
H A Dt_nat_ipf_exec.sh69 diff -u exp out || atf_fail "results differ"
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dadmin.h250 kadm5_get_policies(void *server_handle, char *exp,
/freebsd-current/lib/msun/tests/
H A Dexponential_test.c28 * Tests for corner cases in exp*().
68 test(exp, x, result, exceptmask, excepts); \
94 /* exp(0) == 1, no exceptions raised */
100 /* exp(NaN) == NaN, no exceptions raised */
104 /* exp(Inf) == Inf, no exceptions raised */
108 /* exp(-Inf) == 0, no exceptions raised */
113 /* exp(big) == Inf, overflow exception */
117 /* exp(small) == 0, underflow and inexact exceptions */
/freebsd-current/sys/sys/
H A Drefcount.h37 #define KASSERT(exp, msg) /* */
/freebsd-current/usr.bin/systat/
H A Dpigs.c166 fscale) / (1.0 - exp(ftime * lccpu));
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_expf.c74 float32x4_t VPCS_ATTR V_NAME_F1 (exp) (float32x4_t x) function
94 /* exp(x) = 2^n (1 + poly(r)), with 1 + poly(r) in [1/sqrt(2),sqrt(2)]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp476 uptr access_size, u32 exp, bool fatal) {
489 // mask of experiments (exp).
490 // The reaction to a non-zero value of exp is to be defined.
491 (void)exp;
505 uptr access_size, u32 exp) {
508 ReportGenericError(pc, bp, sp, addr, is_write, access_size, exp, fatal);
475 ReportGenericError(uptr pc, uptr bp, uptr sp, uptr addr, bool is_write, uptr access_size, u32 exp, bool fatal) argument
504 __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, uptr access_size, u32 exp) argument
/freebsd-current/lib/msun/src/
H A Ds_fmal.c114 bits_lost = -u.bits.exp - scale + 1;

Completed in 631 milliseconds

<<111213141516171819