Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A 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()
H A Dbit_string.h261 size_t bit_size = GetLsbForPosition(kCapacity) - lsb; in Truncate() local
262 StorageType data = BitFieldClear(copy.storage_, lsb, bit_size); in Truncate()
/aosp12/system/extras/simpleperf/
H A Dcmd_inject_impl.h26 std::vector<bool> ProtoStringToBranch(const std::string& s, size_t bit_size);
H A Dcmd_inject.cpp48 std::vector<bool> ProtoStringToBranch(const std::string& s, size_t bit_size) { in ProtoStringToBranch() argument
49 std::vector<bool> branch(bit_size, false); in ProtoStringToBranch()
50 for (size_t i = 0; i < bit_size; i++) { in ProtoStringToBranch()