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

1 2 3 45 6 7 8 9

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h 714 _CRTIMP unsigned long __cdecl _beginthread (void (__cdecl *) (void *),
716 _CRTIMP void __cdecl _endthread (void);
717 _CRTIMP unsigned long __cdecl _beginthreadex (void *, unsigned,
720 _CRTIMP void __cdecl _endthreadex (unsigned);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h 114 #define PR_CALLBACK_DECL __cdecl
127 #define PR_CALLBACK __cdecl __loadds
141 #define PR_CALLBACK __cdecl __loadds
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esUtil.h 37 #define ESUTIL_API __cdecl
38 #define ESCALLBACK __cdecl
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86cpuid.pl 270 # we don't know which calling convention, __stdcall or __cdecl(*),
302 # (__cdecl *func) or (__stdcall *one).
  /external/openssl/crypto/
x86cpuid.pl 270 # we don't know which calling convention, __stdcall or __cdecl(*),
302 # (__cdecl *func) or (__stdcall *one).
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 15 typedef void(__cdecl *lpfnInit)(HANDLE);
  /external/chromium_org/third_party/lzma_sdk/
Types.h 114 #define MY_CDECL __cdecl
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 115 #define MY_CDECL __cdecl
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 17 * Windows makes the GL funcs all be __stdcall instead of __cdecl :(
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 37 long __cdecl _InterlockedCompareExchange( // NOLINT
  /external/libpng/scripts/
makefile.intel 27 #CALLING=d # __cdecl
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 226 # define CDECL __cdecl
  /external/lzma/C/
Types.h 114 #define MY_CDECL __cdecl
  /external/mesa3d/include/c99/
inttypes.h 280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
  /external/qemu/distrib/sdl-1.2.15/include/
begin_code.h 94 # define SDLCALL __cdecl
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 17 * Windows makes the GL funcs all be __stdcall instead of __cdecl :(
  /external/zlib/src/contrib/delphi/
zlibd32.mak 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
  /external/zlib/src/contrib/pascal/
zlibd32.mak 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
  /frameworks/av/media/libstagefright/codecs/common/include/
voType.h 30 # define VO_API __cdecl
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
begin_code.h 94 # define SDLCALL __cdecl
  /prebuilts/tools/linux-x86/sdl/include/SDL/
begin_code.h 94 # define SDLCALL __cdecl
  /prebuilts/tools/windows/sdl/include/SDL/
begin_code.h 94 # define SDLCALL __cdecl
  /external/chromium_org/remoting/host/plugin/
host_plugin.cc 44 int64_t __cdecl __divdi3(int64_t a, int64_t b) {
47 uint64_t __cdecl __udivdi3(uint64_t a, uint64_t b) {
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 582 void* __cdecl operator new(size_t size, void* buffer,
589 void __cdecl operator delete(void* memory, void* buffer,

Completed in 388 milliseconds

1 2 3 45 6 7 8 9