OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRUint32
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h
53
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
);
487
NSPR_API(
PRUint32
) PR_htonl(
PRUint32
);
prtypes.h
216
#define PR_BIT(n) ((
PRUint32
)1 << (n))
300
** TYPES:
PRUint32
306
typedef unsigned int
PRUint32
;
311
typedef unsigned long
PRUint32
;
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/
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_org/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 1183 milliseconds