Home
last modified time | relevance | path

Searched refs:byte_bit (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDRegisterValue.cpp1188 const uint32_t byte_bit = bit % 8; in ClearBit() local
1191 m_data.buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
1262 const uint32_t byte_bit = bit % 8; in SetBit() local
1265 m_data.buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()