OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STDCALL
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/PCH/
single-token-macro.c
16
#define
STDCALL
__stdcall
18
void
STDCALL
Foo(void);
22
void
STDCALL
Foo(void)
/hardware/ti/omap3/dspbridge/inc/
dbtype.h
227
#define
STDCALL
WINAPI
240
#define
STDCALL
262
#define
STDCALL
278
#define DSPNORMALAPI
STDCALL
/hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h
227
#define
STDCALL
WINAPI
240
#define
STDCALL
262
#define
STDCALL
278
#define DSPNORMALAPI
STDCALL
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h
87
#ifndef
STDCALL
89
# define
STDCALL
__stdcall
92
# define
STDCALL
/* not supported on x86_64 platform */
94
# define
STDCALL
__attribute__ ((
stdcall
))
97
#endif /*
STDCALL
*/
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp
51
#define
STDCALL
__stdcall
59
#define
STDCALL
63
NPError
STDCALL
NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
68
NPError
STDCALL
NP_Initialize(NPNetscapeFuncs *browserFuncs
92
NPError
STDCALL
NP_GetEntryPoints(NPPluginFuncs *pluginFuncs)
124
void
STDCALL
NP_Shutdown(void)
Completed in 468 milliseconds