Searched refs:bit_size (Results 1 – 2 of 2) sorted by relevance
261 size_t bit_size = GetLsbForPosition(kCapacity) - lsb; in Truncate() local262 StorageType data = BitFieldClear(copy.storage_, lsb, bit_size); in Truncate()
40 ALWAYS_INLINE BitMemoryRegion(uint8_t* data, ssize_t bit_start, size_t bit_size) { in BitMemoryRegion() argument44 bit_size_ = bit_size; in BitMemoryRegion()65 void Resize(size_t bit_size) { in Resize() argument66 bit_size_ = bit_size; in Resize()