Searched refs:ex (Results 1 - 25 of 185) sorted by relevance

12345678

/freebsd-current/sys/sys/
H A Dimgact_aout.h35 #define N_GETMAGIC(ex) \
36 ( le32toh((ex).a_midmag) & 0xffff )
37 #define N_GETMID(ex) \
38 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \
39 ((ex).a_midmag >> 16) & 0x03ff )
40 #define N_GETFLAG(ex) \
41 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \
42 ((ex)
[all...]
H A Dsmr_types.h68 * external mechanism. 'ex' should contain an assert that the
71 #define smr_serialized_load(p, ex) ({ \
72 SMR_ASSERT(ex, "smr_serialized_load"); \
78 * external mechanism. 'ex' should contain an assert that the
84 #define smr_serialized_store(p, v, ex) do { \
85 SMR_ASSERT(ex, "smr_serialized_store"); \
92 * while serialized by an external mechanism. 'ex' should contain
97 #define smr_serialized_swap(p, v, ex) ({ \
98 SMR_ASSERT(ex, "smr_serialized_swap"); \
111 #define smr_unserialized_load(p, ex) ({ \
[all...]
H A D_smr.h45 #define SMR_ASSERT(ex, fn) \
46 KASSERT((ex), (fn ": Assertion " #ex " failed at %s:%d", __FILE__, __LINE__))
H A Dkassert.h166 #define MPASS(ex) MPASS4(ex, #ex, __FILE__, __LINE__)
167 #define MPASS2(ex, what) MPASS4(ex, what, __FILE__, __LINE__)
168 #define MPASS3(ex, file, line) MPASS4(ex, #ex, file, line)
169 #define MPASS4(ex, what, file, line) \
170 KASSERT((ex), ("Assertio
[all...]
/freebsd-current/share/doc/usd/10.exref/exref/
H A DMakefile2 SRCS= ex.rm
/freebsd-current/contrib/sendmail/libsm/
H A Dstrexit.c22 ** ex -- EX_* value
29 sm_strexit(ex)
30 int ex;
35 msg = sm_sysexitmsg(ex);
39 ex);
49 ** ex -- EX_* value
52 ** If ex is a known exit value, then a pointer to a static
57 sm_sysexitmsg(ex)
58 int ex;
62 msg = sm_sysexmsg(ex);
[all...]
/freebsd-current/share/doc/usd/10.exref/summary/
H A DMakefile3 SRCS= ex.summary
/freebsd-current/lib/libc/gen/
H A Dfrexp.c34 frexp(double d, int *ex) argument
42 *ex = 0;
45 *ex = u.bits.exp - 1536;
49 case 2047: /* infinity or NaN; value of *ex is unspecified */
52 *ex = u.bits.exp - 1022;
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_v3.c45 X509_EXTENSION *ex; local
54 ex = sk_X509_EXTENSION_value(sk, lastpos);
55 if (OBJ_cmp(ex->object, obj) == 0)
65 X509_EXTENSION *ex; local
74 ex = sk_X509_EXTENSION_value(sk, lastpos);
75 if (((ex->critical > 0) && crit) || ((ex->critical <= 0) && !crit))
100 X509_EXTENSION *ex, int loc)
123 if ((new_ex = X509_EXTENSION_dup(ex)) == NULL)
139 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, in argument
157 X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, const ASN1_OBJECT *obj, int crit, ASN1_OCTET_STRING *data) argument
187 X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) argument
196 X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) argument
204 X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) argument
216 X509_EXTENSION_get_object(X509_EXTENSION *ex) argument
223 X509_EXTENSION_get_data(X509_EXTENSION *ex) argument
230 X509_EXTENSION_get_critical(const X509_EXTENSION *ex) argument
[all...]
/freebsd-current/lib/msun/src/
H A Ds_frexpl.c39 frexpl(long double x, int *ex) argument
47 *ex = 0;
50 *ex = u.bits.exp - 0x4200;
54 case 0x7fff: /* infinity or NaN; value of *ex is unspecified */
57 *ex = u.bits.exp - 0x3ffe;
H A Ds_rintl.c58 int ex, sign; local
62 ex = expsign & 0x7fff;
64 if (ex >= BIAS + LDBL_MANT_DIG - 1) {
65 if (ex == BIAS + LDBL_MAX_EXP)
85 if (ex < BIAS && x == 0.0L)
/freebsd-current/contrib/libcxxrt/
H A Dexception.cc71 struct __cxa_exception *ex,
83 if (ex)
85 ex->handlerSwitchValue = selector;
86 ex->catchTemp = landingPad;
95 struct __cxa_exception *ex,
104 if (ex)
106 *selector = ex->handlerSwitchValue;
107 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ex->catchTemp);
114 static inline _Unwind_Reason_Code continueUnwinding(struct _Unwind_Exception *ex, argument
118 if (__gnu_unwind_frame(ex, contex
69 saveLandingPad(struct _Unwind_Context *context, struct _Unwind_Exception *ucb, struct __cxa_exception *ex, int selector, dw_eh_ptr_t landingPad) argument
93 loadLandingPad(struct _Unwind_Context *context, struct _Unwind_Exception *ucb, struct __cxa_exception *ex, unsigned long *selector, dw_eh_ptr_t *landingPad) argument
283 exceptionFromPointer(void *ex) argument
288 realExceptionFromException(__cxa_exception *ex) argument
319 exception_cleanup(_Unwind_Reason_Code reason, struct _Unwind_Exception *ex) argument
328 dependent_exception_cleanup(_Unwind_Reason_Code reason, struct _Unwind_Exception *ex) argument
338 free_exception_list(__cxa_exception *ex) argument
638 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1; local
674 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(thrown_exception) - 1; local
774 throw_exception(__cxa_exception *ex) argument
798 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(object) - 1; local
821 __cxa_exception *ex = __cxa_init_primary_exception(thrown_exception, tinfo, dest); local
832 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(__cxa_allocate_dependent_exception())-1; local
847 __cxa_exception *ex = globals->caughtExceptions; local
858 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; local
865 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; local
885 __cxa_exception *ex = globals->caughtExceptions; local
958 check_type_signature(__cxa_exception *ex, const std::type_info *type, void *&adjustedPtr) argument
1009 check_action_record(_Unwind_Context *context, dwarf_eh_lsda *lsda, dw_eh_ptr_t action_record, __cxa_exception *ex, unsigned long *selector, void *&adjustedPtr) argument
1082 pushCleanupException(_Unwind_Exception *exceptionObject, __cxa_exception *ex) argument
1115 __cxa_exception *ex = 0; variable
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock_ex_test.cc74 } catch (const std::exception& ex) {
75 EXPECT_THAT(ex.what(), HasSubstr("has no default value"));
/freebsd-current/contrib/diff/lib/
H A Dexclude.c102 free_exclude (struct exclude *ex) argument
104 free (ex->exclude);
105 free (ex);
137 excluded_filename (struct exclude const *ex, char const *f) argument
139 size_t exclude_count = ex->exclude_count;
146 struct patopts const *exclude = ex->exclude;
183 add_exclude (struct exclude *ex, char const *pattern, int options) argument
187 if (ex->exclude_count == ex->exclude_alloc)
188 ex
202 add_exclude_file(void (*add_func) (struct exclude *, char const *, int), struct exclude *ex, char const *filename, int options, char line_end) argument
[all...]
/freebsd-current/usr.bin/find/
H A Dfind.h132 } ex; member in union:_plandata::__anon889
153 #define e_argv p_un.ex._e_argv
154 #define e_orig p_un.ex._e_orig
155 #define e_len p_un.ex._e_len
156 #define e_pbnum p_un.ex._e_pbnum
157 #define e_ppos p_un.ex._e_ppos
158 #define e_pnummax p_un.ex._e_pnummax
159 #define e_psize p_un.ex._e_psize
160 #define e_pbsize p_un.ex._e_pbsize
161 #define e_psizemax p_un.ex
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp56 const Expr *ex = nullptr; local
63 ex = U->getSubExpr();
72 ex = B->getLHS();
77 ex = B->getRHS();
83 ex = VD->getInit();
106 if (ex) {
107 R->addRange(ex->getSourceRange());
108 bugreporter::trackExpressionValue(N, ex, *R);
/freebsd-current/contrib/gdtoa/
H A Dg_xfmt.c65 int decpt, ex, i, mode; local
81 if ( (ex = L[_0] & 0x7fff) !=0) {
82 if (ex == 0x7fff) {
98 ex = 1;
110 ex -= 0x3fff + 63;
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xLfmt.c60 int decpt, ex, i, mode; local
76 if ( (ex = (L[_0] >> 16) & 0x7fff) !=0) {
77 if (ex == 0x7fff) {
104 ex -= 0x3fff + 63;
111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_dfmt.c44 int decpt, ex, i, mode; local
82 if ( (ex = (L[_0] >> 20) & 0x7ff) !=0)
85 ex = 1;
86 ex -= 0x3ff + 52;
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_ffmt.c44 int decpt, ex, i, mode; local
79 if ( (ex = (L[0] >> 23) & 0xff) !=0)
82 ex = 1;
83 ex -= 0x7f + 23;
91 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_Qfmt.c62 int decpt, ex, i, mode; local
81 if ( (ex = (L[_0] & 0x7fff0000L) >> 16) !=0) {
82 if (ex == 0x7fff) {
99 ex = 1;
110 ex -= 0x3fff + 112;
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dt_extent.c47 static struct extent *ex; variable in typeref:struct:extent
50 ATF_REQUIRE((ex = extent_create(name, \
54 ATF_REQUIRE_EQ_MSG(ret = extent_alloc_region(ex, \
58 ATF_REQUIRE_EQ_MSG(ret = extent_free(ex, \
68 atf_tc_fail("extent_alloc_subregion1(ex, %#lx, %#lx, %#lx, %#lx, 0, " \
72 ret = extent_alloc_subregion1(ex, substart, subend, size,
91 ATF_REQUIRE_STREQ_MSG(ex->ex_name, name,
92 "expected: \"%s\", got: \"%s\"", name, ex->ex_name);
93 ATF_REQUIRE_EQ_MSG(ex->ex_start, start,
94 "expected: %#lx, got: %#lx", start, ex
[all...]
/freebsd-current/crypto/openssl/test/
H A Dcipher_overhead_test.c37 size_t mac, in, blk, ex; local
47 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) {
52 ciph->name, mac, in, blk, ex);
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_lib.c51 X509_EXTENSION *ex; local
57 ex = X509v3_get_ext(extensions, i);
58 obj = X509_EXTENSION_get_object(ex);
61 critical = X509_EXTENSION_get_critical(ex);
63 if (!X509V3_EXT_print(bio, ex, 0, 4)) {
65 ASN1_STRING_print(bio, X509_EXTENSION_get_data(ex));
/freebsd-current/usr.sbin/pmcstudy/
H A Deval_expr.c38 struct expression *ex, *at; local
40 ex = malloc(sizeof(struct expression));
41 if (ex == NULL) {
45 memset(ex, 0, sizeof(struct expression));
47 *exp_p = ex;
52 *last_p = ex;
55 at->next = ex;
56 ex->prev = at;
57 *last_p = ex;
59 return (ex);
210 struct expression *at, *ex; local
270 struct expression *at, *ex; local
[all...]

Completed in 167 milliseconds

12345678