HomeSort by relevance Sort by last modified time
    Searched refs:PRInt64 (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/third_party/nspr/
prtime.h 60 #define LL_I2L(l, i) ((l) = (PRInt64)(i))
85 * simply uses PRInt64.
88 typedef PRInt64 PRTime;
119 * NSPR 1.0 PRInt64 PRTime
prtypes.h 355 ** PRInt64
358 ** declaring variables of type PRUint64 or PRInt64. Different hardware
371 typedef long PRInt64;
374 typedef __int64 PRInt64;
377 typedef long long PRInt64;
387 } PRInt64;
388 typedef PRInt64 PRUint64;
428 typedef PRInt64 PROffset64;
497 typedef PRInt64 PRWord;
prtime.cc     [all...]

Completed in 33 milliseconds