HomeSort by relevance Sort by last modified time
    Searched refs:PRUint32 (Results 1 - 5 of 5) sorted by null

  /external/chromium/crypto/third_party/nss/
sha256.h 44 PRUint32 w[64]; /* message schedule, input buffer, plus 48 words */
47 PRUint32 h[8]; /* 8 state variables */
48 PRUint32 sizeHi,sizeLo; /* 64-bit count of hashed bytes. */
sha512.cc 81 static const PRUint32 K256[64] = {
101 static const PRUint32 H256[8] = {
116 static FORCEINLINE PRUint32 FASTCALL
117 swap4b(PRUint32 dwd)
185 register PRUint32 t1, t2;
275 PRUint32 a, b, c, d, e, f, g, h;
438 PRUint32 hi, lo;
440 PRUint32 t1;
566 #define BYTESWAP8(x) do { PRUint32 tmp; BYTESWAP4(x.lo); BYTESWAP4(x.hi); \
660 PRUint32 l[160]
    [all...]
  /external/clang/test/CodeGenCXX/
2007-01-06-PtrMethodInit.cpp 7 typedef unsigned int PRUint32;
9 typedef PRUint32 nsresult;
55 PRUint32 message;
  /external/chromium/base/third_party/nspr/
prtypes.h 238 #define PR_BIT(n) ((PRUint32)1 << (n))
322 ** TYPES: PRUint32
328 typedef unsigned int PRUint32;
333 typedef unsigned long PRUint32;
338 #error No suitable type for PRInt32/PRUint32
346 * The maximum and minimum values of a PRInt32 or PRUint32.
383 PRUint32 lo, hi;
385 PRUint32 hi, lo;
  /external/chromium/net/ocsp/
nss_ocsp.cc 111 const PRUint32 http_data_len,
122 PRUint32* http_response_data_len);
164 void SetPostData(const char* http_data, PRUint32 http_data_len,
634 const PRUint32 http_data_len,
663 PRUint32* http_response_data_len) {
699 PRUint32* http_response_data_len) {

Completed in 875 milliseconds