Searched refs:lowbit (Results 1 – 12 of 12) sorted by relevance
93 redInc = lowbit(pVisual->redMask); in xnestCreateColormap()94 greenInc = lowbit(pVisual->greenMask); in xnestCreateColormap()95 blueInc = lowbit(pVisual->blueMask); in xnestCreateColormap()
135 #define GRAB_BITS(buf, byte, lowbit, bits) \ argument137 BUILD_BUG_ON(lowbit > 7); \141 (buf[byte] >> (lowbit)) & ((1 << (bits)) - 1); \
29 bitnum = regset->lowbit; in svga_wcrt_multi()49 bitnum = regset->lowbit; in svga_wseq_multi()67 count += regset->highbit - regset->lowbit + 1; in svga_regset_size()
15 u8 lowbit; member
150 #define lowbit(x) ((x) & (~(x) + 1)) macro
135 index2 = (BITS32) lowbit(mask); in ChangeGC()629 index2 = (BITS32) lowbit(mask); in CopyGC()
1915 base = lowbit(mask); in AllocCP()1982 base = lowbit(rmask); in AllocShared()2009 base = lowbit(gmask); in AllocShared()2034 base = lowbit(bmask); in AllocShared()2126 base = lowbit(mask); in FreeCo()
1196 index2 = (Mask) lowbit(tmask); in ChangeWindowAttributes()2252 index2 = (Mask) lowbit(tmask); in ConfigureWindow()
1993 index2 = (BITS32) lowbit(vmask); in DoChangeKeyboardControl()
884 imask = lowbit(tmask); in ScreenSaverSetAttributes()
804 int index2 = lowbit(mask); in SyncChangeAlarmAttributes()
1052 index2 = (BITS32) lowbit(vmask); in ChangePicture()