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

  /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;

Completed in 761 milliseconds