Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp796 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit() function in RegisterValue
H A DScalar.cpp868 bool Scalar::ClearBit(uint32_t bit) { in ClearBit() function in Scalar
/openbsd-src/games/battlestar/
H A Dextern.h44 #define ClearBit(array, index) (array[index/BITS] &= ~(1U << (index % BITS))) macro