Home | History | Annotate | Download | only in include

Lines Matching defs:__bs_nonsingle

80 #define	__bs_nonsingle(type, sz, tn, t, h, o, a, c)			\
172 __bs_nonsingle(rm,1,uint8_t,(t),(h),(o),(a),(c))
174 __bs_nonsingle(rm,2,uint16_t,(t),(h),(o),(a),(c))
176 __bs_nonsingle(rm,4,uint32_t,(t),(h),(o),(a),(c))
178 __bs_nonsingle(rm,8,uint64_t,(t),(h),(o),(a),(c))
180 __bs_nonsingle(rms,1,uint8_t,(t),(h),(o),(a),(c))
182 __bs_nonsingle(rms,2,uint16_t,(t),(h),(o),(a),(c))
184 __bs_nonsingle(rms,4,uint32_t,(t),(h),(o),(a),(c))
186 __bs_nonsingle(rms,8,uint64_t,(t),(h),(o),(a),(c))
193 __bs_nonsingle(rr,1,uint8_t,(t),(h),(o),(a),(c))
195 __bs_nonsingle(rr,2,uint16_t,(t),(h),(o),(a),(c))
197 __bs_nonsingle(rr,4,uint32_t,(t),(h),(o),(a),(c))
199 __bs_nonsingle(rr,8,uint64_t,(t),(h),(o),(a),(c))
201 __bs_nonsingle(rrs,1,uint8_t,(t),(h),(o),(a),(c))
203 __bs_nonsingle(rrs,2,uint16_t,(t),(h),(o),(a),(c))
205 __bs_nonsingle(rrs,4,uint32_t,(t),(h),(o),(a),(c))
207 __bs_nonsingle(rrs,8,uint64_t,(t),(h),(o),(a),(c))
235 __bs_nonsingle(wm,1,uint8_t,(t),(h),(o),(a),(c))
237 __bs_nonsingle(wm,2,uint16_t,(t),(h),(o),(a),(c))
239 __bs_nonsingle(wm,4,uint32_t,(t),(h),(o),(a),(c))
241 __bs_nonsingle(wm,8,uint64_t,(t),(h),(o),(a),(c))
243 __bs_nonsingle(wms,1,uint8_t,(t),(h),(o),(a),(c))
245 __bs_nonsingle(wms,2,uint16_t,(t),(h),(o),(a),(c))
247 __bs_nonsingle(wms,4,uint32_t,(t),(h),(o),(a),(c))
249 __bs_nonsingle(wms,8,uint64_t,(t),(h),(o),(a),(c))
256 __bs_nonsingle(wr,1,uint8_t,(t),(h),(o),(a),(c))
258 __bs_nonsingle(wr,2,uint16_t,(t),(h),(o),(a),(c))
260 __bs_nonsingle(wr,4,uint32_t,(t),(h),(o),(a),(c))
262 __bs_nonsingle(wr,8,uint64_t,(t),(h),(o),(a),(c))
264 __bs_nonsingle(wrs,1,uint8_t,(t),(h),(o),(a),(c))
266 __bs_nonsingle(wrs,2,uint16_t,(t),(h),(o),(a),(c))
268 __bs_nonsingle(wrs,4,uint32_t,(t),(h),(o),(a),(c))
270 __bs_nonsingle(wrs,8,uint64_t,(t),(h),(o),(a),(c))