Searched refs:S2MS (Results 1 – 2 of 2) sorted by relevance
41 const int S2MS = 1000; variable96 return (int64_t) ((t.tv_sec * S2MS) + (t.tv_nsec / MS2NS)); in UTCTimeSeconds()
46 const int S2MS = 1000; variable142 return (int64_t)((t.tv_sec * S2MS) + (t.tv_nsec / MS2NS)); in UTCTimeSeconds()