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

/external/chromium_org/base/
H A Dcompiler_specific.h191 #if !defined(CDECL)
193 #define CDECL __cdecl macro
195 #define CDECL macro
197 #endif // !defined(CDECL)
/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 118 milliseconds