Searched refs:DivideNanoSeconds (Results 1 – 1 of 1) sorted by relevance
139 s64 GetDays() const { return DivideNanoSeconds(0x683fff6f48f948e3LL, 45); } in GetDays()146 s64 GetHours() const { return DivideNanoSeconds(0x9c5fff26ed75ed55LL, 41); } in GetHours()153 s64 GetMinutes() const { return DivideNanoSeconds(0x12533fe68fd3d1dLL, 28); } in GetMinutes()160 s64 GetSeconds() const { return DivideNanoSeconds(0x112e0be826d694b3LL, 26); } in GetSeconds()167 s64 GetMilliSeconds() const { return DivideNanoSeconds(0x431bde82d7b634dbLL, 18); } in GetMilliSeconds()174 s64 GetMicroSeconds() const { return DivideNanoSeconds(0x20c49ba5e353f7cfLL, 7); } in GetMicroSeconds()277 s64 DivideNanoSeconds(const s64 magic, const s32 rightShift) const in DivideNanoSeconds() function