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

  /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']

Completed in 108 milliseconds