Searched refs:bitpos (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Cursors.c132 char bitpos; member in struct:cursor_bit
178 ret.bitpos = x & 7;
190 return (*bit.byte >> bit.bitpos) & 1;
200 *bit.byte |= 1 << bit.bitpos;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Cursors.c134 char bitpos; member in struct:cursor_bit
180 ret.bitpos = x & 7;
193 return (*bit.byte >> bit.bitpos) & 1;
204 *bit.byte |= 1 << bit.bitpos;
/xsrc/external/mit/brotli/dist/c/enc/
H A Dcompress_fragment.c366 const size_t bitpos = new_storage_ix & 7; local in function:RewindBitPosition
367 const size_t mask = (1u << bitpos) - 1;
H A Dcompress_fragment_two_pass.c542 const size_t bitpos = new_storage_ix & 7; local in function:RewindBitPosition
543 const size_t mask = (1u << bitpos) - 1;

Completed in 66 milliseconds