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
101 typedef PRInt64 PRTime;
Dprtime.cc1234 *result_imploded = (PRInt64)secs * PR_USEC_PER_SEC; in PR_ParseTimeString()