Searched refs:million (Results 1 – 1 of 1) sorted by relevance
1190 private const int million = 1000000; field in Nintendo.SDSG.CatToucan1217 int msec = (diff % million) / thousand; in UpdateEventTimes()1218 if (diff > million) in UpdateEventTimes()1220 sec = (int)(diff / million); in UpdateEventTimes()