Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMemoryXz.h40 size_t BlockSize() { return 1 << block_size_log2_; } in BlockSize()
65 uint32_t block_size_log2_ = 31; variable
DMemory.cpp593 block_size_log2_ = block_size_log2; in Init()
610 block_size_log2_ = 31; // Because 32 bits is too big (shift right by 32 is not allowed). in Init()
628 for (size_t i = addr >> block_size_log2_; i < blocks_.size(); i++) { in Read()
635 size_t offset = (addr - (i << block_size_log2_)); // Start inside the block. in Read()