Searched refs:_d (Results 1 - 25 of 70) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pe/
H A Dset.s8 .globl _d
9 _d = L_a define
H A Dset.d10 .* T _d
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dinvert_limb.h108 mp_limb_t _d, _d0, _i, _d40, _d63, _v0, _v1, _v2, _e, _v3, _h, _l; \
110 _d = (d); \
111 _i = (_d >> 55) - 256; /* i = d9 - 256 */ \
115 _d40 = (_d >> 24) + 1; \
119 _d0 = _d & 1; \
120 _d63 = ((_d - 1) >> 1) + 1; \
124 umul_ppmm (_h, _l, _v3, _d); \
126 add_ssaaaa(_h, _l, _h, _l, _d, _d); \
135 mp_limb_t _d, _d
[all...]
H A Dinvsqrt_limb.h235 mp_limb_t _d, _i, _v0, _e0, _d37, _v1, _e1, _h, _v2, _e2; \
236 _d = (d); \
237 _i = (_d >> 54) - 256; \
240 _d37 = 1 + (_d >> 27); \
248 umul_hi (_h, _v2 * _v2, _d); \
260 mp_limb_t _d, _i, _v0, _e0, _d37, _v1, _e1, _h; \
261 _d = (d); \
262 _i = (_d >> 54) - 256; \
265 _d37 = 1 + (_d >> 27); \
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dmman.h37 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f)
/netbsd-current/tools/installboot/
H A DMakefile27 .for _d in ${BOARDDBS}
28 install: .PHONY install.${_d}.boards.plist
29 install.${_d}.boards.plist: .PHONY ${BOARDDB_DSTDIR}/${_d}/boards.plist
30 ${BOARDDB_DSTDIR}/${_d}/boards.plist: ${BOARDDB_SRCDIR}/${_d}/boards.plist
34 ${HOST_INSTALL_DIR} ${BOARDDB_DSTDIR}/${_d}
/netbsd-current/usr.bin/ldd/elf32/
H A DMakefile12 .for _d in ${RTLD_FUNCS}
13 CPPFLAGS+= -D${_d}=_elf32_${_d}
/netbsd-current/usr.bin/ldd/elf64/
H A DMakefile39 .for _d in ${RTLD_FUNCS}
40 CPPFLAGS+= -D${_d}=_elf64_${_d}
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dconcept_check.h51 #define __glibcxx_class_requires3(_a,_b,_c,_d)
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \
77 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dconcept_check.h51 #define __glibcxx_class_requires3(_a,_b,_c,_d)
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \
77 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
/netbsd-current/sys/fs/efs/
H A Defs_dir.h160 #define EFS_DIRBLK_TO_DIRENT(_d, _o) (struct efs_dirent *)((char *)(_d) + _o)
/netbsd-current/usr.sbin/service/
H A Dservice61 local _d _f IFS
65 for _d in ${rc_directories}
67 if [ -d "$_d" ]
69 for _f in "$_d"/*
/netbsd-current/external/gpl2/gmake/dist/
H A Djob.h30 # define CLOSE_ON_EXEC(_d)
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h357 #define DECL_BITFIELD4(_a, _b, _c, _d) \
358 uint8_t _a, _b, _c, _d
359 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
360 uint8_t _a, _b, _c, _d, _e
361 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
362 uint8_t _a, _b, _c, _d, _e, _f
363 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
364 uint8_t _a, _b, _c, _d, _e, _f, _g
365 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \
366 uint8_t _a, _b, _c, _d, _
[all...]
/netbsd-current/usr.bin/sys_info/
H A Dsys_info.sh61 local IFS _var _name _d -
66 eval _d=\"\$$_var\"
67 if [ -n "$_d" ]; then
73 for _d in $PATH ; do
74 if [ -f "$_d/$_name" ] && [ -x "$_d/$_name" ]; then
76 eval $_var=\""$_d/$_name"\"
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dmemory.h117 u64 _a = (a), _c = (c), _d = (d); \
120 nvkm_wo##t((o), _a, _d); \
125 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \
128 if (_d) { \
130 iowrite##t##_native(_d, &_m[_o++]); \
132 memset_io(&_m[_o], _d, _s); \
136 nvkm_wo##t((o), _a, _d); \
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Ddisp.h100 const u32 _d = (d); \
102 pr_err("\t%08x\n", _d); \
103 *((p)++) = _d; \
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_fil.h225 i6addr_t *_d = (i6addr_t *)(d); \
226 _d->i6[0] = NLADD(_s->i6[0], x); \
227 if (ntohl(_d->i6[0]) < ntohl(_s->i6[0])) { \
228 _d->i6[1] = NLADD(_d->i6[1], 1); \
229 if (ntohl(_d->i6[1]) < ntohl(_s->i6[1])) { \
230 _d->i6[2] = NLADD(_d->i6[2], 1); \
231 if (ntohl(_d->i6[2]) < ntohl(_s->i6[2])) { \
232 _d
[all...]
H A Dip_compat.h1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)
1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \
1523 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
1525 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1529 # define DT2(_n,_a,_b,_c,_d)
1530 # define DT3(_n,_a,_b,_c,_d,_e,_f)
1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1536 # define DT2(_n,_a,_b,_c,_d)
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dautoopts.h397 #define INQUERY_CALL(_o, _d) ( \
399 || ((_d) == NULL) \
400 || (((_d)->fOptState & OPTST_RESET) != 0) )
/netbsd-current/share/mk/
H A Dbsd.clean.mk64 .for _d in ${"${.OBJDIR}" == "${.CURDIR}" || "${MKCLEANSRC}" == "no" \
68 (cd ${_d} && rm -f ${.ALLSRC:@v@${${v}}@} || true) }
71 bad="\$(cd ${_d} && ls -1d ${.ALLSRC:@v@${${v}}@} 2>/dev/null)"; \
73 echo "Failed to remove the following files from ${_d}:" ; \
/netbsd-current/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.h51 #define OS_MEMCPY(_d, _s, _n) ath_hal_memcpy(_d,_s,_n)
/netbsd-current/sys/dev/ic/
H A Dbmx280.c456 for(int _d = 0;_d < 24;_d++) {
458 device_xname(sc->sc_dev), _d, raw_blob_tp[_d]));
482 for(int _d = 0;_d < 8;_d++) {
484 device_xname(sc->sc_dev), _d, raw_blob_h[_d]));
[all...]
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A D_libdwarf.h63 #define _DWARF_SET_ERROR(_d, _e, _err, _elf_err) \
64 _dwarf_set_error(_d, _e, _err, _elf_err, __func__, __LINE__)
65 #define DWARF_SET_ERROR(_d, _e, _err) \
66 _DWARF_SET_ERROR(_d, _e, _err, 0)
67 #define DWARF_SET_ELF_ERROR(_d, _e) \
68 _DWARF_SET_ERROR(_d, _e, DW_DLE_ELF, elf_errno())
/netbsd-current/tools/compat/
H A DMakefile129 .for _d in ${INCSUBDIRS}
130 HOST_INCINSTDIRS+= ${HOST_INCSDIR}/compat/${_d}
131 ${HOST_INCSDIR}/compat/${_d}:

Completed in 438 milliseconds

123