HomeSort by relevance Sort by last modified time
    Searched defs:CDECL (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/
native_library.h 24 #if defined(OS_WIN) && !defined(CDECL)
25 #define CDECL __cdecl
27 #define CDECL
  /external/chromium_org/remoting/client/plugin/
pepper_plugin_thread_delegate.h 11 #if defined(OS_WIN) && !defined(CDECL)
12 #define CDECL __cdecl
14 #define CDECL
29 base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE;
  /external/chromium_org/base/
native_library.h 23 #if defined(OS_WIN) && !defined(CDECL)
24 #define CDECL __cdecl
26 #define CDECL
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.h 263 #ifndef CDECL
265 # define CDECL __cdecl
268 # define CDECL /* not actual on x86_64 platform */
270 # define CDECL __attribute__ ((cdecl))
273 #endif /* CDECL */
275 #define JITAPI CDECL
ittnotify_config.h 114 #ifndef CDECL
116 # define CDECL __cdecl
119 # define CDECL /* not actual on x86_64 platform */
121 # define CDECL __attribute__ ((cdecl))
124 #endif /* CDECL */
138 #define ITTAPI CDECL
139 #define LIBITTAPI CDECL
142 #define ITTAPI_CALL CDECL
143 #define LIBITTAPI_CALL CDECL
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 224 #ifndef CDECL
226 # define CDECL __cdecl
229 # define CDECL /* not actual on x86_64 platform */
231 # define CDECL __attribute__ ((cdecl))
234 #endif /* CDECL */
236 #define JITAPI CDECL
ittnotify_config.h 75 #ifndef CDECL
77 # define CDECL __cdecl
80 # define CDECL /* not actual on x86_64 platform */
82 # define CDECL __attribute__ ((cdecl))
85 #endif /* CDECL */
99 #define ITTAPI CDECL
100 #define LIBITTAPI CDECL
103 #define ITTAPI_CALL CDECL
104 #define LIBITTAPI_CALL CDECL
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 215 #ifndef CDECL
216 #define CDECL _cdecl
238 #define CDECL __cdecl
258 #define CDECL
279 #define DSPKERNELAPI CDECL
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 215 #ifndef CDECL
216 #define CDECL _cdecl
238 #define CDECL __cdecl
258 #define CDECL
279 #define DSPKERNELAPI CDECL

Completed in 624 milliseconds