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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dbasetsd.h79 static __inline void *UIntToPtr (const unsigned int ui) { return ((void *) (UINT_PTR)ui); } function
113 #define UIntToPtr(ui) ((VOID *) (UINT_PTR) ((unsigned int)ui)) macro
133 #define UintToPtr(ui) UIntToPtr (ui)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dbasetsd.h79 static __inline void *UIntToPtr (const unsigned int ui) { return ((void *) (UINT_PTR)ui); } function
113 #define UIntToPtr(ui) ((VOID *) (UINT_PTR) ((unsigned int)ui)) macro
133 #define UintToPtr(ui) UIntToPtr (ui)

Completed in 40 milliseconds