Searched defs:SetBit (Results 1 – 3 of 3) sorted by relevance
836 bool RegisterValue::SetBit(uint32_t bit) { in SetBit() function in RegisterValue
881 bool Scalar::SetBit(uint32_t bit) { in SetBit() function in Scalar
43 #define SetBit(array, index) (array[index/BITS] |= (1U << (index % BITS))) macro