HomeSort by relevance Sort by last modified time
    Searched defs:ULONG_PTR (Results 1 - 7 of 7) sorted by null

  /system/iot/attestation/at-factory-tool/
serialmapperwin.py 30 ULONG_PTR = ctypes.POINTER(ULONG)
52 ('Reserved', ULONG_PTR),
  /external/clang/test/Parser/
MicrosoftExtensions.c 9 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR;
12 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p );
16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p );
  /external/clang/test/Analysis/
null-deref-ps.c 257 typedef unsigned long ULONG_PTR, *PULONG_PTR;
258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 18 # ULONG_PTR is a an ordinary number, not a pointer and contrary to the name it
23 ULONG_PTR = c_int64
26 ULONG_PTR = c_ulong
237 ('Internal', ULONG_PTR),
238 ('InternalHigh', ULONG_PTR),
320 'ULONG_PTR', 'CreateFile', 'NOPARITY', 'CloseHandle']
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 49 __MINGW_EXTENSION typedef unsigned __int64 ULONG_PTR,*PULONG_PTR;
55 typedef unsigned long ULONG_PTR,*PULONG_PTR;
68 static __inline unsigned __LONG32 HandleToULong (const void *h) { return ((unsigned __LONG32) (ULONG_PTR) h); }
72 static __inline unsigned __LONG32 PtrToUlong (const void *p) { return ((unsigned __LONG32) (ULONG_PTR) p); }
74 static __inline unsigned short PtrToUshort (const void *p) { return ((unsigned short) (unsigned __LONG32) (ULONG_PTR) p); }
81 static __inline void *ULongToPtr (const unsigned __LONG32 ul) { return ((void *) (ULONG_PTR)ul); }
88 static __inline void *Ptr32ToPtr (const void *POINTER_32 p) { return ((void *) (ULONG_PTR) (unsigned __LONG32) (ULONG_PTR) p); }
89 static __inline void *Handle32ToHandle (const void *POINTER_32 h) { return ((void *) (LONG_PTR) (__LONG32) (ULONG_PTR) h); }
90 static __inline void *POINTER_32 PtrToPtr32 (const void *p) { return ((void *POINTER_32) (ULONG_PTR) (unsigned __LONG32) (ULONG_PTR) p);
    [all...]
httpfilt.h 14 __MINGW_EXTENSION typedef unsigned __int64 ULONG_PTR,*PULONG_PTR;
16 typedef unsigned long ULONG_PTR,*PULONG_PTR;
52 WINBOOL (WINAPI *ServerSupportFunction)(struct _HTTP_FILTER_CONTEXT *pfc,enum SF_REQ_TYPE sfReq,PVOID pData,ULONG_PTR ul1,ULONG_PTR ul2);
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 117 milliseconds