Searched defs:STDCALL (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/PCH/
H A Dsingle-token-macro.c21 #define STDCALL __stdcall macro
23 void STDCALL Foo(void);
27 void STDCALL Foo(void)
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs.h33 #define STDCALL __attribute__((stdcall)) macro
35 #define STDCALL __stdcall macro
38 #define STDCALL macro
41 typedef int32_t STDCALL ConvertDToIFuncType(double input);
47 int STDCALL ConvertDToICVersion(double d);
H A Dtest-macro-assembler-ia32.cc41 #define STDCALL __attribute__((stdcall)) macro
43 #define STDCALL __stdcall
46 typedef int STDCALL F0Type();
H A Dtest-macro-assembler-x87.cc41 #define STDCALL __attribute__((stdcall)) macro
43 #define STDCALL __stdcall
46 typedef int STDCALL F0Type();
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp59 #define STDCALL __stdcall macro
67 #define STDCALL macro
71 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
76 NPError STDCALL NP_Initialize(NPNetscapeFuncs *browserFuncs
103 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs)
135 void STDCALL NP_Shutdown(void)
/external/pdfium/fpdfsdk/include/
H A Dfpdfview.h103 #define STDCALL __stdcall macro
106 #define STDCALL macro
126 DLLEXPORT void STDCALL FPDF_InitLibrary(void* hInstance);
138 DLLEXPORT void STDCALL FPDF_DestroyLibrary();
150 DLLEXPORT void STDCALL FPDF_SetSandBoxPolicy(FPDF_DWORD policy, FPDF_BOOL enable);
162 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadDocument(FPDF_STRING file_path,
180 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadMemDocument(const void* data_buf,
210 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadCustomDocument(FPDF_FILEACCESS* pFileAccess,
222 DLLEXPORT FPDF_BOOL STDCALL FPDF_GetFileVersion(FPDF_DOCUMENT doc, int* fileVersion);
242 DLLEXPORT unsigned long STDCALL FPDF_GetLastErro
[all...]
/external/chromium_org/v8/src/third_party/vtune/
H A Dittnotify_config.h126 #ifndef STDCALL
128 # define STDCALL __stdcall macro
131 # define STDCALL /* not supported on x86_64 platform */ macro
133 # define STDCALL __attribute__ ((stdcall)) macro
136 #endif /* STDCALL */
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h87 #ifndef STDCALL
89 # define STDCALL __stdcall macro
92 # define STDCALL /* not supported on x86_64 platform */ macro
94 # define STDCALL __attribute__ ((stdcall)) macro
97 #endif /* STDCALL */

Completed in 197 milliseconds