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

  /src/games/robots/
extern.c 45 bool Jump = false; /* Jump while running, counting, or waiting */
50 bool Waiting; /* Player is waiting for end */
75 int Wait_bonus; /* bonus for waiting */
extern.c 45 bool Jump = false; /* Jump while running, counting, or waiting */
50 bool Waiting; /* Player is waiting for end */
75 int Wait_bonus; /* bonus for waiting */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
TimelineView.h 50 /// =: Instruction waiting in the Scheduler's queue
51 /// -: Instruction executed, waiting to retire in order.
76 /// [1]: Average time spent waiting in a scheduler's queue
77 /// [2]: Average time spent waiting in a scheduler's queue while ready
159 static const char Waiting = '='; // Instruction is waiting in the scheduler.
161 static const char RetireLag = '-'; // The instruction is waiting to retire.
TimelineView.h 50 /// =: Instruction waiting in the Scheduler's queue
51 /// -: Instruction executed, waiting to retire in order.
76 /// [1]: Average time spent waiting in a scheduler's queue
77 /// [2]: Average time spent waiting in a scheduler's queue while ready
159 static const char Waiting = '='; // Instruction is waiting in the scheduler.
161 static const char RetireLag = '-'; // The instruction is waiting to retire.
TimelineView.cpp 182 "[1]: Average time spent waiting in a scheduler's queue\n"
183 "[2]: Average time spent waiting in a scheduler's queue while ready\n"
233 OS << TimelineView::DisplayChar::Waiting;
TimelineView.cpp 182 "[1]: Average time spent waiting in a scheduler's queue\n"
183 "[2]: Average time spent waiting in a scheduler's queue while ready\n"
233 OS << TimelineView::DisplayChar::Waiting;

Completed in 33 milliseconds