/netbsd-src/sys/sys/ |
H A D | bitops.h | 43 int _v; in ffs32() local 48 _v = 1; in ffs32() 51 _v += 16; in ffs32() 55 _v += 8; in ffs32() 59 _v += 4; in ffs32() 63 _v += 2; in ffs32() 67 _v += 1; in ffs32() 69 return _v; in ffs32() 77 int _v; in ffs64() local 82 _v = 1; in ffs64() [all …]
|
H A D | ktrace.h | 89 } _v; member 92 #define ktr_lid _v._v2._lid 93 #define ktr_olid _v._v1._lid 94 #define ktr_time _v._v2._ts 95 #define ktr_otv _v._v0._tv 96 #define ktr_ots _v._v1._ts 97 #define ktr_ts _v._v2._ts 98 #define ktr_unused _v._v0._buf
|
/netbsd-src/sys/dev/ic/ |
H A D | nvmereg.h | 49 #define NVME_CC_IOCQES(_v) (((_v) & 0xf) << 20) argument 51 #define NVME_CC_IOCQES_R(_v) (((_v) >> 20) & 0xf) argument 52 #define NVME_CC_IOSQES(_v) (((_v) & 0xf) << 16) argument 54 #define NVME_CC_IOSQES_R(_v) (((_v) >> 16) & 0xf) argument 55 #define NVME_CC_SHN(_v) (((_v) & 0x3) << 14) argument 57 #define NVME_CC_SHN_R(_v) (((_v) >> 15) & 0x3) argument 61 #define NVME_CC_AMS(_v) (((_v) & 0x7) << 11) argument 63 #define NVME_CC_AMS_R(_v) (((_v) >> 11) & 0xf) argument 67 #define NVME_CC_MPS(_v) ((((_v) - 12) & 0xf) << 7) argument 69 #define NVME_CC_MPS_R(_v) (12 + (((_v) >> 7) & 0xf)) argument [all …]
|
H A D | athvar.h | 461 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ argument 462 ((*(_ah)->ah_setCapability)((_ah), (_cap), (_param), (_v), (_status))) 473 #define ath_hal_settkipmic(_ah, _v) \ argument 474 ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL) 479 #define ath_hal_settkipsplit(_ah, _v) \ argument 480 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL) 489 #define ath_hal_setdiversity(_ah, _v) \ argument 490 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL) 493 #define ath_hal_setdiag(_ah, _v) \ argument 494 ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL) [all …]
|
H A D | nvmevar.h | 218 #define nvme_write4(_s, _r, _v) \ argument 219 bus_space_write_4((_s)->sc_iot, (_s)->sc_ioh, (_r), (_v))
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
H A D | pr10687.cc | 4 vec2() { _v[0] = _v[1] = 0; } in vec2() 5 vec2(int x, int y) { _v[0] = x; _v[1] = y; } in vec2() 9 int _v[2]; member in vec2
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
H A D | pr10687.cc | 4 vec2() { _v[0] = _v[1] = 0; } in vec2() 5 vec2(int x, int y) { _v[0] = x; _v[1] = y; } in vec2() 9 int _v[2]; member in vec2
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | ctlreg.h | 493 : "=r" (_v) \ 500 vtype _v; \ 504 : "=r" (_v) \ 508 return _v; \ 514 vtype _v; \ 516 return _v; \ 534 : "=&r" (_v), "=&r" (_pstate) \ 541 : "=&r" (_v) \ 572 vtype _v; \ 585 : "=&r" (_v), "=&r" (_pstate) \ [all …]
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/ |
H A D | array.h | 45 void *_v; \ 49 _cv = _v = realloc(name##s, _ents * sizeof(*name##s)); \ 50 if (_v == NULL) { \ 55 name##s = _v; \
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | array.h | 45 void *_v; \ 49 _cv = _v = realloc(name##s, _ents * sizeof(*name##s)); \ 50 if (_v == NULL) { \ 55 name##s = _v; \
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
H A D | os.h | 34 u64 _v = (v); \ 35 iowrite32_native(lower_32_bits(_v), &_p[0]); \ 36 iowrite32_native(upper_32_bits(_v), &_p[1]); \
|
/netbsd-src/external/bsd/libbind/dist/doc/ |
H A D | tsig.cat3 | 4 …p, nnss__ssiiggnn__ttccpp__iinniitt, nnss__vveerriiffyy, nnss__vveer… 5 …nnss__vveerriiffyy__ttccpp__iinniitt, nnss__ffiinndd__ttssiigg -- TS… 22 …nnss__vveerriiffyy(_u___c_h_a_r _*_m_s_g, _i_n_t _*_m_s_g_l_e_n, _v_… 27 …nnss__vveerriiffyy__ttccpp(_u___c_h_a_r _*_m_s_g, _i_n_t _*_m_s_g_l… 31 …nnss__vveerriiffyy__ttccpp__iinniitt(_v_o_i_d _*_k, _c_o_n_s_t _u__… 41 …nnss__ssiiggnn() and nnss__vveerriiffyy() are the basic routines. nnss__ssii… 42 … nnss__vveerriiffyy__ttccpp() are used to sign/verify TCP messages that may be split 44 …nnss__vveerriiffyy__ttccpp__iinniitt() initialize the state structure necessary … 77 nnss__vveerriiffyy() 88 nnss__vveerriiffyy__ttccpp() [all …]
|
/netbsd-src/sys/external/bsd/dwc2/dist/ |
H A D | dwc2_hw.h | 206 #define GNPTXSTS_NP_TXQ_SPC_AVAIL_GET(_v) (((_v) >> 16) & 0xff) argument 209 #define GNPTXSTS_NP_TXF_SPC_AVAIL_GET(_v) (((_v) >> 0) & 0xffff) argument 588 #define DXEPTSIZ_PKTCNT_GET(_v) (((_v) >> 19) & 0x3ff) argument 593 #define DXEPTSIZ_XFERSIZE_GET(_v) (((_v) >> 0) & 0x7ffff) argument
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | asm.h | 123 int _v; \ 124 __asm volatile("ldstub [%1],%0" : "=r" (_v) : "r" (loc) : "memory"); \ 125 _v; \
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | mpfr-gmp.h | 516 mp_limb_t _v, _p, _t1, _t0, _mask; \ 517 invert_limb (_v, d1); \ 518 _p = (d1) * _v; \ 522 _v--; \ 525 _v += _mask; \ 528 umul_ppmm (_t1, _t0, d0, _v); \ 532 _v--; \ 536 _v--; \ 539 (dinv).inv32 = _v; \
|
/netbsd-src/sys/dev/mii/ |
H A D | mvphy.c | 71 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 72 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
|
/netbsd-src/sys/lib/libsa/ |
H A D | ustarfs.c | 84 #define vda2vn(_v,_volsize) ((_v) / (_volsize)) argument 88 #define vda2lda(_v,_volsize) ((_v) % (_volsize)) argument 89 #define lda2vda(_v,_volsize,_volnumber) ((_v) + (_volsize) * (_volnumber)) argument
|
/netbsd-src/sys/arch/arm/include/ |
H A D | ptrace.h | 68 #define PTRACE_REG_SET_PC(_r, _v) (_r)->r_pc = (_v) argument
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ipf_rb.h | 57 # define RBI_DELETE(_n, _h, _v) rb_tree_remove_node(_h, _v) argument 59 # define RBI_INSERT(_n, _h, _v) rb_tree_insert_node(_h, _v) argument 419 #define RBI_DELETE(_n, _h, _v) _n##_rb_delete(_h, _v) argument 421 #define RBI_INSERT(_n, _h, _v) _n##_rb_insert(_h, _v) argument
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | make.h | 600 #define EINTRLOOP(_v,_c) while (((_v)=_c)==-1 && errno==EINTR) argument 609 #define ENULLLOOP(_v,_c) do{ errno = 0; \ argument 610 while (((_v)=_c)==0 && errno==EINTR); }while(0)
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ |
H A D | ah_internal.h | 507 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument 508 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument 509 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument 511 (OS_REG_READ(_a, _r) &~ (_f)) | (((_v) << _f##_S) & (_f)))
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | ExperimentalFeatures.rst | 79 | 3.3.1 | All of the ``_v`` traits in ``<type_traits>`` | 5.0 | 7.0 … 87 | 3.4.1 | All of the ``_v`` traits in ``<ratio>`` | 5.0 | 7.0 … 89 | 3.5.1 | All of the ``_v`` traits in ``<chrono>`` | 5.0 | 7.0 … 91 | 3.6.1 | All of the ``_v`` traits in ``<system_error>`` | 5.0 | 7.0 …
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | ipf_rb.h | 359 #define RBI_DELETE(_n, _h, _v) _n##_rb_delete(_h, _v) argument 362 #define RBI_INSERT(_n, _h, _v) _n##_rb_insert(_h, _v) argument
|
/netbsd-src/include/ |
H A D | stddef.h |
|
/netbsd-src/sys/kern/ |
H A D | kern_ktrace.c | 1309 hlen -= sizeof(kth->_v) - in ktrwrite() 1310 MAX(sizeof(kth->_v._v0), sizeof(kth->_v._v1)); in ktrwrite() 1319 hlen -= sizeof(kth->_v) - in ktrwrite() 1320 MAX(sizeof(kth->_v._v0), sizeof(kth->_v._v1)); in ktrwrite()
|