Searched refs:BitIsTrue (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xtrapbits.h | 59 #define BitIsTrue(array,bit) /* Test to see if a specific bit is True */ \ macro 63 (!(BitIsTrue(array,bit))) 75 BitIsTrue((src),(bit)) ? BitTrue((dest),(bit)) : BitFalse((dest),(bit)) 78 (BitIsTrue((array),(bit)) ? True : False)
|
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XECallBcks.c | 71 if (BitIsTrue(req_flags, i)) 105 if (BitIsTrue(evt_flags, i)) 130 if (BitIsTrue(req_flags, i)) 163 if (BitIsTrue(evt_flags, i))
|
| H A D | XEConTxt.c | 181 !(BitIsTrue(dest->valid,bit) && BitIsTrue(src->valid,bit))) 187 !(BitIsTrue(dest->data,bit) && BitIsTrue(src->data,bit)))
|
| H A D | XEPrInfo.c | 88 if (BitIsTrue(f,XETrapTrapActive)) fputs("I/O Active ", ofp);
|
Completed in 4 milliseconds