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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h 485 NSPR_API(PRUint64) PR_ntohll(PRUint64);
488 NSPR_API(PRUint64) PR_htonll(PRUint64);
prtypes.h 332 ** TYPES: PRUint64
336 ** declaring variables of type PRUint64 or PRInt64. Different hardware
344 typedef unsigned long PRUint64;
347 typedef unsigned __int64 PRUint64;
350 typedef unsigned __int64 PRUint64;
353 typedef unsigned long long PRUint64;
363 typedef PRInt64 PRUint64;
  /external/chromium/base/third_party/nspr/
prtypes.h 354 ** TYPES: PRUint64
358 ** declaring variables of type PRUint64 or PRInt64. Different hardware
372 typedef unsigned long PRUint64;
375 typedef unsigned __int64 PRUint64;
378 typedef unsigned long long PRUint64;
388 typedef PRInt64 PRUint64;
445 typedef PRUint64 PRUptrdiff;
498 typedef PRUint64 PRUword;
  /external/chromium_org/base/third_party/nspr/
prtypes.h 354 ** TYPES: PRUint64
358 ** declaring variables of type PRUint64 or PRInt64. Different hardware
372 typedef unsigned long PRUint64;
375 typedef unsigned __int64 PRUint64;
378 typedef unsigned long long PRUint64;
388 typedef PRInt64 PRUint64;
445 typedef PRUint64 PRUptrdiff;
498 typedef PRUint64 PRUword;

Completed in 31 milliseconds