Home
last modified time | relevance | path

Searched refs:_d (Results 1 – 25 of 51) sorted by relevance

123

/netbsd/src/external/lgpl3/mpfr/dist/src/
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, _d0, _i, _d40, _d63, _v0, _v1, _v2, _e, _h; \
137 _d = (d); \
[all …]
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); \
Dmpfr-impl.h1387 #define mpfr_const_pi(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_pi,_r) argument
1388 #define mpfr_const_log2(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_log2, _r) argument
1389 #define mpfr_const_euler(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_euler, _r) argument
1390 #define mpfr_const_catalan(_d,_r) mpfr_cache(_d,__gmpfr_cache_const_catalan,_r) argument
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dsysmacros.h357 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
358 uint8_t _a, _b, _c, _d
359 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
360 uint8_t _a, _b, _c, _d, _e
361 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
362 uint8_t _a, _b, _c, _d, _e, _f
363 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
364 uint8_t _a, _b, _c, _d, _e, _f, _g
365 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
366 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
[all …]
/netbsd/src/tools/installboot/
DMakefile28 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/src/sys/external/bsd/ipf/netinet/
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->i6[3] = NLADD(_d->i6[3], 1); \
239 i6addr_t *_d = (i6addr_t *)(d); \
240 _d->i6[0] = _s1->i6[0] & _s2->i6[0]; \
[all …]
Dip_compat.h1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument
1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1523 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1525 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1529 # define DT2(_n,_a,_b,_c,_d) argument
1530 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1536 # define DT2(_n,_a,_b,_c,_d) argument
1537 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
[all …]
/netbsd/src/share/mk/
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/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dconcept_check.h51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
77 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
/netbsd/src/usr.bin/ldd/elf32/
DMakefile12 .for _d in ${RTLD_FUNCS}
13 CPPFLAGS+= -D${_d}=_elf32_${_d}
/netbsd/src/usr.bin/ldd/elf64/
DMakefile39 .for _d in ${RTLD_FUNCS}
40 CPPFLAGS+= -D${_d}=_elf64_${_d}
/netbsd/src/external/cddl/osnet/sys/sys/
Dmman.h37 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
/netbsd/src/sys/fs/efs/
Defs_dir.h160 #define EFS_DIRBLK_TO_DIRENT(_d, _o) (struct efs_dirent *)((char *)(_d) + _o) argument
/netbsd/src/external/mit/xorg/lib/dri/
DMakefile462 .for _d in ${DRI_SUBDIRS}
463 SRCS+= ${DRI_SOURCES.${_d}}
464 .PATH: ${X11SRCDIR.Mesa}/src/mesa/drivers/dri/${_d}
493 .for _d in ${DRIVERS}
494 SYMLINKS+= mesa_dri_drivers.so.${SHLIB_MAJOR} ${DRIDIR}/${_d}_dri.so.${SHLIB_MAJOR}
495 SYMLINKS+= ${_d}_dri.so.${SHLIB_MAJOR} ${DRIDIR}/${_d}_dri.so
497 SYMLINKS+= mesa_dri_drivers.so.${SHLIB_MAJOR}.debug ${DRIDEBUGDIR}/${_d}_dri.so.${SHLIB_MAJOR}.debug
/netbsd/src/sys/dev/ic/
Dbmx280.c456 for(int _d = 0;_d < 24;_d++) { in bmx280_attach() local
458 device_xname(sc->sc_dev), _d, raw_blob_tp[_d])); in bmx280_attach()
482 for(int _d = 0;_d < 8;_d++) { in bmx280_attach() local
484 device_xname(sc->sc_dev), _d, raw_blob_h[_d])); in bmx280_attach()
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dautoopts.h402 #define INQUERY_CALL(_o, _d) ( \ argument
404 || ((_d) == NULL) \
405 || (((_d)->fOptState & OPTST_RESET) != 0) )
/netbsd/src/sys/external/isc/atheros_hal/ic/
Dah_osdep.h51 #define OS_MEMCPY(_d, _s, _n) ath_hal_memcpy(_d,_s,_n) argument
/netbsd/src/tools/compat/
DMakefile131 .for _d in ${INCSUBDIRS}
132 HOST_INCINSTDIRS+= ${HOST_INCSDIR}/compat/${_d}
133 ${HOST_INCSDIR}/compat/${_d}:
/netbsd/src/sys/external/bsd/acpica/dist/generate/unix/iasl/
DMakefile311 _d=`mktemp -d $(OBJDIR)/$(1).XXXXXX` &&\
312 cd $$_d &&\
315 mv $$_d/y.tab$(suffix $(3)) $(3);\
317 rm -fr $$_d;\
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Ddict_mongodb.c544 DICT *_d = (d); \ in dict_mongodb_open()
547 return (_d); \ in dict_mongodb_open()
/netbsd/src/sys/arch/luna68k/dev/
Dpsgpam_enc.c125 psgpam_aint_to_##enc##_d(audio_filter_arg_t *arg) \
/netbsd/src/sys/dev/microcode/wi/
Deprimsym28 ,C.,F.,H.,K.,P.,U.,Z.,c.,m.,v.,.,.,.,.,.,.,.,.,.���`_d�����������`,d…
/netbsd/src/external/bsd/file/dist/tests/
Dmatilde.arm.testfile4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P<
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Dmachs.c82 #define SIC(_s, _ip, _d, _op) PORT("bfin_sic", "int"#_ip"@"#_s, _d, _op) argument
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_entry.c1600 #define copy_digest(_e, _t, _d)\ in archive_entry_set_digest() argument
1601 memcpy(_e->digest._t, _d, sizeof(_e->digest._t)) in archive_entry_set_digest()

123