Searched defs:CDECL (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/
H A Dnative_library.h24 #if defined(OS_WIN) && !defined(CDECL)
25 #define CDECL __cdecl macro
27 #define CDECL macro
/external/chromium_org/remoting/client/plugin/
H A Dpepper_plugin_thread_delegate.h11 #if defined(OS_WIN) && !defined(CDECL)
12 #define CDECL __cdecl macro
14 #define CDECL macro
29 base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE;
/external/chromium_org/base/
H A Dnative_library.h23 #if defined(OS_WIN) && !defined(CDECL)
24 #define CDECL __cdecl macro
26 #define CDECL macro
/external/chromium_org/v8/src/third_party/vtune/
H A Djitprofiling.h263 #ifndef CDECL
265 # define CDECL __cdecl macro
268 # define CDECL /* not actual on x86_64 platform */ macro
270 # define CDECL __attribute__ ((cdecl)) macro
273 #endif /* CDECL */
275 #define JITAPI CDECL
H A Dittnotify_config.h114 #ifndef CDECL
116 # define CDECL __cdecl macro
119 # define CDECL /* not actual on x86_64 platform */ macro
121 # define CDECL __attribute__ ((cdecl)) macro
124 #endif /* CDECL */
138 #define ITTAPI CDECL
139 #define LIBITTAPI CDECL
142 #define ITTAPI_CALL CDECL
143 #define LIBITTAPI_CALL CDECL
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h224 #ifndef CDECL
226 # define CDECL __cdecl macro
229 # define CDECL /* not actual on x86_64 platform */ macro
231 # define CDECL __attribute__ ((cdecl)) macro
234 #endif /* CDECL */
236 #define JITAPI CDECL
H A Dittnotify_config.h75 #ifndef CDECL
77 # define CDECL __cdecl macro
80 # define CDECL /* not actual on x86_64 platform */ macro
82 # define CDECL __attribute__ ((cdecl)) macro
85 #endif /* CDECL */
99 #define ITTAPI CDECL
100 #define LIBITTAPI CDECL
103 #define ITTAPI_CALL CDECL
104 #define LIBITTAPI_CALL CDECL

Completed in 338 milliseconds