Searched refs:SetBulk (Results 1 – 3 of 3) sorted by relevance
21 void SetBulk(int32_t i, int32_t newBits);
58 void CBC_CommonBitArray::SetBulk(int32_t i, int32_t newBits) { in SetBulk() function in CBC_CommonBitArray
118 rowArray->SetBulk(x << 5, m_bits[offset + x]); in GetRow()