Searched defs:SETBITS (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_i2c.h90 #define SETBITS(b, n) ( ( (b) << ((1?n) > (0?n) ? (0?n) : (1?n)) ) & MASK(n) ) macro
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis.h587 #define SETBITS(val,mask) ((val) << (0 ? mask)) macro

Completed in 7 milliseconds