Home
last modified time | relevance | path

Searched refs:lowbit (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c93 redInc = lowbit(pVisual->redMask); in xnestCreateColormap()
94 greenInc = lowbit(pVisual->greenMask); in xnestCreateColormap()
95 blueInc = lowbit(pVisual->blueMask); in xnestCreateColormap()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_eld.c135 #define GRAB_BITS(buf, byte, lowbit, bits) \ argument
137 BUILD_BUG_ON(lowbit > 7); \
141 (buf[byte] >> (lowbit)) & ((1 << (bits)) - 1); \
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dsvgalib.c29 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsvga.h15 u8 lowbit; member
/OK3568_Linux_fs/external/xserver/include/
H A Dmisc.h150 #define lowbit(x) ((x) & (~(x) + 1)) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c135 index2 = (BITS32) lowbit(mask); in ChangeGC()
629 index2 = (BITS32) lowbit(mask); in CopyGC()
H A Dcolormap.c1915 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()
H A Dwindow.c1196 index2 = (Mask) lowbit(tmask); in ChangeWindowAttributes()
2252 index2 = (Mask) lowbit(tmask); in ConfigureWindow()
H A Ddevices.c1993 index2 = (BITS32) lowbit(vmask); in DoChangeKeyboardControl()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c884 imask = lowbit(tmask); in ScreenSaverSetAttributes()
H A Dsync.c804 int index2 = lowbit(mask); in SyncChangeAlarmAttributes()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c1052 index2 = (BITS32) lowbit(vmask); in ChangePicture()