Home
last modified time | relevance | path

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

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