Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sfnt/
DSkOTTable_glyf.h189 struct WordIndex { struct
/third_party/skia/src/sfnt/
DSkOTTable_glyf.h189 struct WordIndex { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h852 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word() argument
853 unsigned Result = WordIndex * BITWORD_SIZE + countTrailingOnes(Word); in next_unset_in_word()