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

  /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/crypto/third_party/nss/
sha512.cc 571 static const PRUint64 K512[80] = {
659 PRUint64 w[80]; /* message schedule, input buffer, plus 64 words */
663 PRUint64 h[8]; /* 8 state variables */
664 PRUint64 sizeLo; /* 64-bit count of hashed bytes. */
670 static const PRUint64 H512[8] = {
796 PRUint64 t1;
820 PRUint64 t1, t2;
915 PRUint64 a, b, c, d, e, f, g, h;
1092 PRUint64 lo, t1;
1097 PRUint64 lo = ctx->sizeLo
    [all...]
  /external/chromium/net/base/
x509_certificate_nss.cc 368 PRUint64 revocation_method_flags =
374 PRUint64 revocation_method_independent_flags =
389 PRUint64 method_flags[2];
    [all...]

Completed in 684 milliseconds