Home | History | Annotate | Download | only in include

Lines Matching defs:__bs_nonsingle

93 #define	__bs_nonsingle(type, sz, tn, t, h, o, a, c)			\
166 __bs_nonsingle(rm,1,uint8_t,(t),(h),(o),(a),(c))
168 __bs_nonsingle(rm,2,uint16_t,(t),(h),(o),(a),(c))
170 __bs_nonsingle(rm,4,uint32_t,(t),(h),(o),(a),(c))
172 __bs_nonsingle(rm,8,uint64_t,(t),(h),(o),(a),(c))
174 __bs_nonsingle(rms,1,uint8_t,(t),(h),(o),(a),(c))
176 __bs_nonsingle(rms,2,uint16_t,(t),(h),(o),(a),(c))
178 __bs_nonsingle(rms,4,uint32_t,(t),(h),(o),(a),(c))
180 __bs_nonsingle(rms,8,uint64_t,(t),(h),(o),(a),(c))
187 __bs_nonsingle(rr,1,uint8_t,(t),(h),(o),(a),(c))
189 __bs_nonsingle(rr,2,uint16_t,(t),(h),(o),(a),(c))
191 __bs_nonsingle(rr,4,uint32_t,(t),(h),(o),(a),(c))
193 __bs_nonsingle(rr,8,uint64_t,(t),(h),(o),(a),(c))
195 __bs_nonsingle(rrs,1,uint8_t,(t),(h),(o),(a),(c))
197 __bs_nonsingle(rrs,2,uint16_t,(t),(h),(o),(a),(c))
199 __bs_nonsingle(rrs,4,uint32_t,(t),(h),(o),(a),(c))
201 __bs_nonsingle(rrs,8,uint64_t,(t),(h),(o),(a),(c))
225 __bs_nonsingle(wm,1,uint8_t,(t),(h),(o),(a),(c))
227 __bs_nonsingle(wm,2,uint16_t,(t),(h),(o),(a),(c))
229 __bs_nonsingle(wm,4,uint32_t,(t),(h),(o),(a),(c))
231 __bs_nonsingle(wm,8,uint64_t,(t),(h),(o),(a),(c))
233 __bs_nonsingle(wms,1,uint8_t,(t),(h),(o),(a),(c))
235 __bs_nonsingle(wms,2,uint16_t,(t),(h),(o),(a),(c))
237 __bs_nonsingle(wms,4,uint32_t,(t),(h),(o),(a),(c))
239 __bs_nonsingle(wms,8,uint64_t,(t),(h),(o),(a),(c))
246 __bs_nonsingle(wr,1,uint8_t,(t),(h),(o),(a),(c))
248 __bs_nonsingle(wr,2,uint16_t,(t),(h),(o),(a),(c))
250 __bs_nonsingle(wr,4,uint32_t,(t),(h),(o),(a),(c))
252 __bs_nonsingle(wr,8,uint64_t,(t),(h),(o),(a),(c))
254 __bs_nonsingle(wrs,1,uint8_t,(t),(h),(o),(a),(c))
256 __bs_nonsingle(wrs,2,uint16_t,(t),(h),(o),(a),(c))
258 __bs_nonsingle(wrs,4,uint32_t,(t),(h),(o),(a),(c))
260 __bs_nonsingle(wrs,8,uint64_t,(t),(h),(o),(a),(c))