Searched refs:_e (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dmman.h35 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f)
/freebsd-10.0-release/lib/libdwarf/
H A D_libdwarf.h61 #define DWARF_SET_ERROR(_e, _err) do { \
62 _e->err_error = _err; \
63 _e->elf_error = 0; \
64 _e->err_func = __func__; \
65 _e->err_line = __LINE__; \
66 _e->err_msg[0] = '\0'; \
69 #define DWARF_SET_ELF_ERROR(_e, _err) do { \
70 _e->err_error = DWARF_E_ELF; \
71 _e->elf_error = _err; \
72 _e
[all...]
/freebsd-10.0-release/contrib/gcc/config/soft-fp/
H A Dop-common.h34 _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \
44 switch (X##_e) \
49 X##_e -= _FP_EXPBIAS_##fs; \
63 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \
96 X##_e = _FP_EXPMAX_##fs; \
101 X##_e = _FP_EXPMAX_##fs - 1; \
112 if (X##_e == _FP_EXPMAX_##fs \
130 #define _FP_EXP_NORMAL(fs, wc, X) (((X##_e + 1) & _FP_EXPMAX_##fs) > 1)
142 X##_e++; \
143 if (X##_e
[all...]
H A Dextended.h95 X##_e = _flo.bits.exp; \
107 X##_e = _flo->bits.exp; \
115 if (X##_e) X##_f[1] |= _FP_IMPLBIT_E; \
119 _flo.bits.exp = X##_e; \
132 if (X##_e) X##_f[1] |= _FP_IMPLBIT_E; \
136 _flo->bits.exp = X##_e; \
288 X##_e = _flo.bits.exp; \
299 X##_e = _flo->bits.exp; \
307 if (X##_e) X##_f0 |= _FP_IMPLBIT_E; \
310 _flo.bits.exp = X##_e; \
[all...]
H A Dop-1.h94 X##_e = _flo.bits.exp; \
104 X##_e = _flo->bits.exp; \
117 _flo.bits.exp = X##_e; \
129 _flo->bits.exp = X##_e; \
207 ? R##_e--, _FP_WFRACBITS_##fs \
228 R##_e--; \
247 R##_e--; \
H A Dop-2.h211 X##_e = _flo.bits.exp; \
222 X##_e = _flo->bits.exp; \
237 _flo.bits.exp = X##_e; \
250 _flo->bits.exp = X##_e; \
459 R##_e--; \
523 R##_e++; \
H A Dop-4.h202 X##_e = _flo.bits.exp; \
215 X##_e = _flo->bits.exp; \
226 _flo.bits.exp = X##_e; \
240 _flo->bits.exp = X##_e; \
253 _FP_FRAC_DECL_2(_d); _FP_FRAC_DECL_2(_e); _FP_FRAC_DECL_2(_f); \
377 R##_e--; \
/freebsd-10.0-release/lib/libelf/
H A D_libelf.h164 Elf_Scn *_libelf_allocate_scn(Elf *_e, size_t _ndx);
165 Elf_Arhdr *_libelf_ar_gethdr(Elf *_e);
166 Elf *_libelf_ar_open(Elf *_e);
170 char *_libelf_ar_get_name(char *_buf, size_t _sz, Elf *_e);
173 unsigned long _libelf_checksum(Elf *_e, int _elfclass);
174 void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate);
180 void *_libelf_getphdr(Elf *_e, int _elfclass);
182 void _libelf_init_elf(Elf *_e, Elf_Kind _kind);
186 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
188 Elf *_libelf_release_elf(Elf *_e);
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h343 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
344 uint8_t _a, _b, _c, _d, _e
345 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
346 uint8_t _a, _b, _c, _d, _e, _f
347 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
348 uint8_t _a, _b, _c, _d, _e, _f, _g
349 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \
350 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
358 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
359 uint8_t _e, _
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.dependfile.mk38 _e := ${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@} macro
39 .if !empty(_e)
40 .MAKE.DEPENDFILE := ${_e:[1]}
46 _e := ${_aml:@MACHINE@${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}@} macro
47 .if !empty(_e)
/freebsd-10.0-release/gnu/usr.bin/binutils/ld/
H A DMakefile61 .for _e in ${NATIVE_EMULATION} ${EMS}
62 EMXFR+= extern ld_emulation_xfer_type ld_${_e}_emulation;
63 EMLST+= &ld_${_e}_emulation,
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h678 error_condition(E _e, typename enable_if_c< argument
681 {*this = make_error_condition(_e);}
694 operator=(E _e) argument
695 {*this = make_error_condition(_e); return *this;}
715 inline error_condition make_error_condition(errc _e) { argument
716 return error_condition(static_cast<int>(_e), generic_category());
740 error_code(E _e, typename enable_if_c< argument
743 *this = make_error_code(_e);
757 operator=(E _e) argument
758 {*this = make_error_code(_e); retur
782 make_error_code(errc _e) argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dconcept_check.h56 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
/freebsd-10.0-release/sys/xen/interface/arch-x86/
H A Dxen-x86_64.h137 uint32_t _e ## name; \
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1450 # define DT3(_n,_a,_b,_c,_d,_e,_f) \
1451 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1452 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
1453 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1458 # define DT3(_n,_a,_b,_c,_d,_e,_f)
1459 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1465 # define DT3(_n,_a,_b,_c,_d,_e,_f)
1466 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
H A Dip_fil.h1707 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \
1708 DT1(user_error, int, _e); \
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h342 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
343 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
660 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0)
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_rsax.c330 UINT64 _e[8]; local
334 bn_extract_to_array_512(e, 8, _e);
336 mod_exp_512(_r, _g, _e, &rsax_mod_ctx->ctx.b512);
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_crypto_ccmp.c390 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \
397 rijndael_encrypt(&ctx->cc_aes, _b0, _e); \
398 xor_block(_pos, _e, _len); \

Completed in 193 milliseconds