Lines Matching refs:BUILD_CLRSETBITS
549 #define BUILD_CLRSETBITS(bwlq, sfx, end, type) \ macro
558 BUILD_CLRSETBITS(b, 8, _, u8)
559 BUILD_CLRSETBITS(w, le16, le16, u16)
560 BUILD_CLRSETBITS(w, be16, be16, u16)
561 BUILD_CLRSETBITS(w, 16, _, u16)
562 BUILD_CLRSETBITS(l, le32, le32, u32)
563 BUILD_CLRSETBITS(l, be32, be32, u32)
564 BUILD_CLRSETBITS(l, 32, _, u32)
565 BUILD_CLRSETBITS(q, le64, le64, u64)
566 BUILD_CLRSETBITS(q, be64, be64, u64)
567 BUILD_CLRSETBITS(q, 64, _, u64)