Home
last modified time | relevance | path

Searched defs:_v (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/sys/sys/
H A Dbitops.h43 int _v; in ffs32() local
77 int _v; in ffs64() local
118 int _v; in fls32() local
152 int _v; in fls64() local
280 fast_divide32(uint32_t _v, uint32_t _div __unused, uint32_t _m, uint8_t _s1, in fast_divide32()
290 fast_remainder32(uint32_t _v, uint32_t _div, uint32_t _m, uint8_t _s1, in fast_remainder32()
H A Dktrace.h89 } _v; member
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dipf_rb.h57 # 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/bsd/ipf/dist/
H A Dipf_rb.h359 #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/sys/dev/ic/
H A Dnvmereg.h49 #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 Dathvar.h461 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ argument
473 #define ath_hal_settkipmic(_ah, _v) \ argument
479 #define ath_hal_settkipsplit(_ah, _v) \ argument
489 #define ath_hal_setdiversity(_ah, _v) \ argument
493 #define ath_hal_setdiag(_ah, _v) \ argument
509 #define ath_hal_settpscale(_ah, _v) \ argument
515 #define ath_hal_settpc(_ah, _v) \ argument
H A Dnvmevar.h218 #define nvme_write4(_s, _r, _v) \ argument
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpr10687.cc9 int _v[2]; member in vec2
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpr10687.cc9 int _v[2]; member in vec2
/netbsd-src/sys/dev/mii/
H A Dmvphy.c71 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument
72 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
/netbsd-src/include/
H A Dstddef.h
/netbsd-src/sys/arch/arm/include/
H A Dptrace.h68 #define PTRACE_REG_SET_PC(_r, _v) (_r)->r_pc = (_v) argument
/netbsd-src/sys/lib/libsa/
H A Dustarfs.c84 #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/external/gpl2/gmake/dist/
H A Dmake.h600 #define EINTRLOOP(_v,_c) while (((_v)=_c)==-1 && errno==EINTR) argument
609 #define ENULLLOOP(_v,_c) do{ errno = 0; \ argument
/netbsd-src/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.h135 #define OS_MARK(_ah, _id, _v) argument
/netbsd-src/sys/net80211/
H A Dieee80211_output.c1280 #define SM(_v, _f) (((_v) << _f##_S) & _f) in ieee80211_add_wme_param() argument
1414 #define senderr(_x, _v) do { ic->ic_stats._v++; ret = _x; goto bad; } while (0) in ieee80211_send_mgmt() argument
H A Dieee80211_input.c1912 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams() argument
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExpression.cc62 Expression::Expression (OpCode _op, uint64_t _v) in Expression()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExpression.cc62 Expression::Expression (OpCode _op, uint64_t _v) in Expression()
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hw.h206 #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/external/isc/atheros_hal/dist/
H A Dah_internal.h507 #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
/netbsd-src/sbin/ifconfig/
H A Dieee80211.c948 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in printwmeparam() argument
/netbsd-src/sys/dev/pci/
H A Dif_mcx.c84 #define MCX_FW_VER_MAJOR(_v) ((_v) & 0xffff) argument
85 #define MCX_FW_VER_MINOR(_v) ((_v) >> 16) argument
87 #define MCX_FW_VER_SUBMINOR(_v) ((_v) & 0xffff) argument
88 #define MCX_CMDIF(_v) ((_v) >> 16) argument
150 #define MCX_CMDQ_LOG_SIZE(_v) ((_v) >> 4 & 0xf) argument
151 #define MCX_CMDQ_LOG_STRIDE(_v) ((_v) >> 0 & 0xf) argument
H A Dif_iavf.c621 #define iavf_wr(_s, _r, _v) \ argument
H A Dif_ixl.c950 #define ixl_wr(_s, _r, _v) \ argument

12