Home
last modified time | relevance | path

Searched defs:SetBit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp836 bool RegisterValue::SetBit(uint32_t bit) { in SetBit() function in RegisterValue
H A DScalar.cpp881 bool Scalar::SetBit(uint32_t bit) { in SetBit() function in Scalar
/openbsd-src/games/battlestar/
H A Dextern.h43 #define SetBit(array, index) (array[index/BITS] |= (1U << (index % BITS))) macro