Searched defs:PRUint32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/crypto/third_party/nss/
H A Dchromium-prtypes.h71 typedef uint32_t PRUint32; typedef
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprnetdb.h53 const PRNetAddr *addr, char *string, PRUint32 size);
290 ** PRUint32 v4addr IPv4 address
299 NSPR_API(void) PR_ConvertIPv4AddrToIPv6(PRUint32 v4addr, PRIPv6Addr *v6addr);
484 NSPR_API(PRUint32) PR_ntohl(PRUint32); variable
487 NSPR_API(PRUint32) PR_htonl(PRUint32); variable
H A Dprtypes.h216 #define PR_BIT(n) ((PRUint32)1 << (n))
300 ** TYPES: PRUint32
306 typedef unsigned int PRUint32; typedef
311 typedef unsigned long PRUint32; typedef
316 #error No suitable type for PRInt32/PRUint32
324 * The maximum and minimum values of a PRInt32 or PRUint32.
358 PRUint32 lo, hi;
360 PRUint32 hi, lo;
/external/clang/test/CodeGenCXX/
H A D2007-01-06-PtrMethodInit.cpp7 typedef unsigned int PRUint32; typedef
9 typedef PRUint32 nsresult;
55 PRUint32 message;

Completed in 767 milliseconds