Searched defs:TestBit (Results 1 – 2 of 2) sorted by relevance
42 #define TestBit(array, index) (array[index/BITS] & (1U << (index % BITS))) macro
2296 int TestBit = -1; in emitCompareAndBranch() local