Searched defs:uintptr_t (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/native/common/
H A Dgdefs_md.h33 typedef unsigned int uintptr_t; typedef
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlc.hpp49 /* Make sure that we have the intptr_t and uintptr_t definitions */
62 typedef unsigned __int64 uintptr_t; typedef
64 typedef unsigned int uintptr_t; typedef
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp156 typedef unsigned int uintptr_t; typedef
H A DglobalDefinitions_sparcWorks.hpp162 typedef unsigned int uintptr_t; typedef
H A DglobalDefinitions_visCPP.hpp87 typedef unsigned __int64 uintptr_t; typedef
89 typedef unsigned int uintptr_t; typedef
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_types.h64 #include <stdint.h> /* for uintptr_t */
66 #include <stdint.h> /* for uintptr_t */
69 #include <link.h> /* for uintptr_t */
143 typedef unsigned int uintptr_t; typedef
152 typedef uintptr_t mlib_addr;

Completed in 47 milliseconds