Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_string.h261 size_t bit_size = GetLsbForPosition(kCapacity) - lsb; in Truncate() local
262 StorageType data = BitFieldClear(copy.storage_, lsb, bit_size); in Truncate()
Dbit_memory_region.h40 ALWAYS_INLINE BitMemoryRegion(uint8_t* data, ssize_t bit_start, size_t bit_size) { in BitMemoryRegion() argument
44 bit_size_ = bit_size; in BitMemoryRegion()
65 void Resize(size_t bit_size) { in Resize() argument
66 bit_size_ = bit_size; in Resize()