OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ULONG_PTR
(Results
1 - 7
of
7
) 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/telemetry/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
50
__MINGW_EXTENSION typedef unsigned __int64
ULONG_PTR
,*PULONG_PTR;
56
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); }
83
#define PtrToPtr64(p) ((void *) (
ULONG_PTR
) p)
84
#define Ptr64ToPtr(p) ((void *) (
ULONG_PTR
) p)
88
static __inline void *Ptr32ToPtr(const void *p) { return (void *) (
ULONG_PTR
) p; }
89
static __inline void *Handle32ToHandle(const void *h) { return((void *) (
ULONG_PTR
) h);
[
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);
/external/netperf/src/
netlib.h
706
#define
ULONG_PTR
unsigned long
710
(char *)(( (
ULONG_PTR
)(BufPtr) + \
711
(
ULONG_PTR
) (Align) -1) & \
712
~((
ULONG_PTR
) (Align) - 1)) + (
ULONG_PTR
)(Offset)
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar
Completed in 822 milliseconds