Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_table.h62 table_data_ = reader.ReadRegion(num_rows_ * NumRowBits()); in Decode()
69 size_t offset = row * NumRowBits() + column_offset_[column];
77 size_t offset = row * NumRowBits() + column_offset_[column];
83 uint32_t NumRowBits() const { return column_offset_[kNumColumns]; } in NumRowBits() function