HomeSort by relevance Sort by last modified time
    Searched refs:STDCALL (Results 1 - 14 of 14) 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)
  /external/chromium_org/v8/test/cctest/
test-code-stubs.h 33 #define STDCALL __attribute__((stdcall))
35 #define STDCALL __stdcall
38 #define STDCALL
41 typedef int32_t STDCALL ConvertDToIFuncType(double input);
47 int STDCALL ConvertDToICVersion(double d);
test-macro-assembler-ia32.cc 41 #define STDCALL __attribute__((stdcall))
43 #define STDCALL __stdcall
46 typedef int STDCALL F0Type();
test-code-stubs.cc 44 int STDCALL ConvertDToICVersion(double d) {
  /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/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 49 print '; Note: The OpenGL functions use the STDCALL'
55 print '; The linker exports STDCALL entry points with'
64 print '; is STDCALL. So, this module definition file is'
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 49 print '; Note: The OpenGL functions use the STDCALL'
55 print '; The linker exports STDCALL entry points with'
64 print '; is STDCALL. So, this module definition file is'
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 126 #ifndef STDCALL
128 # define STDCALL __stdcall
131 # define STDCALL /* not supported on x86_64 platform */
133 # define STDCALL __attribute__ ((stdcall))
136 #endif /* 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/chromium_org/chrome_frame/
exception_barrier_lowlevel.asm 28 .MODEL FLAT, STDCALL
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 54 #define STDCALL __stdcall
62 #define STDCALL
66 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
71 NPError STDCALL NP_Initialize(NPNetscapeFuncs *browserFuncs
98 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs)
130 void STDCALL NP_Shutdown(void)
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 330 milliseconds