HomeSort by relevance Sort by last modified time
    Searched full:__stdcall (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/Sema/
MicrosoftCompatibility-x64.c 2 int __stdcall f(void); /* expected-warning {{calling convention '__stdcall' ignored for this target}} */
4 /* This should compile without warning because __stdcall is treated
MicrosoftCompatibility-x86.c 2 int __stdcall f(void); /* expected-note {{previous declaration is here}} */
  /external/clang/test/CodeGen/
microsoft-call-conv-x64.c 4 void __stdcall f2(void);
10 void __stdcall f5(void) {
18 void (__stdcall *pf2)(void) = f2;
20 void (__stdcall *pf5)(void) = f5;
35 void __stdcall f7(foo) int foo; {}
microsoft-call-conv.c 4 void __stdcall f2(void);
11 void __stdcall f5(void) {
24 void (__stdcall *pf2)(void) = f2;
27 void (__stdcall *pf5)(void) = f5;
46 void __stdcall f7(foo) int foo; {}
  /external/clang/test/PCH/
single-token-macro.c 15 #define __stdcall macro
16 #define STDCALL __stdcall
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 34 __stdcall
43 (__stdcall*
55 // I should define it here because they MISSED __stdcall in those headers.
60 __stdcall
  /external/chromium/base/
bind_internal_win.h 24 // __stdcall Function: Arity 0.
26 struct FunctionTraits<R(__stdcall *)()> {
38 // __stdcall Function: Arity 1.
40 struct FunctionTraits<R(__stdcall *)(X1)> {
56 // __stdcall Function: Arity 2.
58 struct FunctionTraits<R(__stdcall *)(X1, X2)> {
76 // __stdcall Function: Arity 3.
78 struct FunctionTraits<R(__stdcall *)(X1, X2, X3)> {
98 // __stdcall Function: Arity 4.
100 struct FunctionTraits<R(__stdcall *)(X1, X2, X3, X4)>
    [all...]
bind_internal_win.h.pump 31 // __stdcall Function: Arity $(ARITY).
34 struct FunctionTraits<R(__stdcall *)($for ARG , [[X$(ARG)]])> {
port.h 50 #define API_CALL __stdcall
  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 6 void __stdcall free_func_stdcall(); // expected-note {{previous declaration is here}}
10 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
14 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previously declared 'cdecl'}}
22 void __stdcall free_func_fastcall(); // expected-error {{function declared 'stdcall' here was previously declared 'fastcall'}}
47 static void __stdcall static_member_stdcall1();
48 static void __stdcall static_member_stdcall2();
68 void __stdcall S::static_member_default2() {} // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
71 void __stdcall S::static_member_cdecl2() {} // expected-error {{function declared 'stdcall' here was previously declared 'cdecl'}}
MicrosoftExtensions.cpp 78 // __stdcall handling
80 int __stdcall addP();
81 float __stdcall subtractP();
88 template<typename T> void h1(T (__stdcall M::* const )()) { }
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 33 void __stdcall glActiveTexture(GLenum texture)
57 void __stdcall glAttachShader(GLuint program, GLuint shader)
106 void __stdcall glBindAttribLocation(GLuint program, GLuint index, const GLchar* name)
149 void __stdcall glBindBuffer(GLenum target, GLuint buffer)
178 void __stdcall glBindFramebuffer(GLenum target, GLuint framebuffer)
210 void __stdcall glBindRenderbuffer(GLenum target, GLuint renderbuffer)
234 void __stdcall glBindTexture(GLenum target, GLuint texture)
270 void __stdcall glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
290 void __stdcall glBlendEquation(GLenum mode)
295 void __stdcall glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.c 2 __stdcall int func0();
3 int __stdcall func();
7 extern __declspec(dllimport) void __stdcall VarR4FromDec();
46 typedef bool (__stdcall __stdcall *blarg)(int);
50 bool (__stdcall *p)(int);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 80 EGLint __stdcall eglGetError(void)
94 EGLDisplay __stdcall eglGetDisplay(EGLNativeDisplayType display_id)
121 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
153 EGLBoolean __stdcall eglTerminate(EGLDisplay dpy)
178 const char *__stdcall eglQueryString(EGLDisplay dpy, EGLint name)
213 EGLBoolean __stdcall eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
250 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
289 EGLBoolean __stdcall eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
318 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
385 EGLSurface __stdcall eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PaintHooks.asm 20 ;HDC __stdcall _HBeginPaint(HWND hWnd, LPPAINTSTRUCT lpPaint);
35 ;BOOL __stdcall _HEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint);
  /external/chromium/testing/
gmock_mutant.h     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_systhread.c 45 unsigned (__stdcall *func)(void *), void *arg,
50 unsigned (__stdcall *func)(void *), void *arg,
55 unsigned (__stdcall *func)(void *), void *arg,
93 static unsigned __stdcall RunThreadViaBeginThreadEx(void *data)
  /hardware/ti/omap3/dspbridge/inc/
dspapi.h 26 * Provides __stdcall (required by VB 4.0) and __declspec(dllimport)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dspapi.h 26 * Provides __stdcall (required by VB 4.0) and __declspec(dllimport)
  /external/libffi/testsuite/libffi.call/
closure_stdcall.c 26 typedef int (__stdcall *closure_test_type0)(int, int, int, int);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 46 SOFT_LINK(T2embed, TTLoadEmbeddedFont, LONG, __stdcall, (HANDLE* phFontReference, ULONG ulFlags, ULONG* pulPrivStatus, ULONG ulPrivs, ULONG* pulStatus, READEMBEDPROC lpfnReadFromStream, LPVOID lpvReadStream, LPWSTR szWinFamilyName, LPSTR szMacFamilyName, TTLOADINFO* pTTLoadInfo), (phFontReference, ulFlags,pulPrivStatus, ulPrivs, pulStatus, lpfnReadFromStream, lpvReadStream, szWinFamilyName, szMacFamilyName, pTTLoadInfo));
47 SOFT_LINK(T2embed, TTGetNewFontName, LONG, __stdcall, (HANDLE* phFontReference, LPWSTR szWinFamilyName, long cchMaxWinName, LPSTR szMacFamilyName, long cchMaxMacName), (phFontReference, szWinFamilyName, cchMaxWinName, szMacFamilyName, cchMaxMacName));
48 SOFT_LINK(T2embed, TTDeleteEmbeddedFont, LONG, __stdcall, (HANDLE hFontReference, ULONG ulFlags, ULONG* pulStatus), (hFontReference, ulFlags, pulStatus));
MediaPlayerPrivateFullscreenWindow.h 71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/webp/src/utils/
thread.c 29 // _beginthreadex requires __stdcall
30 #define THREADFN unsigned int __stdcall
34 unsigned int (__stdcall *start)(void*), void* arg) {
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 17 * Windows makes the GL funcs all be __stdcall instead of __cdecl :(
18 * This implementation will only work if GR_GL_FUNCTION_TYPE is __stdcall.
  /external/chromium/base/threading/
platform_thread_win.cc 31 DWORD __stdcall ThreadFunc(void* params) {

Completed in 1173 milliseconds

1 2 3 4 5 6 7 8