Searched refs:byte_bit (Results 1 – 1 of 1) sorted by relevance
1187 const uint32_t byte_bit = bit % 8; in ClearBit() local1190 m_data.buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()1261 const uint32_t byte_bit = bit % 8; in SetBit() local1264 m_data.buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()