Home
last modified time | relevance | path

Searched defs:_d (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h154 #define STACK_PUSH(_a, _b, _c, _d)\ argument
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
166 #define STACK_POP(_a, _b, _c, _d)\ argument
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h351 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
353 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
355 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
366 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
368 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
370 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
372 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
374 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Daverage.h55 #define DECLARE_EWMA(_name, _p, _d) \ argument
H A Ddevice.h277 #define devres_add(_d, _p) lkpi_devres_add(_d, _p) argument
279 #define devres_find(_d, _rfn, _mfn, _mp) \ argument
281 #define devres_destroy(_d, _rfn, _mfn, _mp) \ argument
286 #define devm_kfree(_d, _p) lkpi_devm_kmalloc_release(_d, _p) argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_netdev.c69 #define NAPI_TRACE2D(_n, _d) if (debug_napi & DNAPI_TRACE) \ argument
86 #define NAPI_TRACE2D(_n, _d) do { } while(0) argument
/freebsd/sys/sys/
H A Dtypes.h329 __major(dev_t _d) in __major()
335 __minor(dev_t _d) in __minor()
/freebsd/sys/dev/ath/
H A Dah_osdep.h71 #define OS_MEMCPY(_d, _s, _n) memcpy(_d,_s,_n) argument
H A Dif_athvar.h1492 #define ath_hal_set_quiet(_ah, _p, _d, _o, _f) \ argument
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1211 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument
1212 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument
1221 # define DT2(_n,_a,_b,_c,_d) argument
1222 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1223 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c102 #define STACK_PUSH(_a, _b, _c, _d)\ argument
108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
114 #define STACK_POP(_a, _b, _c, _d)\ argument
121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/freebsd/contrib/elftoolchain/libdwarf/
H A D_libdwarf.h57 #define _DWARF_SET_ERROR(_d, _e, _err, _elf_err) \ argument
59 #define DWARF_SET_ERROR(_d, _e, _err) \ argument
61 #define DWARF_SET_ELF_ERROR(_d, _e) \ argument
/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.h394 #define INQUERY_CALL(_o, _d) ( \ argument
/freebsd/sys/netinet/
H A Dsctp_uio.h1135 #define SCTP_STAT_INCR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x += _d) argument
1136 #define SCTP_STAT_DECR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x -= _d) argument
1138 #define SCTP_STAT_INCR_BY(_x,_d) atomic_add_int(&SCTP_BASE_STAT(_x), _d) argument
1139 #define SCTP_STAT_DECR_BY(_x,_d) atomic_subtract_int(&SCTP_BASE_STAT(_x), _d) argument
/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c225 #define OR_MASK(_d, _s) \ in flow_id_or() argument
/freebsd/sys/dev/bhnd/
H A Dbhnd.h404 #define BHND_DEVICE_IS_END(_d) \ argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.c1500 #define copy_digest(_e, _t, _d)\ in archive_entry_set_digest() argument
/freebsd/sys/dev/bxe/
H A Decore_sp.h220 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument
/freebsd/sys/dev/sfxge/common/
H A Defx.h55 #define EFX_DIV_ROUND_UP(_n, _d) (((_n) + (_d) - 1) / (_d)) argument