OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT_PTR
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h
47
#define
UINT_PTR
uintptr_t
51
#define
UINT_PTR
uintptr_t
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h
47
__MINGW_EXTENSION typedef unsigned __int64
UINT_PTR
,*PUINT_PTR;
53
typedef unsigned int
UINT_PTR
,*PUINT_PTR;
70
static __inline void *ULongToHandle (const unsigned __LONG32 h) { return ((void *) (
UINT_PTR
) h); }
73
static __inline unsigned int PtrToUint (const void *p) { return ((unsigned int) (
UINT_PTR
) p); }
79
static __inline void *UIntToPtr (const unsigned int ui) { return ((void *) (
UINT_PTR
)ui); }
108
#define PtrToUint(p) ((UINT) (
UINT_PTR
) (p))
113
#define UIntToPtr(ui) ((VOID *) (
UINT_PTR
) ((unsigned int)ui))
135
#define MAXUINT_PTR (~ ((
UINT_PTR
)0))
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar
Completed in 560 milliseconds