Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 229) sorted by relevance

12345678910

/freebsd-14.2/sys/sys/
H A Dkassert.h42 #define VNASSERT(exp, vp, msg) do { \ argument
49 #define MPASSERT(exp, mp, msg) do { \ argument
56 #define VNPASS(exp, vp) do { \ argument
61 #define MPPASS(exp, mp) do { \ argument
70 #define VNASSERT(exp, vp, msg) do { \ argument
72 #define MPASSERT(exp, mp, msg) do { \ argument
74 #define VNPASS(exp, vp) do { \ argument
76 #define MPPASS(exp, mp) do { \ argument
119 #define KASSERT(exp,msg) do { \ argument
124 #define KASSERT(exp,msg) do { \ argument
/freebsd-14.2/usr.sbin/pmcstudy/
H A Deval_expr.c64 validate_expr(struct expression *exp, int val1_is_set, int op_is_set, int val2_is_set, in validate_expr()
169 print_exp(struct expression *exp) in print_exp()
350 set_math_precidence(struct expression **beg, struct expression *exp, struct expression **stopped) in set_math_precidence()
426 struct expression *exp=NULL, *last=NULL, *at; in parse_expression() local
545 gather_exp_to_paren_close(struct expression *exp, double *val_fill) in gather_exp_to_paren_close()
569 run_expr(struct expression *exp, int initial_call, struct expression **lastone) in run_expr()
670 calc_expr(struct expression *exp) in calc_expr()
703 struct expression *exp; in main() local
/freebsd-14.2/sys/contrib/dpdk_rte_lpm/
H A Drte_debug.h54 #define RTE_ASSERT(exp) RTE_VERIFY(exp) argument
56 #define RTE_ASSERT(exp) do {} while (0) argument
58 #define RTE_VERIFY(exp) do { \ argument
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c132 vnode_t vp, struct nfsexstuff *exp) in nfsrvd_access()
366 vnode_t vp, struct nfsexstuff *exp) in nfsrvd_setattr()
755 vnode_t vp, struct nfsexstuff *exp) in nfsrvd_read()
965 vnode_t vp, struct nfsexstuff *exp) in nfsrvd_write()
1147 vnode_t dp, struct nfsexstuff *exp) in nfsrvd_create()
1535 vnode_t dp, struct nfsexstuff *exp) in nfsrvd_remove()
2361 vnode_t vp, struct nfsexstuff *exp) in nfsrvd_lock()
2589 vnode_t vp, struct nfsexstuff *exp) in nfsrvd_lockt()
2704 vnode_t vp, struct nfsexstuff *exp) in nfsrvd_locku()
4137 __unused struct nfsexstuff *exp) in nfsrvd_setclientidcfrm()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi_shim.cpp110 void __asan_report_exp_load1(uptr addr, u32 exp) { in __asan_report_exp_load1()
204 void __asan_exp_load1(uptr addr, u32 exp) { in __asan_exp_load1()
207 void __asan_exp_load2(uptr addr, u32 exp) { in __asan_exp_load2()
210 void __asan_exp_load4(uptr addr, u32 exp) { in __asan_exp_load4()
213 void __asan_exp_load8(uptr addr, u32 exp) { in __asan_exp_load8()
216 void __asan_exp_load16(uptr addr, u32 exp) { in __asan_exp_load16()
222 void __asan_exp_store1(uptr addr, u32 exp) { in __asan_exp_store1()
225 void __asan_exp_store2(uptr addr, u32 exp) { in __asan_exp_store2()
228 void __asan_exp_store4(uptr addr, u32 exp) { in __asan_exp_store4()
231 void __asan_exp_store8(uptr addr, u32 exp) { in __asan_exp_store8()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath_dlib_asm.S67 #define exp R8 macro
122 exp = SUB(exp, k) define
128 exp = ZXTH(exp) define
202 #define exp R8 macro
257 exp = SUB(exp, k) define
263 exp = ZXTH(exp) define
330 #define exp R8 macro
359 exp = add(expa, expb) define
376 exp = sub(exp, k) define
383 exp = zxth(exp) define
H A Dfastmath2_dlib_asm.S65 #define exp R8 macro
109 exp = SUB(exp, k) define
166 #define exp R8 macro
210 exp = SUB(exp, k) define
268 #define exp R8 macro
303 exp = add(expa, expb) define
313 exp = sub(exp, kb) define
318 exp = add(exp, #1) define
/freebsd-14.2/contrib/nvi/ex/
H A Dex_tag.c90 EX_PRIVATE *exp; in ex_tag_push() local
140 EX_PRIVATE *exp; in ex_tag_next() local
180 EX_PRIVATE *exp; in ex_tag_prev() local
308 EX_PRIVATE *exp; in ex_tag_pop() local
387 EX_PRIVATE *exp; in ex_tag_top() local
409 EX_PRIVATE *exp; in tag_pop() local
462 EX_PRIVATE *exp; in ex_tag_display() local
664 EX_PRIVATE *exp; in tagf_free() local
682 EX_PRIVATE *exp; in tagq_free() local
707 EX_PRIVATE *exp; in tagq_push() local
[all …]
H A Dex_argv.c45 EX_PRIVATE *exp; in argv_init() local
65 EX_PRIVATE *exp; in argv_exp0() local
88 EX_PRIVATE *exp; in argv_exp1() local
213 EX_PRIVATE *exp; in argv_exp3() local
281 EX_PRIVATE *exp; in argv_flt_ex() local
314 EX_PRIVATE *exp; in argv_flt_user() local
359 EX_PRIVATE *exp; in argv_fexp() local
460 EX_PRIVATE *exp; in argv_alloc() local
524 EX_PRIVATE *exp; in argv_free() local
556 EX_PRIVATE *exp; in argv_flt_path() local
H A Dex_print.c265 EX_PRIVATE *exp; in ex_printf() local
292 EX_PRIVATE *exp; in ex_puts() local
318 EX_PRIVATE *exp; in ex_fflush() local
H A Dex_cscope.c109 EX_PRIVATE *exp; in ex_cscope() local
196 EX_PRIVATE *exp; in cscope_add() local
460 EX_PRIVATE *exp; in cscope_find() local
905 EX_PRIVATE *exp; in terminate() local
976 EX_PRIVATE *exp; in cscope_end() local
993 EX_PRIVATE *exp; in cscope_display() local
/freebsd-14.2/sys/powerpc/fpu/
H A Dfpu_implode.c200 int sign, exp; in fpu_ftoi() local
246 int sign, exp; in fpu_ftox() local
291 int exp; in fpu_ftos() local
372 int exp; in fpu_ftod() local
H A Dfpu_explode.c135 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
171 int exp; in fpu_stof() local
189 int exp; in fpu_dtof() local
/freebsd-14.2/contrib/atf/atf-c/
H A Dbuild_test.c114 const char *const exp[] = { NULL }; in ATF_TC_BODY() local
121 const char *const exp[] = { NULL }; in ATF_TC_BODY() local
129 const char *const exp[] = { "foo", NULL }; in ATF_TC_BODY() local
136 const char *const exp[] = { "foo", NULL }; in ATF_TC_BODY() local
/freebsd-14.2/lib/msun/tests/
H A Dnext_test.c44 #define test(exp, ans, ex) do { \ argument
49 #define testf(exp, ans, ex) do { \ argument
54 #define testl(exp, ans, ex) do { \ argument
242 _testl(const char *exp, int line, long double actual, long double expected, in _testl()
/freebsd-14.2/contrib/ofed/opensm/include/complib/
H A Dcl_types_osd.h72 #define PT(exp) __builtin_expect( ((uintptr_t)(exp)), 1 ) argument
73 #define PF(exp) __builtin_expect( ((uintptr_t)(exp)), 0 ) argument
/freebsd-14.2/contrib/gdtoa/
H A Dstrtorf.c36 ULtof(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtof() argument
77 Long exp; local
H A Dstrtord.c36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtod() argument
82 Long exp; local
H A Dstrtordd.c36 ULtodd(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtodd() argument
187 Long exp; local
H A DstrtorxL.c52 ULtoxL(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtoxL() argument
96 Long exp; local
H A DstrtorQ.c56 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtoQ() argument
115 Long exp; local
H A Dstrtorx.c58 ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k; in ULtox() argument
118 Long exp; local
/freebsd-14.2/lib/libc/xdr/
H A Dxdr_float.c70 unsigned int exp : 8; member
77 unsigned int exp : 8; member
162 unsigned int exp : 11; member
170 unsigned int exp : 8; member
/freebsd-14.2/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h29 inline _LIBCPP_HIDE_FROM_ABI float exp(float __x) _NOEXCEPT { return __builtin_expf(__x); } in exp() function
32 _LIBCPP_HIDE_FROM_ABI double exp(double __x) _NOEXCEPT { in exp() function
36 inline _LIBCPP_HIDE_FROM_ABI long double exp(long double __x) _NOEXCEPT { return __builtin_expl(__x… in exp() function
39 inline _LIBCPP_HIDE_FROM_ABI double exp(_A1 __x) _NOEXCEPT { in exp() function
/freebsd-14.2/lib/libc/include/
H A Dfpmath.h45 unsigned int exp :8; member
66 unsigned int exp :11; member

12345678910