Searched defs:BITMASK (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfslibos.h101 # define BITMASK(i) (1 << (i)) macro
106 # define BITMASK(i) (1 << ((i) & (NMSKBITS - 1))) macro
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfslibos.h97 # define BITMASK(i) (1 << (i)) macro
102 # define BITMASK(i) (1 << ((i) & (NMSKBITS - 1))) macro
/xsrc/external/mit/libFS/dist/src/
H A DFSlibos.h121 # define BITMASK(i) (1 << (i)) macro
126 # define BITMASK(i) (1 << ((i) & (NMSKBITS - 1))) macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Daudio.c52 #define BITMASK(high, low) (BITSTO(high+1) & ~BITSTO(low)) macro
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgrabs.c64 #define BITMASK(i) (((Mask)1) << ((i) & 31)) macro
H A Ddispatch.c142 #define BITMASK(i) (1U << ((i) & 31)) macro
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgrabs.c66 #define BITMASK(i) (((Mask)1) << ((i) & 31)) macro
H A Ddispatch.c139 #define BITMASK(i) (1U << ((i) & 31)) macro
/xsrc/external/mit/libXt/dist/src/
H A DPassivGrab.c83 #define BITMASK(i) (((Mask)1) << ((i) & 31)) macro
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dlg_xaa.h46 BITMASK = 0x05E8 enumerator in enum:__anondce0d8360103
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_regs.h104 #define BITMASK(h,l) (((unsigned)(1U << ((h)-(l)+1))-1)<<(l)) macro
H A Dxgi.h388 #define BITMASK(h,l) (((unsigned)(1U << ((h)-(l)+1))-1)<<(l)) macro
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c3840 #define BITMASK(h,l) (((unsigned)(1U << ((h)-(l)+1))-1)<<(l)) macro
H A Dsis.h583 #define BITMASK(h,l) (((unsigned)(1U << ((h) - (l) + 1)) - 1) << (l)) macro
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DPrintstr.h119 #define BITMASK CARD32 macro

Completed in 31 milliseconds