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

  /external/chromium/base/third_party/nspr/
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;
  /external/chromium_org/base/third_party/nspr/
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;
  /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 945 milliseconds