OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bit_size_
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
arena_bit_vector.h
39
bit_size_
(p_bits_->storage_size_ * sizeof(uint32_t) * 8) {}
44
DCHECK_EQ(
bit_size_
, p_bits_->GetStorageSize() * sizeof(uint32_t) * 8);
47
if (bit_index_ >=
bit_size_
) return -1;
57
if ((word_index * 32) >=
bit_size_
) {
58
bit_index_ =
bit_size_
;
79
const uint32_t
bit_size_
; // Size of vector in bits.
member in class:art::ArenaBitVector::Iterator
/external/chromium/chrome/browser/safe_browsing/
bloom_filter.h
100
int
bit_size_
; // size in bits
member in class:BloomFilter
Completed in 59 milliseconds