Searched refs:_STLP_STDCALL (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_windows.h88 # define _STLP_STDCALL macro
91 # define _STLP_STDCALL _cdecl macro
93 # define _STLP_STDCALL __stdcall macro
98 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long volatile *);
99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
102 _STLP_IMPORT_DECLSPEC void* _STLP_STDCALL _InterlockedExchangePointer(void* volatile *, void*);
108 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long*);
109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchang
[all...]

Completed in 74 milliseconds