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

  /src/external/gpl3/gdb.old/dist/sim/mips/
dv-tx3904tmr.c 153 signed_8 roundoff_ticks; /* sim ticks unprocessed during last tick call */ member in struct:tx3904tmr
270 controller->last_ticks = controller->roundoff_ticks = 0;
304 controller->last_ticks = controller->roundoff_ticks = 0;
506 warp = this_ticks - controller->last_ticks + controller->roundoff_ticks;
510 warp = controller->roundoff_ticks;
574 to decrement. So the remainder (-> roundoff_ticks) will slowly
578 controller->roundoff_ticks = remainder;
  /src/external/gpl3/gdb/dist/sim/mips/
dv-tx3904tmr.c 153 signed_8 roundoff_ticks; /* sim ticks unprocessed during last tick call */ member in struct:tx3904tmr
270 controller->last_ticks = controller->roundoff_ticks = 0;
304 controller->last_ticks = controller->roundoff_ticks = 0;
506 warp = this_ticks - controller->last_ticks + controller->roundoff_ticks;
510 warp = controller->roundoff_ticks;
574 to decrement. So the remainder (-> roundoff_ticks) will slowly
578 controller->roundoff_ticks = remainder;

Completed in 24 milliseconds