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

  /external/chromium_org/base/third_party/nspr/
prtime.h 62 typedef int64_t PRInt64;
98 * simply uses PRInt64.
101 typedef PRInt64 PRTime;
132 * NSPR 1.0 PRInt64 PRTime
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h 333 ** PRInt64
336 ** declaring variables of type PRUint64 or PRInt64. Different hardware
343 typedef long PRInt64;
346 typedef __int64 PRInt64;
349 typedef __int64 PRInt64;
352 typedef long long PRInt64;
362 } PRInt64;
363 typedef PRInt64 PRUint64;
403 typedef PRInt64 PROffset64;

Completed in 61 milliseconds