HomeSort by relevance Sort by last modified time
    Searched refs:PtrToUshort (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ioaccess.h 26 #define H2I(p) PtrToUshort(p)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 74 static __inline unsigned short PtrToUshort(const void *p) { return((unsigned short) (unsigned __LONG32) (ULONG_PTR) p); }
113 #define PtrToUshort(p) ((unsigned short)(ULONG_PTR)(p))

Completed in 62 milliseconds