Searched refs:LastTime (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darminit.c116 state->LastTime = 0;
H A Darmdefs.h122 unsigned long LastTime; /* Value of last call to ARMul_Time() */ member in struct:ARMul_State
H A Darmemu.c1456 newcycles = nowtime - state->LastTime;
1457 state->LastTime = nowtime;
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darminit.c119 state->LastTime = 0;
H A Darmdefs.h122 unsigned long LastTime; /* Value of last call to ARMul_Time() */ member in struct:ARMul_State
H A Darmemu.c1520 newcycles = nowtime - state->LastTime;
1521 state->LastTime = nowtime;

Completed in 223 milliseconds