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

/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h346 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
347 uint8_t _a, _b, _c, _d, _e
348 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
349 uint8_t _a, _b, _c, _d, _e, _f
350 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
351 uint8_t _a, _b, _c, _d, _e, _f, _g
352 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \
353 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
361 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
362 uint8_t _e, _
[all...]
/freebsd-10-stable/gnu/usr.bin/binutils/ld/
H A DMakefile66 .for _e in ${NATIVE_EMULATION} ${EMS}
67 EMXFR+= extern ld_emulation_xfer_type ld_${_e}_emulation;
68 EMLST+= &ld_${_e}_emulation,
/freebsd-10-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk44 _e := ${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@} macro
45 .if !empty(_e)
46 .MAKE.DEPENDFILE := ${_e:[1]}
53 _e := ${_aml:@MACHINE@${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}@} macro
55 .if !empty(_e)
/freebsd-10-stable/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-stable/contrib/libstdc++/include/bits/
H A Dconcept_check.h56 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
/freebsd-10-stable/sys/xen/interface/arch-x86/
H A Dxen-x86_64.h137 uint32_t _e ## name; \
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1441 # define DT3(_n,_a,_b,_c,_d,_e,_f) \
1442 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1443 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
1444 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1449 # define DT3(_n,_a,_b,_c,_d,_e,_f)
1450 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1456 # define DT3(_n,_a,_b,_c,_d,_e,_f)
1457 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
H A Dip_fil.h1679 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \
1680 DT1(user_error, int, _e); \
/freebsd-10-stable/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); \
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_rsax.c328 UINT64 _e[8]; local
332 bn_extract_to_array_512(e, 8, _e);
334 mod_exp_512(_r, _g, _e, &rsax_mod_ctx->ctx.b512);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h359 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
360 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
686 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0)
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_entry.c213 #define copy_digest(_e2, _e, _t) \
214 memcpy(_e2->digest._t, _e->digest._t, sizeof(_e2->digest._t))
1458 #define copy_digest(_e, _t, _d)\
1459 memcpy(_e->digest._t, _d, sizeof(_e->digest._t))

Completed in 145 milliseconds