HomeSort by relevance Sort by last modified time
    Searched full:__cdecl (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/bluetooth/glib/build/win32/dirent/
dirent.h 64 DIR* __cdecl opendir (const char*);
65 struct dirent* __cdecl readdir (DIR*);
66 int __cdecl closedir (DIR*);
67 void __cdecl rewinddir (DIR*);
68 long __cdecl telldir (DIR*);
69 void __cdecl seekdir (DIR*, long);
113 _WDIR* __cdecl _wopendir (const wchar_t*);
114 struct _wdirent* __cdecl _wreaddir (_WDIR*);
115 int __cdecl _wclosedir (_WDIR*);
116 void __cdecl _wrewinddir (_WDIR*);
    [all...]
  /external/libxml2/include/libxml/
xmlexports.h 73 #define XMLCALL __cdecl
75 #define XMLCDECL __cdecl
98 #define XMLCALL __cdecl
99 #define XMLCDECL __cdecl
122 #define XMLCALL __cdecl
123 #define XMLCDECL __cdecl
146 #define XMLCALL __cdecl
147 #define XMLCDECL __cdecl
  /development/host/windows/usb/api/
adb_api.cpp 41 ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
69 bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
91 bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle) {
106 ADBAPIHANDLE __cdecl AdbCreateInterfaceByName(
142 ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
199 bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
218 bool __cdecl AdbGetSerialNumber(ADBAPIHANDLE adb_interface,
237 bool __cdecl AdbGetUsbDeviceDescriptor(ADBAPIHANDLE adb_interface,
254 bool __cdecl AdbGetUsbConfigurationDescriptor(ADBAPIHANDLE adb_interface,
271 bool __cdecl AdbGetUsbInterfaceDescriptor(ADBAPIHANDLE adb_interface,
    [all...]
adb_api.h 227 ADBWIN_API ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
250 ADBWIN_API bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
262 ADBWIN_API bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle);
271 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterfaceByName(const wchar_t* interface_name);
287 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
308 ADBWIN_API bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
329 ADBWIN_API bool __cdecl AdbGetSerialNumber(ADBAPIHANDLE adb_interface,
344 ADBWIN_API bool __cdecl AdbGetUsbDeviceDescriptor(ADBAPIHANDLE adb_interface,
356 ADBWIN_API bool __cdecl AdbGetUsbConfigurationDescriptor(
369 ADBWIN_API bool __cdecl AdbGetUsbInterfaceDescriptor(ADBAPIHANDLE adb_interface,
    [all...]
adb_winusb_api.h 46 (__cdecl *PFN_INSTWINUSBINTERFACE)(const wchar_t*);
  /external/icu4c/tools/ctestfw/unicode/
testtype.h 20 #define T_CTEST_EXPORT2 __cdecl
  /external/quake/quake/src/QW/scitech/include/
debug.h 47 #define __cdecl /* GCC doesn't know about __cdecl modifiers */ macro
68 #define __cdecl macro
163 #define _ASMAPI __cdecl
174 #define _VARAPI __cdecl
181 #define _DLLASM __export __cdecl
191 #define _DLLASM __cdecl
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 47 #define __cdecl /* GCC doesn't know about __cdecl modifiers */ macro
68 #define __cdecl macro
163 #define _ASMAPI __cdecl
174 #define _VARAPI __cdecl
181 #define _DLLASM __export __cdecl
191 #define _DLLASM __cdecl
  /external/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
_evc.h 226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
303 inline void __cdecl operator delete(void *, void *) { return; }
_watcom.h 29 #define _STLP_CALL __cdecl
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
begin_code.h 74 #define SDLCALL __cdecl
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread.c 40 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
43 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
54 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
57 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_thread.h 71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_thread.h 71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /prebuilt/windows/sdl/include/SDL/
SDL_thread.h 71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /development/host/windows/usb/legacy/driver/
android_usb_new_delete.h 69 __forceinline void* __cdecl operator new(size_t size,
91 __forceinline void* __cdecl operator new(size_t size, POOL_TYPE pool_type) {
112 __forceinline void* __cdecl operator new(size_t size) {
133 __forceinline void __cdecl operator delete(void* pointer) {
146 __forceinline void __cdecl operator delete[](void* pointer) {
android_usb_driver_object.cpp 173 ULONG __cdecl GoogleDbgPrint(char* format, ...) {
  /external/webkit/JavaScriptCore/wtf/wince/
FastMallocWince.h 70 static inline void* __cdecl operator new(size_t s) { return fastMalloc(s); }
71 static inline void __cdecl operator delete(void* p) { fastFree(p); }
72 static inline void* __cdecl operator new[](size_t s) { return fastMalloc(s); }
73 static inline void __cdecl operator delete[](void* p) { fastFree(p); }
  /external/icu4c/common/
uobject.cpp 42 * 04F 00000000 UNDEF notype () External | ??2@YAPAXI@Z (void * __cdecl operator new(unsigned int))
43 * 03F 00000000 UNDEF notype () External | ??3@YAXPAX@Z (void __cdecl operator delete(void *))
uvector.cpp 483 __cdecl /* force to __cdecl for now */
503 __cdecl /* force to __cdecl for now */
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 47 AdbInterfaceObject* __cdecl InstantiateWinUsbInterface(
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cfg.h 11 #define LTC_CALL __cdecl
  /external/expat/lib/
expat_external.h 38 #define XMLCALL __cdecl

Completed in 642 milliseconds

1 2 3