HomeSort by relevance Sort by last modified time
    Searched refs:UINT_PTR (Results 1 - 25 of 60) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_socket_types.h 11 typedef UINT_PTR SOCKET;
  /external/chromium_org/content/test/plugin/
plugin_npobject_lifetime_test.h 34 static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
36 UINT_PTR timer_id_;
72 static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
74 UINT_PTR timer_id_;
plugin_get_javascript_url_test.h 35 static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
plugin_npobject_lifetime_test.cc 42 HWND window, UINT message, UINT_PTR timer_id,
144 HWND window, UINT message, UINT_PTR timer_id,
plugin_get_javascript_url_test.cc 67 HWND window, UINT message, UINT_PTR timer_id, DWORD elapsed_time) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioapotypes.h 21 UINT_PTR pBuffer;
dde.h 62 LPARAM WINAPI PackDDElParam(UINT msg,UINT_PTR uiLo,UINT_PTR uiHi);
65 LPARAM WINAPI ReuseDDElParam(LPARAM lParam,UINT msgIn,UINT msgOut,UINT_PTR uiLo,UINT_PTR uiHi);
rtinfo.h 11 #define ALIGN_MASK_POINTER (~(UINT_PTR)ALIGN_SHIFT)
17 #define IS_ALIGNED(ptr) (((UINT_PTR)(ptr) & ALIGN_SHIFT)==0x00000000)
basetsd.h 48 __MINGW_EXTENSION typedef unsigned __int64 UINT_PTR,*PUINT_PTR;
54 typedef unsigned int UINT_PTR,*PUINT_PTR;
70 static __inline void *ULongToHandle(const unsigned __LONG32 h) { return((void *) (UINT_PTR) h); }
73 static __inline unsigned int PtrToUint(const void *p) { return((unsigned int) (UINT_PTR) p); }
79 static __inline void *UIntToPtr(const unsigned int ui) { return((void *)(UINT_PTR)ui); }
111 #define PtrToUint(p) ((UINT)(UINT_PTR) (p))
116 #define UIntToPtr(ui) ((VOID *)(UINT_PTR)((unsigned int)ui))
137 #define MAXUINT_PTR (~((UINT_PTR)0))
filehc.h 16 UINT_PTR Internal;
17 UINT_PTR InternalHigh;
22 UINT_PTR Reserved1;
23 UINT_PTR Reserved2;
24 UINT_PTR Reserved3;
25 UINT_PTR Reserved4;
commdlg.h 42 typedef UINT_PTR (CALLBACK *LPOFNHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
201 typedef UINT_PTR (CALLBACK *LPCCHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
318 typedef UINT_PTR (CALLBACK *LPFRHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
383 typedef UINT_PTR (CALLBACK *LPCFHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
506 typedef UINT_PTR (CALLBACK *LPPRINTHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
507 typedef UINT_PTR (CALLBACK *LPSETUPHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
702 typedef UINT_PTR (CALLBACK *LPPAGEPAINTHOOK)(HWND,UINT,WPARAM,LPARAM);
703 typedef UINT_PTR (CALLBACK *LPPAGESETUPHOOK)(HWND,UINT,WPARAM,LPARAM);
windowsx.h 323 #define HANDLE_WM_RENDERFORMAT(hwnd,wParam,lParam,fn) (LRESULT)(UINT_PTR)(HANDLE)(fn)((hwnd),(UINT)(wParam))
324 #define FORWARD_WM_RENDERFORMAT(hwnd,fmt,fn) (HANDLE)(UINT_PTR)(fn)((hwnd),WM_RENDERFORMAT,(WPARAM)(UINT)(fmt),(LPARAM)0)
372 #define FORWARD_WM_MDINEXT(hwnd,hwndCur,fPrev,fn) (HWND)(UINT_PTR)(fn)((hwnd),WM_MDINEXT,(WPARAM)(hwndCur),(LPARAM)(fPrev))
386 #define HANDLE_WM_MDIGETACTIVE(hwnd,wParam,lParam,fn) (LRESULT)(UINT_PTR)(fn)(hwnd)
387 #define FORWARD_WM_MDIGETACTIVE(hwnd,fn) (HWND)(UINT_PTR)(fn)((hwnd),WM_MDIGETACTIVE,(WPARAM)0,(LPARAM)0)
389 #define HANDLE_WM_MDISETMENU(hwnd,wParam,lParam,fn) (LRESULT)(UINT_PTR)(fn)((hwnd),(WINBOOL)(wParam),(HMENU)(wParam),(HMENU)(lParam))
390 #define FORWARD_WM_MDISETMENU(hwnd,fRefresh,hmenuFrame,hmenuWindow,fn) (HMENU)(UINT_PTR)(fn)((hwnd),WM_MDISETMENU,(WPARAM)((fRefresh) ? (hmenuFrame) : 0),(LPARAM)(hmenuWindow))
398 #define HANDLE_WM_NEXTDLGCTL(hwnd,wParam,lParam,fn) (LRESULT)(UINT_PTR)(HWND)(fn)((hwnd),(HWND)(wParam),(WINBOOL)(lParam))
399 #define FORWARD_WM_NEXTDLGCTL(hwnd,hwndSetFocus,fNext,fn) (HWND)(UINT_PTR)(fn)((hwnd),WM_NEXTDLGCTL,(WPARAM)(HWND)(hwndSetFocus),(LPARAM)(fNext))
    [all...]
  /external/lzma/CPP/Common/
MyString.cpp 24 wchar_t *res = CharUpperW((LPWSTR)(UINT_PTR)(unsigned int)c);
26 return (wchar_t)(unsigned int)(UINT_PTR)res;
42 wchar_t *res = CharLowerW((LPWSTR)(UINT_PTR)(unsigned int)c);
44 return (wchar_t)(unsigned int)(UINT_PTR)res;
MyString.h 50 { return (char)(unsigned int)(UINT_PTR)CharUpperA((LPSTR)(UINT_PTR)(unsigned int)(unsigned char)c); }
53 { return (wchar_t)(unsigned int)(UINT_PTR)CharUpperW((LPWSTR)(UINT_PTR)(unsigned int)c); }
60 { return (wchar_t)(unsigned int)(UINT_PTR)CharLowerW((LPWSTR)(UINT_PTR)(unsigned int)c); }
69 { return (char)(unsigned int)(UINT_PTR)CharLowerA((LPSTR)(UINT_PTR)(unsigned int)(unsigned char)c); }
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_wgl.c 56 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc,
57 (DHGLRC)(UINT_PTR)hglrcDst,
80 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc );
87 return (HGLRC)(UINT_PTR)stw_get_current_context();
101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE;
219 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1,
220 (DHGLRC)(UINT_PTR)hglrc2);
stw_ext_context.c 119 (DHGLRC) (UINT_PTR) hShareContext,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_wgl.c 56 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc,
57 (DHGLRC)(UINT_PTR)hglrcDst,
80 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc );
87 return (HGLRC)(UINT_PTR)stw_get_current_context();
101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE;
219 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1,
220 (DHGLRC)(UINT_PTR)hglrc2);
stw_ext_context.c 119 (DHGLRC) (UINT_PTR) hShareContext,
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 150 KillTimer(hWnd, (UINT_PTR)rect);
236 SetTimer((HWND)fHWND, (UINT_PTR)rect, INVALIDATE_DELAY_MS, NULL);
307 static UINT_PTR gTimer;
309 VOID CALLBACK sk_timer_proc(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
  /external/skia/src/views/win/
SkOSWindow_win.cpp 150 KillTimer(hWnd, (UINT_PTR)rect);
236 SetTimer((HWND)fHWND, (UINT_PTR)rect, INVALIDATE_DELAY_MS, NULL);
307 static UINT_PTR gTimer;
309 VOID CALLBACK sk_timer_proc(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 98 typedef __w64 unsigned int UINT_PTR, *PUINT_PTR;
  /external/chromium_org/base/message_loop/
message_pump_win.cc 147 BOOL ret = SetTimer(message_hwnd_, reinterpret_cast<UINT_PTR>(this),
213 KillTimer(message_hwnd_, reinterpret_cast<UINT_PTR>(this));
306 KillTimer(message_hwnd_, reinterpret_cast<UINT_PTR>(this));
  /external/netperf/
netserver.c 682 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -I %x", (int)(UINT_PTR)server_sock);
683 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -i %x", (int)(UINT_PTR)server_control);
684 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -i %x", (int)(UINT_PTR)where);
  /external/chromium_org/media/audio/win/
device_enumeration_win.cc 104 MMRESULT (__stdcall *DevCapsFunc)(UINT_PTR, CAPSSTRUCT*, UINT)>
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 206 UINT_PTR mem;

Completed in 597 milliseconds

1 2 3