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

1 2 3 45 6 7 8 91011

  /device/generic/goldfish-opengl/system/include/KHR/
khrplatform.h 118 # define KHRONOS_APIENTRY __stdcall
  /external/clang/test/SemaCXX/
cxx11-gnu-attrs.cpp 16 [[gnu::fastcall]] __stdcall void pr17424_3();
18 // expected-warning@-2 {{calling convention '__stdcall' ignored for this target}}
  /external/libffi/testsuite/libffi.call/
ffitest.h 29 #define __STDCALL__ __stdcall
  /external/llvm/lib/Support/
Threading.cpp 85 static unsigned __stdcall ThreadCallback(void *param) {
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h 29 #define __STDCALL__ __stdcall
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h 29 #define __STDCALL__ __stdcall
  /external/sfntly/cpp/src/test/
platform_thread.cc 23 DWORD __stdcall ThreadFunc(void* params) {
  /external/swiftshader/src/Common/
Thread.cpp 54 unsigned long __stdcall Thread::startFunction(void *parameters)
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/KHR/
khrplatform.h 119 # define KHRONOS_APIENTRY __stdcall
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Threading.cpp 86 static unsigned __stdcall ThreadCallback(void *param) {
  /frameworks/native/opengl/include/KHR/
khrplatform.h 118 # define KHRONOS_APIENTRY __stdcall
  /hardware/intel/img/psb_video/src/hwdefs/
img_defs.h 132 #define IMG_CALLCONV __stdcall
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
loadperf.h 19 #define WINAPI __stdcall
msdrmdefs.h 104 typedef HRESULT (__stdcall *DRMCALLBACK)(
rpc.h 56 #define __RPC_API __stdcall
process.h 33 _CRTIMP uintptr_t __cdecl _beginthreadex(void *_Security,unsigned _StackSize,unsigned (__stdcall *_StartAddress) (void *),void *_ArgList,unsigned _InitFlag,unsigned *_ThrdAddr);
137 int __stdcall DllMain(void *_HDllHandle,unsigned _Reason,void *_Reserved);
138 int __stdcall _CRT_INIT(void *_HDllHandle,unsigned _Reason,void *_Reserved);
139 int __stdcall _wCRT_INIT(void *_HDllHandle,unsigned _Reason,void *_Reserved);
140 extern int (__stdcall *const _pRawDllMain)(void *,unsigned,void *);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_thread.h 96 unsigned (__stdcall *
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_thread.h 96 unsigned (__stdcall *
  /prebuilts/misc/windows/sdl2/include/
SDL_thread.h 96 unsigned (__stdcall *
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_thread.h 96 unsigned (__stdcall *
  /external/v8/src/base/platform/
platform-win32.cc 971 typedef BOOL (__stdcall *DLL_FUNC_TYPE(SymInitialize))(IN HANDLE hProcess,
974 typedef DWORD (__stdcall *DLL_FUNC_TYPE(SymGetOptions))(VOID);
975 typedef DWORD (__stdcall *DLL_FUNC_TYPE(SymSetOptions))(IN DWORD SymOptions);
976 typedef BOOL (__stdcall *DLL_FUNC_TYPE(SymGetSearchPath))(
980 typedef DWORD64 (__stdcall *DLL_FUNC_TYPE(SymLoadModule64))(
987 typedef BOOL (__stdcall *DLL_FUNC_TYPE(StackWalk64))(
997 typedef BOOL (__stdcall *DLL_FUNC_TYPE(SymGetSymFromAddr64))(
1002 typedef BOOL (__stdcall *DLL_FUNC_TYPE(SymGetLineFromAddr64))(
1008 typedef PVOID (__stdcall *DLL_FUNC_TYPE(SymFunctionTableAccess64))(
1011 typedef DWORD64 (__stdcall *DLL_FUNC_TYPE(SymGetModuleBase64))
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwTypes.inl 40 # define GLW_APIENTRY __stdcall
  /external/libvpx/libvpx/vp8/common/
threading.h 30 __attribute__((force_align_arg_pointer)) unsigned int __stdcall
32 #define THREAD_FUNCTION unsigned int __stdcall
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/
EfiBind.h 42 __stdcall \
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 344 typedef bool (__stdcall __stdcall *blarg)(int);
347 bool (__stdcall *p)(int);
374 typedef void(*ignored_quals_dummy3)(), __stdcall ignored_quals3; // expected-warning {{qualifiers after comma in declarator list are ignored}}

Completed in 883 milliseconds

1 2 3 45 6 7 8 91011