Home
last modified time | relevance | path

Searched refs:PRInt64 (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/third_party/nspr/
Dprtime.h62 typedef int64_t PRInt64; typedef
82 #define LL_I2L(l, i) ((l) = (PRInt64)(i))
112 typedef PRInt64 PRTime;
Dprtime.cc141 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()