HomeSort by relevance Sort by last modified time
    Searched refs:WordIndex (Results 1 - 3 of 3) sorted by null

  /art/runtime/base/
bit_vector.h 157 storage_[WordIndex(idx)] |= BitMask(idx);
165 storage_[WordIndex(idx)] &= ~BitMask(idx);
253 return (storage[WordIndex(idx)] & BitMask(idx)) != 0;
287 static constexpr uint32_t WordIndex(uint32_t idx) {
bit_vector.cc 257 for (idx = 0; idx < WordIndex(num_bits); idx++) {
316 uint32_t word_end = WordIndex(end);
  /external/skia/src/sfnt/
SkOTTable_glyf.h 190 struct WordIndex {
194 } wordIndex;

Completed in 686 milliseconds