Searched refs:WordIndex (Results 1 – 8 of 8) sorted by relevance
92 size_t RecordCursor::WordIndex() { in WordIndex() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
201 size_t WordIndex();
326 const size_t arg_base = cursor.WordIndex(); in ParseRecord()407 const size_t arg_base = cursor.WordIndex(); in ParseRecord()
146 size_t arg_base = cursor.WordIndex(); in ParseTracePacket()
189 struct WordIndex { struct
839 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word() argument840 unsigned Result = WordIndex * BITWORD_SIZE + countTrailingOnes(Word); in next_unset_in_word()
852 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word() argument853 unsigned Result = WordIndex * BITWORD_SIZE + countTrailingOnes(Word); in next_unset_in_word()