Home
last modified time | relevance | path

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

/external/chromium/base/third_party/nspr/
Dprtypes.h371 typedef long PRInt64; typedef
374 typedef __int64 PRInt64; typedef
377 typedef long long PRInt64; typedef
387 } PRInt64; typedef
388 typedef PRInt64 PRUint64;
428 typedef PRInt64 PROffset64;
497 typedef PRInt64 PRWord;
Dprtime.h60 #define LL_I2L(l, i) ((l) = (PRInt64)(i))
88 typedef PRInt64 PRTime;
Dprtime.cc1139 PRInt64 usec_per_sec; in PR_ParseTimeString()