Home
last modified time | relevance | path

Searched refs:WordIndex (Results 1 – 8 of 8) 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.cc146 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/llvm-project/llvm/include/llvm/ADT/
DBitVector.h839 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word() argument
840 unsigned Result = WordIndex * BITWORD_SIZE + countTrailingOnes(Word); in next_unset_in_word()
/external/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()