HomeSort by relevance Sort by last modified time
    Searched refs:CDECL (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/chromium_org/base/debug/
dump_without_crashing.cc 13 void (CDECL *dump_without_crashing_function_)() = NULL;
26 void SetDumpWithoutCrashingFunction(void (CDECL *function)()) {
dump_without_crashing.h 24 BASE_EXPORT void SetDumpWithoutCrashingFunction(void (CDECL *function)());
  /hardware/ti/omap3/dspbridge/inc/
dspapi.h 49 #define WBKERNEL_API CDECL
dbtype.h 215 #ifndef CDECL
216 #define CDECL _cdecl
238 #define CDECL __cdecl
258 #define CDECL
279 #define DSPKERNELAPI CDECL
dbdcddef.h 93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
nldrdefs.h 76 typedef ULONG(CDECL * NLDR_OVLYFXN) (PVOID pPrivRef, ULONG ulDspRunAddr,
95 typedef ULONG(CDECL * NLDR_WRITEFXN) (PVOID pPrivRef,
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dspapi.h 49 #define WBKERNEL_API CDECL
dbtype.h 215 #ifndef CDECL
216 #define CDECL _cdecl
238 #define CDECL __cdecl
258 #define CDECL
279 #define DSPKERNELAPI CDECL
dbdcddef.h 93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
nldrdefs.h 76 typedef ULONG(CDECL * NLDR_OVLYFXN) (PVOID pPrivRef, ULONG ulDspRunAddr,
95 typedef ULONG(CDECL * NLDR_WRITEFXN) (PVOID pPrivRef,
  /external/chromium_org/mojo/apps/js/
main.cc 13 #if !defined(CDECL)
14 #define CDECL __cdecl
18 #define CDECL
39 extern "C" MOJO_APPS_JS_EXPORT MojoResult CDECL MojoMain(MojoHandle pipe) {
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksguid.h 18 #define DEFINE_GUIDEX(name) EXTERN_C const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) }
20 #define DEFINE_GUIDEX(name) const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) }
wownt16.h 17 DWORD CDECL CallProcEx32W(DWORD,DWORD,DWORD,...);
windef.h 76 #define cdecl macro
77 #ifndef CDECL
78 #define CDECL
  /external/chromium_org/mojo/public/cpp/application/
application.h 15 #if !defined(CDECL)
16 #define CDECL __cdecl
20 #define CDECL
29 extern "C" APPLICATION_EXPORT MojoResult CDECL MojoMain(
  /external/chromium_org/mojo/public/cpp/application/lib/
mojo_main_standalone.cc 9 extern "C" APPLICATION_EXPORT MojoResult CDECL MojoMain(
mojo_main_chromium.cc 10 extern "C" APPLICATION_EXPORT MojoResult CDECL MojoMain(
  /external/chromium_org/remoting/client/plugin/
pepper_plugin_thread_delegate.cc 19 base::TimeDelta delay, void(CDECL function)(void*), void* data) {
pepper_plugin_thread_delegate.h 22 base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE;
  /external/chromium_org/mojo/services/network/
main.cc 12 extern "C" APPLICATION_EXPORT MojoResult CDECL MojoMain(
  /external/chromium_org/base/
compiler_specific.h 207 #if !defined(CDECL)
209 #define CDECL __cdecl
211 #define CDECL
213 #endif // !defined(CDECL)

Completed in 634 milliseconds

1 2 3 4 5