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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_socket_types.h 13 typedef INT_PTR SOCKET;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fdi.h 202 typedef INT_PTR (DIAMONDAPI *PFNOPEN) (char *pszFile,int oflag,int pmode);
203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb);
204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb);
205 typedef int (DIAMONDAPI *PFNCLOSE)(INT_PTR hf);
206 typedef __LONG32 (DIAMONDAPI *PFNSEEK) (INT_PTR hf,__LONG32 dist,int seektype);
208 #define FNOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode)
209 #define FNREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
210 #define FNWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
211 #define FNCLOSE(fn) int DIAMONDAPI fn(INT_PTR hf)
212 #define FNSEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype
    [all...]
fci.h 173 typedef INT_PTR (DIAMONDAPI *PFNFCIOPEN) (char *pszFile,int oflag,int pmode,int *err,void *pv);
174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
176 typedef int (DIAMONDAPI *PFNFCICLOSE)(INT_PTR hf,int *err,void *pv);
177 typedef __LONG32 (DIAMONDAPI *PFNFCISEEK) (INT_PTR hf,__LONG32 dist,int seektype,int *err,void *pv);
180 #define FNFCIOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode,int *err,void *pv)
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
182 #define FNFCIWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
183 #define FNFCICLOSE(fn) int DIAMONDAPI fn(INT_PTR hf,int *err,void *pv)
184 #define FNFCISEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype,int *err,void *pv
    [all...]
basetsd.h 47 __MINGW_EXTENSION typedef __int64 INT_PTR,*PINT_PTR;
53 typedef int INT_PTR,*PINT_PTR;
71 static __inline void *LongToHandle(const __LONG32 h) { return((void *) (INT_PTR) h); }
76 static __inline int PtrToInt(const void *p) { return((int) (INT_PTR) p); }
78 static __inline void *IntToPtr(const int i) { return((void *)(INT_PTR)i); }
112 #define PtrToInt(p) ((INT)(INT_PTR) (p))
115 #define IntToPtr(i) ((VOID *)(INT_PTR)((int)i))
138 #define MAXINT_PTR ((INT_PTR)(MAXUINT_PTR >> 1))
windef.h 184 typedef INT_PTR (WINAPI *FARPROC)();
185 typedef INT_PTR (WINAPI *NEARPROC)();
186 typedef INT_PTR (WINAPI *PROC)();
correg.h 31 typedef INT_PTR mdScope;
34 typedef INT_PTR mdToken;
35 typedef INT_PTR mdModule;
36 typedef INT_PTR mdTypeDef;
37 typedef INT_PTR mdInterfaceImpl;
38 typedef INT_PTR mdTypeRef;
39 typedef INT_PTR mdNamespace;
40 typedef INT_PTR mdCustomValue;
41 typedef INT_PTR mdResource;
42 typedef INT_PTR mdCocatdef
    [all...]
prsht.h 315 WINCOMMCTRLAPI INT_PTR WINAPI PropertySheetA(LPCPROPSHEETHEADERA);
316 WINCOMMCTRLAPI INT_PTR WINAPI PropertySheetW(LPCPROPSHEETHEADERW);
sspi.h 83 #define SecInvalidateHandle(x) ((PSecHandle) x)->dwLower = ((ULONG_PTR) ((INT_PTR)-1)); ((PSecHandle) x)->dwUpper = ((ULONG_PTR) ((INT_PTR)-1));
84 #define SecIsValidHandle(x) ((((PSecHandle) x)->dwLower!=((ULONG_PTR) ((INT_PTR) -1))) && (((PSecHandle) x)->dwUpper!=((ULONG_PTR) ((INT_PTR) -1))))
    [all...]
rpcndr.h 306 INT_PTR Unused;
310 INT_PTR Reserved51_2;
311 INT_PTR Reserved51_3;
312 INT_PTR Reserved51_4;
313 INT_PTR Reserved51_5;
    [all...]
commctrl.h 733 INT_PTR iString;
743 WINCOMMCTRLAPI HBITMAP WINAPI CreateMappedBitmap(HINSTANCE hInstance,INT_PTR idBitmap,UINT wFlags,LPCOLORMAP lpColorMap,int iNumMaps);
    [all...]
  /external/chromium_org/net/http/
mock_sspi_library_win.cc 30 phCredential->dwLower = phCredential->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
56 phNewContext->dwLower = phNewContext->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
75 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
76 EXPECT_TRUE(phCredential->dwUpper == ((ULONG_PTR) ((INT_PTR) 0)));
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwUpper == ((ULONG_PTR) ((INT_PTR) 0)));
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTest.cc 64 INT_PTR nResponse = dlg.DoModal();
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
196 return (INT_PTR)TRUE;
202 return (INT_PTR)TRUE;
206 return (INT_PTR)FALSE;
  /external/skia/src/views/win/
skia_win.cpp 24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
196 return (INT_PTR)TRUE;
202 return (INT_PTR)TRUE;
206 return (INT_PTR)FALSE;
  /external/chromium_org/content/shell/browser/
shell_javascript_dialog.h 47 static INT_PTR CALLBACK DialogProc(HWND dialog, UINT message, WPARAM wparam,
shell_javascript_dialog_win.cc 16 INT_PTR CALLBACK ShellJavaScriptDialog::DialogProc(HWND dialog,
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 80 static INT_PTR CALLBACK SpawnTargetWndProc(HWND dialog,
main_ui_window.cc 161 INT_PTR CALLBACK MainUIWindow::SpawnTargetWndProc(HWND dialog,
190 return static_cast<INT_PTR>(TRUE);
200 return static_cast<INT_PTR>(TRUE);
204 return static_cast<INT_PTR>(TRUE);
213 return static_cast<INT_PTR>(TRUE);
222 return static_cast<INT_PTR>(TRUE);
228 return static_cast<INT_PTR>(FALSE);
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 89 return reinterpret_cast<INT_PTR>(file);
115 INT_PTR result = 0;
125 result = reinterpret_cast<INT_PTR>(::CreateFileW(destination,
  /external/clang/test/SemaCXX/
conversion-function.cpp 42 typedef INT* INT_PTR;
49 operator INT_PTR*(); // expected-error{{conversion function cannot be redeclared}}
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 97 typedef __w64 int INT_PTR, *PINT_PTR;
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 46 static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wparam,
133 INT_PTR CALLBACK DisconnectWindowWin::DialogProc(HWND hwnd,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 127 return (objc_thread_t) (INT_PTR) thread_id;
208 return (objc_thread_t) (INT_PTR) GetCurrentThreadId ();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 127 return (objc_thread_t) (INT_PTR) thread_id;
208 return (objc_thread_t) (INT_PTR) GetCurrentThreadId ();
  /external/deqp/framework/delibs/debase/
deDefs.h 147 typedef INT_PTR deIntptr;

Completed in 890 milliseconds

1 2