Home
last modified time | relevance | path

Searched defs:PtrToUlong (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.h72 …static __inline unsigned __LONG32 PtrToUlong (const void *p) { return ((unsigned __LONG32) (ULONG_… in PtrToUlong() function
106 #define PtrToUlong(p) ((ULONG) (ULONG_PTR) (p)) macro