/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ole.h | 18 #define WINAPI __stdcall 19 #define CALLBACK __stdcall
|
mscoree.h | 82 typedef HRESULT (__stdcall *FLockClrVersionCallback)(void); 84 typedef HRESULT (__stdcall *FLockClrVersionCallback)(); 97 typedef HRESULT (__stdcall *FExecuteInAppDomainCallback)(void *cookie); [all...] |
_mingw.h | 33 #ifdef __stdcall 34 #undef __stdcall macro 36 #define __stdcall macro
|
lpmapi.h | 14 #define CALLBACK __stdcall 18 #define WINAPI __stdcall
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_win.cc | 73 HRESULT __stdcall Next( 75 HRESULT __stdcall Skip(ULONG skip_count); 76 HRESULT __stdcall Reset(); 77 HRESULT __stdcall Clone(IEnumFORMATETC** clone); 80 HRESULT __stdcall QueryInterface(const IID& iid, void** object); 81 ULONG __stdcall AddRef(); 82 ULONG __stdcall Release(); [all...] |
/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/compiler-rt/lib/asan/ |
asan_dll_thunk.cc | 28 void *__stdcall GetModuleHandleA(const char *module_name); 29 void *__stdcall GetProcAddress(void *module, const char *proc_name);
|
asan_malloc_win.cc | 140 extern "C" int __stdcall VirtualProtect(void* addr, size_t size,
|
/external/libpng/projects/visualc71/ |
libpng.vcproj | 117 PreprocessorDefinitions="WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;PNGAPI=__stdcall;PNG_NO_MODULEDEF;PNG_LIBPNG_SPECIALBUILD;PNG_USER_PRIVATEBUILD;_CRT_SECURE_NO_WARNINGS" 142 AdditionalOptions="/d PNG_NO_PEDANTIC_WARNINGS /d PNG_LIBPNG_DLLFNAME_POSTFIX=""""VB"""" /d PNG_LIBPNG_SPECIALBUILD=""""__stdcall calling convention used for exported functions"""""
|
pngtest.vcproj | 116 PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;PNGAPI=__stdcall;PNG_USER_PRIVATEBUILD;_CRT_SECURE_NO_WARNINGS"
|
/external/openssl/crypto/ |
x86cpuid.pl | 272 # we don't know which calling convention, __stdcall or __cdecl(*), 304 # (__cdecl *func) or (__stdcall *one).
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
hubbusif.h | 22 #define USB_BUSIFFN __stdcall 281 __stdcall
|
/external/chromium_org/chrome/browser/speech/ |
tts_win.cc | 42 static void __stdcall SpeechEventCallback(WPARAM w_param, LPARAM l_param);
|
/external/chromium_org/sandbox/win/src/ |
sharedmem_ipc_server.h | 61 static void __stdcall ThreadPingEventReady(void* context,
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
threading.h | 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL)
|
/external/chromium_org/third_party/lzma_sdk/ |
Types.h | 101 #define MY_STD_CALL __stdcall
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
Types.h | 102 #define MY_STD_CALL __stdcall
|
/external/chromium_org/v8/test/cctest/ |
test-macro-assembler-ia32.cc | 43 #define STDCALL __stdcall
|
test-macro-assembler-x87.cc | 43 #define STDCALL __stdcall
|
/external/libpng/scripts/ |
makefile.intel | 26 #CALLING=z # __stdcall
|
/external/libvpx/libvpx/vp8/common/ |
threading.h | 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL)
|
/external/lzma/C/ |
Types.h | 101 #define MY_STD_CALL __stdcall
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
voType.h | 31 # define VO_CBI __stdcall
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
threading.h | 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL)
|
/hardware/intel/img/psb_video/src/hwdefs/ |
img_defs.h | 132 #define IMG_CALLCONV __stdcall
|