Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc92 size_t RecordCursor::WordIndex() { in WordIndex() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
Dfuchsia_trace_utils.h201 size_t WordIndex();
Dfuchsia_trace_tokenizer.cc326 const size_t arg_base = cursor.WordIndex(); in ParseRecord()
407 const size_t arg_base = cursor.WordIndex(); in ParseRecord()
Dfuchsia_trace_parser.cc142 size_t arg_base = cursor.WordIndex(); in ParseTracePacket()
/external/skia/src/sfnt/
DSkOTTable_glyf.h189 struct WordIndex { struct
/external/skqp/src/sfnt/
DSkOTTable_glyf.h189 struct WordIndex { struct
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DBitVector.h836 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word() argument
837 unsigned Result = WordIndex * BITWORD_SIZE + countTrailingOnes(Word); in next_unset_in_word()