Home
last modified time | relevance | path

Searched refs:_v_ (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/arch/powerpc/include/
H A Dpio.h113 uint8_t _v_; in __inb() local
115 _v_ = *a; in __inb()
117 return _v_; in __inb()
123 uint16_t _v_; in __inw() local
125 _v_ = *a; in __inw()
127 return _v_; in __inw()
133 uint32_t _v_; in __inl() local
135 _v_ = *a; in __inl()
137 return _v_; in __inl()
147 return _v_; in __inwrb()
[all …]
/netbsd/lib/librumpuser/
H A Drumpuser_int.h100 #define ET(_v_) return (_v_); argument
102 #define ET(_v_) return (_v_) ? rumpuser__errtrans(_v_) : 0; argument
/netbsd/sys/rump/net/lib/libshmif/
H A Dshmif_user.c44 #define seterr(_v_) if ((_v_) == -1) *error = errno; else *error = 0; argument
/netbsd/sys/arch/emips/stand/common/
H A Denic.c90 #define kvtophys(_v_) ((paddr_t)(_v_) & ~0x80000000) argument
/netbsd/sys/rump/net/lib/libsockin/
H A Dsockin_user.c52 #define seterror(_v_) if ((_v_) == -1) rv = errno; else rv = 0; argument
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-msa.md2725 (define_insn "msa_<msabr>_v_<msafmt_f>"
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-msa.md2756 (define_insn "msa_<msabr>_v_<msafmt_f>"
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20193334 * config/mips/mips-msa.md (msa_<msabr>_<msafmt_f>, msa_<msabr>_v_<msafmt_f>):