Searched refs:ClearBitsInCell (Results 1 – 1 of 1) sorted by relevance
152 void ClearBitsInCell(uint32_t cell_index, uint32_t mask);259 inline void ConcurrentBitmap<AccessMode::NON_ATOMIC>::ClearBitsInCell( in ClearBitsInCell() function265 inline void ConcurrentBitmap<AccessMode::ATOMIC>::ClearBitsInCell( in ClearBitsInCell() function316 ClearBitsInCell(start_cell_index, ~(start_index_mask - 1)); in ClearRange()320 ClearBitsInCell(end_cell_index, end_index_mask | (end_index_mask - 1)); in ClearRange()322 ClearBitsInCell(start_cell_index, in ClearRange()