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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetsd.h118 typedef /* [public] */ unsigned __int3264 UINT_PTR, *PUINT_PTR; typedef
128 typedef unsigned __int64 UINT_PTR, *PUINT_PTR; typedef
137 typedef unsigned long UINT_PTR, *PUINT_PTR; typedef
195 return (UINT32)(UINT_PTR)p;
220 return (void *)(UINT_PTR)ui;
256 #define PtrToUint(p) ((UINT)(UINT_PTR)(p))
261 #define UIntToPtr(ui) ((void *)(UINT_PTR)((UINT)ui))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetsd.h120 typedef /* [public] */ unsigned __int3264 UINT_PTR, *PUINT_PTR; typedef
130 typedef unsigned __int64 UINT_PTR, *PUINT_PTR; typedef
139 typedef unsigned long UINT_PTR, *PUINT_PTR; typedef
197 return (UINT_PTR)p;
222 return (void *)(UINT_PTR)ui;
258 #define PtrToUint(p) ((UINT)(UINT_PTR)(p))
263 #define UIntToPtr(ui) ((void *)(UINT_PTR)((UINT)ui))

Completed in 39 milliseconds