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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sisbkup.h 13 WINBOOL __stdcall SisCreateBackupStructure(PWCHAR volumeRoot,PVOID *sisBackupStructure,PWCHAR *commonStoreRootPathname,PULONG countOfCommonStoreFilesToBackup,PWCHAR **commonStoreFilesToBackup);
14 WINBOOL __stdcall SisCSFilesToBackupForLink(PVOID sisBackupStructure,PVOID reparseData,ULONG reparseDataSize,PVOID thisFileContext,PVOID *matchingFileContext,PULONG countOfCommonStoreFilesToBackup,PWCHAR **commonStoreFilesToBackup);
15 WINBOOL __stdcall SisFreeBackupStructure(PVOID sisBackupStructure);
16 WINBOOL __stdcall SisCreateRestoreStructure(PWCHAR volumeRoot,PVOID *sisRestoreStructure,PWCHAR *commonStoreRootPathname,PULONG countOfCommonStoreFilesToRestore,PWCHAR **commonStoreFilesToRestore);
17 WINBOOL __stdcall SisRestoredLink(PVOID sisRestoreStructure,PWCHAR restoredFileName,PVOID reparseData,ULONG reparseDataSize,PULONG countOfCommonStoreFilesToRestore,PWCHAR **commonStoreFilesToRestore);
18 WINBOOL __stdcall SisRestoredCommonStoreFile(PVOID sisRestoreStructure,PWCHAR commonStoreFileName);
19 WINBOOL __stdcall SisFreeRestoreStructure(PVOID sisRestoreStructure);
20 VOID __stdcall SisFreeAllocatedMemory(PVOID allocatedSpace);
22 typedef WINBOOL (__stdcall *PF_SISCREATEBACKUPSTRUCTURE)(PWCHAR,PVOID *,PWCHAR *,PULONG,PWCHAR **);
23 typedef WINBOOL (__stdcall *PF_SISCSFILESTOBACKUPFORLINK) (PVOID,PVOID,ULONG,PVOID,PVOID *,PULONG,PWCHAR **)
    [all...]
srrestoreptapi.h 67 WINBOOL __stdcall SRSetRestorePointA(PRESTOREPOINTINFOA pRestorePtSpec,PSTATEMGRSTATUS pSMgrStatus);
68 WINBOOL __stdcall SRSetRestorePointW(PRESTOREPOINTINFOW pRestorePtSpec,PSTATEMGRSTATUS pSMgrStatus);
69 DWORD __stdcall SRRemoveRestorePoint(DWORD dwRPNum);
  /external/clang/test/PCH/
single-token-macro.c 15 #ifdef __stdcall
16 // __stdcall is defined as __attribute__((__stdcall__)) for targeting mingw32.
17 #undef __stdcall macro
20 #define __stdcall macro
21 #define STDCALL __stdcall
  /external/clang/test/Sema/
MicrosoftCompatibility-x64.c 7 int __stdcall f(void);
11 int __stdcall func_std(void);
decl-microsoft-call-conv.c 9 void __stdcall CrcGenerateTableStdcall(void);
10 void __stdcall CrcGenerateTableStdcall();
11 void __stdcall CrcGenerateTableStdcall() {}
23 void __stdcall CrcGenerateTableNoProtoStdcall(); // expected-warning{{function with no prototype cannot use the stdcall calling convention}}
29 void __stdcall CrcGenerateTableNoProtoDefStdcall() {}
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 6 void __stdcall f2(void);
13 void __stdcall f5(void) {
31 void (__stdcall *pf2)(void) = f2;
34 void (__stdcall *pf5)(void) = f5;
56 void __stdcall f7(foo) int foo; {}
67 void __stdcall f11(int x, ...) {};
mangle-windows-rtd.c 6 void __stdcall f2(void) {}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
direct2_dll.c 9 __stdcall
direct2_client.c 8 __stdcall
23 __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/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/win32/
jni_md.h 13 #define JNICALL __stdcall
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/win32/
jni_md.h 13 #define JNICALL __stdcall
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/win32/
jni_md.h 13 #define JNICALL __stdcall
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/win32/
jni_md.h 13 #define JNICALL __stdcall
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/win32/
jni_md.h 13 #define JNICALL __stdcall
  /external/libgdx/gdx/jni/jni-headers/win32/
jni_md.h 13 #define JNICALL __stdcall
  /external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/
test.cpp 22 void __stdcall foo_stdcall() {}
  /external/clang/test/CodeGenCXX/
mangle-windows.cpp 7 void __stdcall f1(void) {}
15 extern "C" void __stdcall f3(void) {}
24 void __stdcall foo();
25 static void __stdcall bar();
39 extern "C" void __stdcall operator++(Foo &x) {
  /external/libchrome/base/
bind_internal_win.h 13 // In the x64 architecture in Windows, __fastcall, __stdcall, etc, are all
24 // __stdcall Function.
26 class RunnableAdapter<R(__stdcall *)(Args...)> {
32 explicit RunnableAdapter(R(__stdcall *function)(Args...))
41 R (__stdcall *function_)(Args...);
  /external/clang/test/Parser/
arm-windows-calling-convention-handling.c 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics
x64-windows-calling-convention-handling.c 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics
  /external/v8/tools/gyp/test/copies/src/
foo.c 9 int __stdcall _DllMainCRTStartup(
  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 11 void __stdcall free_func_stdcall(); // expected-note 2 {{previous declaration is here}}
16 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
20 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previously declared 'cdecl'}}
28 void __stdcall free_func_fastcall(); // expected-error {{function declared 'stdcall' here was previously declared 'fastcall'}}
32 void __stdcall free_func_vectorcall(); // expected-error {{function declared 'stdcall' here was previously declared 'vectorcall'}}
60 void_fun_t __stdcall member_typedef_stdcall;
68 static void __stdcall static_member_stdcall1();
69 static void __stdcall static_member_stdcall2();
90 void __stdcall S::member_typedef_stdcall() {}
103 void __stdcall S::static_member_default3() {} // expected-error {{function declared 'stdcall' here was previousl (…)
    [all...]

Completed in 1372 milliseconds

1 2 3 4 5 6 7 8 91011>>