HomeSort by relevance Sort by last modified time
    Searched refs:__cdecl (Results 101 - 125 of 253) sorted by null

1 2 3 45 6 7 8 91011

  /hardware/intel/img/psb_video/src/hwdefs/
img_defs.h 144 void __cdecl abort(void);
191 #define __cdecl macro
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_thread.h 95 typedef uintptr_t(__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned,
101 typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_thread.h 95 typedef uintptr_t(__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned,
101 typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code);
  /prebuilts/misc/windows/sdl2/include/
SDL_thread.h 95 typedef uintptr_t(__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned,
101 typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_thread.h 95 typedef uintptr_t(__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned,
101 typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stddef.h 18 _CRTIMP extern int *__cdecl _errno(void);
20 errno_t __cdecl _set_errno(int _Value);
21 errno_t __cdecl _get_errno(int *_Value);
24 _CRTIMP extern unsigned long __cdecl __threadid(void);
26 _CRTIMP extern uintptr_t __cdecl __threadhandle(void);
setjmp.h 151 void * __cdecl __attribute__ ((__nothrow__)) mingw_getsp (void);
164 int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setjmp(jmp_buf _Buf, void *_Ctx);
165 int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setjmp3(jmp_buf _Buf, void *_Ctx);
180 int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setjmpex(jmp_buf _Buf,void *_Ctx);
189 int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) setjmp(jmp_buf _Buf);
192 __declspec(noreturn) __attribute__ ((__nothrow__)) void __cdecl ms_longjmp(jmp_buf _Buf,int _Value)/* throw(...)*/;
193 __declspec(noreturn) __attribute__ ((__nothrow__)) void __cdecl longjmp(jmp_buf _Buf,int _Value);
mapidbg.h 133 int EXPORTDBG __cdecl DebugTrapFn(int fFatal,char *pszFile,int iLine,char *pszFormat,...);
134 int EXPORTDBG __cdecl DebugTraceFn(char *pszFormat,...);
135 void EXPORTDBG __cdecl DebugTraceProblemsFn(char *sz,void *rgprob);
136 char *EXPORTDBG __cdecl SzDecodeScodeFn(SCODE sc);
137 char *EXPORTDBG __cdecl SzDecodeUlPropTypeFn(unsigned __LONG32 ulPropType);
138 char *EXPORTDBG __cdecl SzDecodeUlPropTagFn(unsigned __LONG32 ulPropTag);
139 unsigned __LONG32 EXPORTDBG __cdecl UlPropTagFromSzFn(char *psz);
140 SCODE EXPORTDBG __cdecl ScodeFromSzFn(char *psz);
141 void *EXPORTDBG __cdecl DBGMEM_EncapsulateFn(void *pmalloc,char *pszSubsys,int fCheckOften);
142 void EXPORTDBG __cdecl DBGMEM_ShutdownFn(void *pmalloc)
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
Intrin.h 70 void __cdecl __fastfail(unsigned int);
178 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
179 unsigned long __cdecl _byteswap_ulong(unsigned long);
180 unsigned short __cdecl _byteswap_ushort(unsigned short);
181 void __cdecl _disable(void);
182 void __cdecl _enable(void);
194 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
216 long __cdecl _InterlockedDecrement(long volatile *_Addend);
225 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
235 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
Intrin.h 70 void __cdecl __fastfail(unsigned int);
178 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
179 unsigned long __cdecl _byteswap_ulong(unsigned long);
180 unsigned short __cdecl _byteswap_ushort(unsigned short);
181 void __cdecl _disable(void);
182 void __cdecl _enable(void);
194 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
216 long __cdecl _InterlockedDecrement(long volatile *_Addend);
225 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
235 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-byval-sret.cpp 12 A __cdecl bar(A o);
  /external/expat/lib/
expat_external.h 38 #define XMLCALL __cdecl
  /external/llvm/test/DebugInfo/PDB/Inputs/
symbolformat.cpp 6 int __cdecl _purecall(void) { return 0; }
  /external/tpm2/
TPMCmds.c 55 void __cdecl
  /frameworks/av/media/libstagefright/codecs/common/include/
voType.h 30 # define VO_API __cdecl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ncurses_dll.h 67 # define NCURSES_API __cdecl
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
oprghdlr.h 6 #define EXPORT __cdecl
  /external/clang/lib/Headers/
Intrin.h 67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Intrin.h 67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend)
    [all...]

Completed in 1426 milliseconds

1 2 3 45 6 7 8 91011