Searched defs:ClearBit (Results 1 – 3 of 3) sorted by relevance
796 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit() function in RegisterValue
868 bool Scalar::ClearBit(uint32_t bit) { in ClearBit() function in Scalar
44 #define ClearBit(array, index) (array[index/BITS] &= ~(1U << (index % BITS))) macro