/netbsd-src/external/gpl2/gmake/dist/ |
H A D | debug.h | 29 #define ISDB(_l) ((_l)&db_level) argument 31 #define DBS(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ argument 34 #define DBF(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ argument 38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0) argument
|
H A D | file.c | 997 #define EXPANSION_INCREMENT(_l) ((((_l) / 500) + 1) * 500) argument
|
H A D | variable.c | 253 #define EXPANSION_INCREMENT(_l) ((((_l) / 500) + 1) * 500) argument
|
/netbsd-src/lib/libc/locale/ |
H A D | _wcstod.h | 60 INT_NAME(_int_, _FUNCNAME, _l)(const wchar_t * __restrict nptr, in INT_NAME() argument
|
H A D | _wcstol.h | 53 INT_FUNCNAME(_int_, _FUNCNAME, _l)(const wchar_t *nptr, wchar_t **endptr, in INT_FUNCNAME() argument
|
H A D | _wcstoul.h | 52 INT_FUNCNAME(_int_, _FUNCNAME, _l)(const wchar_t *nptr, wchar_t **endptr, in INT_FUNCNAME() argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | name.c | 320 #define COPYCHARARRAY(_ds,_el,_l,_n) \ argument 329 #define COPYVALARRAY(_ds,_el,_l,_n) \ argument 337 #define COPYVOIDARRAY(_ds,_el,_l,_n) \ argument
|
/netbsd-src/sys/sys/ |
H A D | bitops.h | 269 int _l; in fast_divide32_prepare() local
|
/netbsd-src/sys/arch/arm/amlogic/ |
H A D | meson_clk.h | 262 #define MESON_CLK_PLL_RATE(_id, _name, _parent, _enable, _m, _n, _frac, _l, \ argument 280 #define MESON_CLK_PLL(_id, _name, _parent, _enable, _m, _n, _frac, _l, \ argument
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | buffer.h | 518 isc_buffer_constinit(_b,_d,_l) global() argument
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | buffer.h | 1090 #define isc_buffer_constinit(_b, _d, _l) \ argument
|
/netbsd-src/sys/dev/ic/ |
H A D | nvmevar.h | 224 #define nvme_barrier(_s, _r, _l, _f) \ argument
|
H A D | athvar.h | 567 #define ath_hal_filltxdesc(_ah, _ds, _l, _first, _last, _ds0) \ argument
|
H A D | ath.c | 2472 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument
|
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | xcoff.h | 259 _l; member
|
H A D | rs6000.h | 264 } _l; member
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | xcoff.h | 259 _l; member
|
H A D | rs6000.h | 264 } _l; member
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_nat.h | 604 #define NAT_HASH_FN(_k,_l,_m) (((_k) + ((_k) >> 12) + _l) % (_m)) argument 605 #define NAT_HASH_FN6(_k,_l,_m) ((((u_32_t *)(_k))[3] \ argument
|
/netbsd-src/sys/dev/pci/ |
H A D | if_iavf.c | 623 #define iavf_barrier(_s, _r, _l, _o) \ argument
|
H A D | if_ixl.c | 952 #define ixl_barrier(_s, _r, _l, _o) \ argument
|