Lines Matching refs:xcb_mask
60 uint32_t unit = (x >> 3) & ~xcb_mask(2);
61 uint32_t byte = xcb_mask(2) - ((x >> 3) & xcb_mask(2));
62 uint32_t bit = xcb_mask(3) - (x & xcb_mask(3));
75 uint32_t bit = x & xcb_mask(3);
87 uint32_t unit = (x >> 3) & ~xcb_mask(2);
88 uint32_t byte = xcb_mask(2) - ((x >> 3) & xcb_mask(2));
89 uint32_t bit = xcb_mask(3) - (x & xcb_mask(3));
99 uint32_t bit = x & xcb_mask(3);