Searched refs:PRInt64 (Results 1 – 2 of 2) sorted by relevance
62 typedef int64_t PRInt64; typedef82 #define LL_I2L(l, i) ((l) = (PRInt64)(i))112 typedef PRInt64 PRTime;
141 PRInt64 secPerDay, usecPerSec; in PR_ImplodeTime()142 PRInt64 temp; in PR_ImplodeTime()143 PRInt64 numSecs64; in PR_ImplodeTime()1165 *result_imploded = (PRInt64)secs * PR_USEC_PER_SEC; in PR_ParseTimeString()