Searched refs:PR_USEC_PER_SEC (Results 1 – 3 of 3) sorted by relevance
81 #define PR_USEC_PER_SEC 1000000UL macro
1234 *result_imploded = (PRInt64)secs * PR_USEC_PER_SEC; in PR_ParseTimeString()
89 PRTime current_time64 = static_cast<PRTime>(current_time) * PR_USEC_PER_SEC; in TEST_F()