HomeSort by: relevance | last modified time | path
    Searched defs:SourceIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
TimelineView.cpp 136 unsigned SourceIndex,
138 bool PrintingTotals = SourceIndex == getSource().size();
142 OS << SourceIndex << '.';
156 int BufferSize = PrintingTotals ? 0 : UsedBuffer[SourceIndex].second;
219 unsigned SourceIndex) const {
220 if (Iteration == 0 && SourceIndex == 0)
222 OS << '[' << Iteration << ',' << SourceIndex << ']';
294 unsigned SourceIndex = IID % Source.size();
295 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex);
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 843 UINT32 SourceIndex;

Completed in 50 milliseconds