Searched refs:NS_PER_SEC (Results 1 – 2 of 2) sorted by relevance
30 #define NS_PER_SEC 1000000000LL macro44 return t.tv_sec*NS_PER_SEC + t.tv_usec*NS_PER_US; in timevalToNano()
114 return int64_t(t.tv_sec)*NS_PER_SEC + t.tv_nsec; in getTimestamp()