/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;
|
prlong.h | 66 PRUint64 __pascal __loadds __export 72 NSPR_API(PRUint64) LL_MaxUint(void); 112 #define LL_UCMP(a, op, b) ((PRUint64)(a) op (PRUint64)(b)) 161 #define LL_USHR(r, a, b) ((r) = (PRUint64)(a) >> (b)) 190 ** INPUTS: PRUint64 a: The dividend of the operation 191 ** PRUint64 b: The quotient of the operation 192 ** OUTPUTS: PRUint64 *qp: pointer to quotient 193 ** PRUint64 *rp: pointer to remainder 196 (*(qp) = ((PRUint64)(a) / (b)), [all...] |
prio.h | 161 PRUint64 _S6_u64[2]; [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
protypes.h | 105 typedef PRUint64 uint64;
|
/external/chromium_org/net/third_party/nss/ssl/ |
dtlscon.c | 1039 dtls_RecordGetRecvd(DTLSRecvdRecords *records, PRUint64 seq) 1041 PRUint64 offset; 1064 dtls_RecordSetRecvd(DTLSRecvdRecords *records, PRUint64 seq) 1066 PRUint64 offset; 1072 PRUint64 new_left; 1073 PRUint64 new_right; 1074 PRUint64 right; [all...] |
derive.c | 95 PRUint64 md5buf[22]; 96 PRUint64 shabuf[40]; 450 PRUint64 md5buf[22]; 451 PRUint64 shabuf[40];
|
sslimpl.h | 533 PRUint64 cipher_context[MAX_CIPHER_CONTEXT_LLONGS]; 570 PRUint64 left; 571 PRUint64 right; 888 PRUint64 md5_cx[MAX_MAC_CONTEXT_LLONGS]; 889 PRUint64 sha_cx[MAX_MAC_CONTEXT_LLONGS]; [all...] |
ssl3ext.c | [all...] |
ssl3con.c | [all...] |
/external/chromium_org/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_org/net/cert/ |
cert_verify_proc_nss.cc | 377 PRUint64 revocation_method_flags = 383 PRUint64 revocation_method_independent_flags = 402 PRUint64 method_flags[2]; [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_unixos.h | 569 typedef PRUint64 ino64_t;
|