HomeSort by relevance Sort by last modified time
    Searched refs:PRInt64 (Results 1 - 5 of 5) 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 398 ** PRInt64
401 ** declaring variables of type PRUint64 or PRInt64. Different hardware
408 typedef long PRInt64;
411 typedef __int64 PRInt64;
414 typedef __int64 PRInt64;
417 typedef long long PRInt64;
427 } PRInt64;
428 typedef PRInt64 PRUint64;
468 typedef PRInt64 PROffset64;
prtime.cc     [all...]
  /external/chromium/net/third_party/nss/ssl/
sslnonce.c 489 PRInt64 ll;
sslsock.c     [all...]

Completed in 369 milliseconds