Home | History | Annotate | Download | only in include

Lines Matching defs:__bs_nonsingle

84 #define	__bs_nonsingle(type, sz, tn, t, h, o, a, c)			\
156 __bs_nonsingle(rm,1,uint8_t,(t),(h),(o),(a),(c))
158 __bs_nonsingle(rm,2,uint16_t,(t),(h),(o),(a),(c))
160 __bs_nonsingle(rm,4,uint32_t,(t),(h),(o),(a),(c))
162 __bs_nonsingle(rm,8,uint64_t,(t),(h),(o),(a),(c))
169 __bs_nonsingle(rr,1,uint8_t,(t),(h),(o),(a),(c))
171 __bs_nonsingle(rr,2,uint16_t,(t),(h),(o),(a),(c))
173 __bs_nonsingle(rr,4,uint32_t,(t),(h),(o),(a),(c))
175 __bs_nonsingle(rr,8,uint64_t,(t),(h),(o),(a),(c))
191 __bs_nonsingle(wm,1,uint8_t,(t),(h),(o),(a),(c))
193 __bs_nonsingle(wm,2,uint16_t,(t),(h),(o),(a),(c))
195 __bs_nonsingle(wm,4,uint32_t,(t),(h),(o),(a),(c))
197 __bs_nonsingle(wm,8,uint64_t,(t),(h),(o),(a),(c))
204 __bs_nonsingle(wr,1,uint8_t,(t),(h),(o),(a),(c))
206 __bs_nonsingle(wr,2,uint16_t,(t),(h),(o),(a),(c))
208 __bs_nonsingle(wr,4,uint32_t,(t),(h),(o),(a),(c))
210 __bs_nonsingle(wr,8,uint64_t,(t),(h),(o),(a),(c))