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

  /src/external/gpl3/gdb/dist/sim/common/
sim-events.h 98 int64_t time_of_event; member in struct:_sim_events
sim-events.c 91 int64_t time_of_event; member in struct:_sim_event
115 TIME_OF_EVENT: this holds the time at which the next event is ment
119 TIME_FROM_EVENT: The current distance from TIME_OF_EVENT. A value
124 Initially, the clock is started at time one (0) with TIME_OF_EVENT
335 events->time_of_event = 0;
357 return (events->time_of_event - events->time_from_event);
384 return (event->time_of_event - sim_events_time (sd));
397 events->time_of_event = events->queue->time_of_event;
398 events->time_from_event = (events->queue->time_of_event - current_time)
442 int64_t time_of_event; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-events.h 98 int64_t time_of_event; member in struct:_sim_events
sim-events.c 91 int64_t time_of_event; member in struct:_sim_event
115 TIME_OF_EVENT: this holds the time at which the next event is ment
119 TIME_FROM_EVENT: The current distance from TIME_OF_EVENT. A value
124 Initially, the clock is started at time one (0) with TIME_OF_EVENT
335 events->time_of_event = 0;
357 return (events->time_of_event - events->time_from_event);
384 return (event->time_of_event - sim_events_time (sd));
397 events->time_of_event = events->queue->time_of_event;
398 events->time_from_event = (events->queue->time_of_event - current_time)
442 int64_t time_of_event; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
events.c 39 TIME_OF_EVENT: this holds the time at which the next event is ment
43 TIME_FROM_EVENT: The current distance from TIME_OF_EVENT. If an
48 Initially, the clock is started at time one (1) with TIME_OF_EVENT
58 int64_t time_of_event; member in struct:_event_entry
67 int64_t time_of_event; member in struct:_event_queue
137 queue->time_of_event = 0;
148 return queue->time_of_event - queue->time_from_event;
157 events->time_from_event = (events->queue->time_of_event - current_time);
158 events->time_of_event = events->queue->time_of_event;
193 int64_t time_of_event; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
events.c 39 TIME_OF_EVENT: this holds the time at which the next event is ment
43 TIME_FROM_EVENT: The current distance from TIME_OF_EVENT. If an
48 Initially, the clock is started at time one (1) with TIME_OF_EVENT
58 int64_t time_of_event; member in struct:_event_entry
67 int64_t time_of_event; member in struct:_event_queue
137 queue->time_of_event = 0;
148 return queue->time_of_event - queue->time_from_event;
157 events->time_from_event = (events->queue->time_of_event - current_time);
158 events->time_of_event = events->queue->time_of_event;
193 int64_t time_of_event; local
    [all...]

Completed in 27 milliseconds