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

/external/clang/test/CodeGenCXX/
H A D2007-01-06-PtrMethodInit.cpp7 typedef unsigned int PRUint32; typedef
9 typedef PRUint32 nsresult;
55 PRUint32 message;
/external/chromium/base/third_party/nspr/
H A Dprtypes.h238 #define PR_BIT(n) ((PRUint32)1 << (n))
322 ** TYPES: PRUint32
328 typedef unsigned int PRUint32; typedef
333 typedef unsigned long PRUint32; typedef
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;

Completed in 79 milliseconds