Home
last modified time | relevance | path

Searched refs:_n (Results 1 – 25 of 157) sorted by relevance

1234567

/netbsd/sys/sys/
H A Dbitops.h45 if (!_n) in ffs32()
54 _n >>= 8; in ffs32()
58 _n >>= 4; in ffs32()
62 _n >>= 2; in ffs32()
66 _n >>= 1; in ffs32()
79 if (!_n) in ffs64()
92 _n >>= 8; in ffs64()
120 if (!_n) in fls32()
154 if (!_n) in fls64()
260 __builtin_constant_p(_n) ? _ilog2_const(_n) : \
[all …]
H A Dcdefs_aout.h75 #define __IDSTRING(_n,_s) \ argument
91 #define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s) argument
93 #define __KERNEL_RCSID(_n,_s) argument
95 #define __KERNEL_SCCSID(_n,_s) argument
96 #define __KERNEL_COPYRIGHT(_n, _s) __IDSTRING(__CONCAT(copyright,_n),_s) argument
/netbsd/sys/external/bsd/ipf/netinet/
H A Dipf_rb.h86 #define RBI_FIELD(_n) struct _n##_rb_link argument
94 _t * _n##_rb_delete(struct _n##_rb_head *, _t *); \
95 void _n##_rb_init(struct _n##_rb_head *); \
98 void _n##_rb_walktree(struct _n##_rb_head *, _n##_rb_walker_t, void *);\
353 _n##_rb_init(struct _n##_rb_head *head) \
359 _n##_rb_zero._f.left = &_n##_rb_zero; \
360 _n##_rb_zero._f.right = &_n##_rb_zero; \
361 _n##_rb_zero._f.parent = &_n##_rb_zero; \
365 _n##_rb_walktree(struct _n##_rb_head *head, _n##_rb_walker_t func, void *arg)\
420 #define RBI_INIT(_n, _h) _n##_rb_init(_h) argument
[all …]
H A Dip_compat.h1519 # define DT(_n) DTRACE_PROBE(_n) argument
1520 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) argument
1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument
1527 # define DT(_n) argument
1528 # define DT1(_n,_a,_b) argument
1529 # define DT2(_n,_a,_b,_c,_d) argument
1530 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1534 # define DT(_n) argument
1535 # define DT1(_n,_a,_b) argument
1536 # define DT2(_n,_a,_b,_c,_d) argument
[all …]
/netbsd/external/bsd/ipf/dist/
H A Dipf_rb.h33 _t * _n##_rb_delete(struct _n##_rb_head *, _t *); \
34 void _n##_rb_init(struct _n##_rb_head *); \
35 void _n##_rb_insert(struct _n##_rb_head *, _t *); \
37 void _n##_rb_walktree(struct _n##_rb_head *, _n##_rb_walker_t, void *);\
292 _n##_rb_init(struct _n##_rb_head *head) \
299 _n##_rb_zero._f.left = &_n##_rb_zero; \
300 _n##_rb_zero._f.right = &_n##_rb_zero; \
305 _n##_rb_walktree(struct _n##_rb_head *head, _n##_rb_walker_t func, void *arg)\
360 #define RBI_FIELD(_n) struct _n##_rb_link argument
361 #define RBI_INIT(_n, _h) _n##_rb_init(_h) argument
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dname.h1351 dns_name_t *_n = (n); \
1353 _n->magic = DNS_NAME_MAGIC; \
1354 _n->ndata = NULL; \
1355 _n->length = 0; \
1356 _n->labels = 0; \
1357 _n->attributes = 0; \
1358 _n->offsets = (o); \
1359 _n->buffer = NULL; \
1360 ISC_LINK_INIT(_n, link); \
1394 dns_name_getlabelsequence(_n, 0, _n->labels - _l, _p); \
[all …]
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212reg.h329 #define AR_RATE_DURATION(_n) (AR_RATE_DURATION_0 + ((_n)<<2)) argument
332 #define AR_KEYTABLE(_n) (AR_KEYTABLE_0 + ((_n)*32)) argument
977 #define AR_KEYTABLE_KEY0(_n) (AR_KEYTABLE(_n) + 0) /* key bit 0-31 */ argument
978 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4) /* key bit 32-47 */ argument
979 #define AR_KEYTABLE_KEY2(_n) (AR_KEYTABLE(_n) + 8) /* key bit 48-79 */ argument
980 #define AR_KEYTABLE_KEY3(_n) (AR_KEYTABLE(_n) + 12) /* key bit 80-95 */ argument
981 #define AR_KEYTABLE_KEY4(_n) (AR_KEYTABLE(_n) + 16) /* key bit 96-127 */ argument
982 #define AR_KEYTABLE_TYPE(_n) (AR_KEYTABLE(_n) + 20) /* key type */ argument
991 #define AR_KEYTABLE_MAC0(_n) (AR_KEYTABLE(_n) + 24) /* MAC address 1-32 */ argument
992 #define AR_KEYTABLE_MAC1(_n) (AR_KEYTABLE(_n) + 28) /* MAC address 33-47 */ argument
H A Dar5212phy.h24 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2)) argument
284 #define AR_PHY_PCDAC_TX_POWER(_n) (AR_PHY_PCDAC_TX_POWER_0 + ((_n)<<2)) argument
/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Drefcount.h203 int _n = ++(rp)->refs; \
205 *_tmp = _n; \
211 int _n; \
213 _n = ++(rp)->refs; \
215 *_tmp = _n; \
221 int _n; \
223 _n = --(rp)->refs; \
225 *_tmp = _n; \
H A Dbuffer.h731 #define ISC__BUFFER_ADD(_b, _n) \ argument
733 (_b)->used += (_n); \
736 #define ISC__BUFFER_SUBTRACT(_b, _n) \ argument
738 (_b)->used -= (_n); \
775 #define ISC__BUFFER_SETACTIVE(_b, _n) \ argument
777 (_b)->active = (_b)->current + (_n); \
785 #define ISC__BUFFER_FORWARD(_b, _n) \ argument
787 (_b)->current += (_n); \
790 #define ISC__BUFFER_BACK(_b, _n) \ argument
792 (_b)->current -= (_n); \
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dbuffer.h855 ISC_REQUIRE((_b)->used + (_n) <= (_b)->length); \
856 (_b)->used += (_n); \
859 #define ISC__BUFFER_SUBTRACT(_b, _n) \ argument
862 ISC_REQUIRE((_b)->used >= (_n)); \
863 (_b)->used -= (_n); \
910 ISC_REQUIRE((_b)->current + (_n) <= (_b)->used); \
911 (_b)->active = (_b)->current + (_n); \
923 ISC_REQUIRE((_b)->current + (_n) <= (_b)->used); \
924 (_b)->current += (_n); \
930 ISC_REQUIRE((_n) <= (_b)->current); \
[all …]
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsparc64.h181 mp_limb_t _n; \
184 _n = (((mp_limb_t) -(d)) << 32) - 1; \
185 (inv) = (mp_limb_t) (unsigned) (_n / (d)); \
196 mp_limb_t _n, _x; \
207 _n = ((mp_limb_t) _n2 << 32) + _n10; \
208 _x = _n + d_limb * _q11n; /* n-q1*d-d */ \
214 ASSERT (d_limb * _q + _r == _n); \
/netbsd/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.h46 #define OS_DELAY(_n) ath_hal_delay(_n) argument
49 #define OS_MEMZERO(_a, _n) ath_hal_memzero((_a), (_n)) argument
51 #define OS_MEMCPY(_d, _s, _n) ath_hal_memcpy(_d,_s,_n) argument
/netbsd/external/cddl/osnet/dist/head/
H A Dsyms.h56 } _n; member
64 #define n_name _n._n_name
65 #define n_nptr _n._n_nptr[1]
66 #define n_zeroes _n._n_n._n_zeroes
67 #define n_offset _n._n_n._n_offset
/netbsd/external/bsd/libbind/dist/doc/
H A Dresolver.cat35_nnqquueerryy, rreess__nnsseeaarrcchh, rreess__nnqquueerryyddoommaa…
6 …rreess__nnuuppddaattee, rreess__nnmmkkuuppddaattee, rreess__nnccllo…
22 rreess__nniinniitt(_r_e_s___s_t_a_t_e _s_t_a_t_p);
67 rreess__nncclloossee(_r_e_s___s_t_a_t_e _s_t_a_t_p);
86 rreess__nnddeessttrrooyy(_r_e_s___s_t_a_t_e _s_t_a_t_p);
254 …first call to rreess__nniinniitt(). rreess__nnddeessttrrooyy() should be cal…
255 allocated by rreess__nniinniitt() after last use.
280 …The rreess__nnsseenndd() / rreess__sseenndd() / rreess__nnsseennddssii…
288 …ss__nnqquueerryy() / rreess__qquueerryy(), rreess__nnsseeaarrcchh() / …
346 …The function rreess__nnddeessttrrooyy() calls rreess__nncclloossee() then fr…
[all …]
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dinvsqrt_limb.h279 mp_limb_t _n, _x, _y, _z, _t; \
280 _n = (n); \
281 __gmpfr_invsqrt_halflimb_approx (_x, _n); \
284 _y = (_x * (_n >> 31)) >> 32; \
287 _z = _n - _y * _y; \
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dname.c320 #define COPYCHARARRAY(_ds,_el,_l,_n) \ argument
322 (_n) = malloc((_l) * sizeof((_n)[0])); \
323 if ((_n) == NULL) \
326 (_n)[i] = _ds->u._el[i]
329 #define COPYVALARRAY(_ds,_el,_l,_n) \ argument
331 (_n) = malloc((_l) * sizeof((_n)[0])); \
332 if ((_n) == NULL) \
335 (_n)[i] = _ds->u._el.data[i]
337 #define COPYVOIDARRAY(_ds,_el,_l,_n) \ argument
339 (_n) = malloc((_l) * sizeof((_n)[0])); \
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/camellia/
H A Dcamellia.c272 #define RotLeft128(_s0,_s1,_s2,_s3,_n) do {\ argument
273 u32 _t0=_s0>>(32-_n);\
274 _s0 = (_s0<<_n) | (_s1>>(32-_n));\
275 _s1 = (_s1<<_n) | (_s2>>(32-_n));\
276 _s2 = (_s2<<_n) | (_s3>>(32-_n));\
277 _s3 = (_s3<<_n) | _t0;\
/netbsd/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcamellia.c278 #define RotLeft128(_s0,_s1,_s2,_s3,_n) do {\ argument
279 u32 _t0=_s0>>(32-_n);\
280 _s0 = (_s0<<_n) | (_s1>>(32-_n));\
281 _s1 = (_s1<<_n) | (_s2>>(32-_n));\
282 _s2 = (_s2<<_n) | (_s3>>(32-_n));\
283 _s3 = (_s3<<_n) | _t0;\
/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dautoopts.h452 #define _aof_(_n, _f) AOUF_ ## _n ## _ID, argument
456 #define _aof_(_n, _f) AOUF_ ## _n = (1 << AOUF_ ## _n ## _ID), argument
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dcoffgen.c449 if (sym->_n._n_n._n_zeroes != 0 in _bfd_coff_internal_syment_name()
450 || sym->_n._n_n._n_offset == 0) in _bfd_coff_internal_syment_name()
452 memcpy (buf, sym->_n._n_name, SYMNMLEN); in _bfd_coff_internal_syment_name()
473 return strings + sym->_n._n_n._n_offset; in _bfd_coff_internal_syment_name()
878 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
880 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
919 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
955 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
957 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
1878 internal_ptr->u.syment._n._n_n._n_offset = in coff_get_normalized_symtab()
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dcoffgen.c464 if (sym->_n._n_n._n_zeroes != 0 in _bfd_coff_internal_syment_name()
465 || sym->_n._n_n._n_offset == 0) in _bfd_coff_internal_syment_name()
467 memcpy (buf, sym->_n._n_name, SYMNMLEN); in _bfd_coff_internal_syment_name()
488 return strings + sym->_n._n_n._n_offset; in _bfd_coff_internal_syment_name()
898 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
900 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
939 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
975 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
977 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
1913 internal_ptr->u.syment._n._n_n._n_offset = in coff_get_normalized_symtab()
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcoffgen.c449 if (sym->_n._n_n._n_zeroes != 0 in _bfd_coff_internal_syment_name()
450 || sym->_n._n_n._n_offset == 0) in _bfd_coff_internal_syment_name()
452 memcpy (buf, sym->_n._n_name, SYMNMLEN); in _bfd_coff_internal_syment_name()
473 return strings + sym->_n._n_n._n_offset; in _bfd_coff_internal_syment_name()
918 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
941 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
976 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
978 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
1837 internal_ptr->u.syment._n._n_n._n_offset = in coff_get_normalized_symtab()
1840 internal_ptr->u.syment._n._n_n._n_offset = in coff_get_normalized_symtab()
[all …]
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcoffgen.c449 if (sym->_n._n_n._n_zeroes != 0 in _bfd_coff_internal_syment_name()
450 || sym->_n._n_n._n_offset == 0) in _bfd_coff_internal_syment_name()
452 memcpy (buf, sym->_n._n_name, SYMNMLEN); in _bfd_coff_internal_syment_name()
473 return strings + sym->_n._n_n._n_offset; in _bfd_coff_internal_syment_name()
878 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
880 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
919 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
955 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
957 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
1878 internal_ptr->u.syment._n._n_n._n_offset = in coff_get_normalized_symtab()
[all …]
/netbsd/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210phy.h28 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2)) argument

1234567