Searched defs:UIntToPtr (Results 1 – 1 of 1) sorted by relevance
79 static __inline void *UIntToPtr (const unsigned int ui) { return ((void *) (UINT_PTR)ui); } in UIntToPtr() function113 #define UIntToPtr(ui) ((VOID *) (UINT_PTR) ((unsigned int)ui)) macro