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

  /system/extras/perfprofd/quipper/base/
compiler_specific.h 191 #if !defined(CDECL)
193 #define CDECL __cdecl
195 #define CDECL
197 #endif // !defined(CDECL)
  /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...]
  /external/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