Home
last modified time | relevance | path

Searched refs:_e (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/config/soft-fp/
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 == _FP_EXPMAX_##fs) \
[all …]
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 …]
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--; \
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++; \
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-12-stable/contrib/elftoolchain/libelf/
D_libelf.h209 Elf_Scn *_libelf_allocate_scn(Elf *_e, size_t _ndx);
210 Elf_Arhdr *_libelf_ar_gethdr(Elf *_e);
211 Elf *_libelf_ar_open(Elf *_e, int _reporterror);
215 long _libelf_checksum(Elf *_e, int _elfclass);
216 void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate);
217 int _libelf_elfmachine(Elf *_e);
223 void *_libelf_getchdr(Elf_Scn *_e, int _elfclass);
224 void *_libelf_getphdr(Elf *_e, int _elfclass);
226 void _libelf_init_elf(Elf *_e, Elf_Kind _kind);
232 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
[all …]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dsysmacros.h346 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
347 uint8_t _a, _b, _c, _d, _e
348 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
349 uint8_t _a, _b, _c, _d, _e, _f
350 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
351 uint8_t _a, _b, _c, _d, _e, _f, _g
352 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
353 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
361 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
362 uint8_t _e, _d, _c, _b, _a
[all …]
/freebsd-12-stable/contrib/bmake/mk/
Dsys.dependfile.mk44 _e := ${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}
45 .if !empty(_e)
46 .MAKE.DEPENDFILE := ${_e:[1]}
53 _e := ${_aml:@MACHINE@${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}@}
55 .if !empty(_e)
/freebsd-12-stable/share/mk/
Dsys.dependfile.mk45 _e := ${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}
46 .if !empty(_e)
47 .MAKE.DEPENDFILE := ${_e:[1]}
54 _e := ${_aml:@MACHINE@${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}@}
56 .if !empty(_e)
/freebsd-12-stable/sys/dev/vmware/vmci/
Dvmci_kernel_if.h31 #define vmci_list_insert(_l, _e, n) LIST_INSERT_HEAD(_l, _e, n) argument
32 #define vmci_list_remove(_e, n) LIST_REMOVE(_e, n) argument
34 #define vmci_list_scan_safe(_e, _l, n, t) \ argument
35 LIST_FOREACH_SAFE(_e, _l, n, t)
/freebsd-12-stable/contrib/elftoolchain/common/
D_elftc.h217 struct type *_p, *_q, *_e; \
230 _e = STAILQ_FIRST((head)); \
231 if (_e == NULL) \
235 STAILQ_INSERT_TAIL(&_la, _e, field); \
242 _e = _q; \
248 _e = _p; \
253 _e = _p; \
258 _e = _q; \
264 STAILQ_INSERT_TAIL(&_lb, _e, field); \
/freebsd-12-stable/contrib/libdivsufsort/include/
Ddivsufsort_private.h160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
164 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
178 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dmman.h35 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
/freebsd-12-stable/gnu/usr.bin/binutils/ld/
DMakefile73 EMXFR+= extern ld_emulation_xfer_type ld_${_e}_emulation;
74 EMLST+= &ld_${_e}_emulation,
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h1220 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1221 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1222 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1223 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument
1225 DTRACE_PROBE5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j)
1230 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1231 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1232 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
Dip_fil.h1614 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \ argument
1615 DT1(user_error, int, _e); \
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
D_libdwarf.h57 #define _DWARF_SET_ERROR(_d, _e, _err, _elf_err) \ argument
58 _dwarf_set_error(_d, _e, _err, _elf_err, __func__, __LINE__)
59 #define DWARF_SET_ERROR(_d, _e, _err) \ argument
60 _DWARF_SET_ERROR(_d, _e, _err, 0)
61 #define DWARF_SET_ELF_ERROR(_d, _e) \ argument
62 _DWARF_SET_ERROR(_d, _e, DW_DLE_ELF, elf_errno())
/freebsd-12-stable/sys/xen/interface/
Dtrace.h83 #define TRC_SCHED_CLASS_EVT(_c, _e) \ argument
86 (_e & TRC_SCHED_EVT_MASK) )
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dconcept_check.h56 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
/freebsd-12-stable/sys/net80211/
Dieee80211_crypto_ccmp.c438 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument
445 rijndael_encrypt(&ctx->cc_aes, _b0, _e); \
446 xor_block(_pos, _e, _len); \
/freebsd-12-stable/sys/xen/interface/arch-x86/
Dxen-x86_64.h137 uint32_t _e ## name; \
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
Dzfs_context.h365 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
366 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
700 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0) argument
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_entry.c213 #define copy_digest(_e2, _e, _t) \ in archive_entry_clone() argument
214 memcpy(_e2->digest._t, _e->digest._t, sizeof(_e2->digest._t)) in archive_entry_clone()
1472 #define copy_digest(_e, _t, _d)\ in archive_entry_set_digest() argument
1473 memcpy(_e->digest._t, _d, sizeof(_e->digest._t)) in archive_entry_set_digest()
/freebsd-12-stable/sys/dev/bhnd/
Dbhnd_subr.c1631 #define BHND_PROV_MATCH(_e) \ in bhnd_service_registry_remove() argument
1632 ((_e)->provider == provider && \ in bhnd_service_registry_remove()
1633 (service == BHND_SERVICE_ANY || (_e)->service == service)) in bhnd_service_registry_remove()
/freebsd-12-stable/contrib/dtc/
Dchecks.c56 #define CHECK_ENTRY(_nm, _fn, _d, _w, _e, ...) \ argument
63 .error = (_e), \

12