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

/external/stlport/stlport/stl/config/
H A D_windows.h98 _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 InterlockedExchange(long*, long);
178 _STLP_IMPORT_DECLSPEC void _STLP_STDCALL Sleep(unsigned long);
179 _STLP_IMPORT_DECLSPEC void _STLP_STDCALL OutputDebugStringA(const char* lpOutputString);
H A D_dm.h86 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
H A D_gcc.h76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
85 # define _STLP_IMPORT_DECLSPEC __attribute__((visibility("default"))) macro
H A D_watcom.h30 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
H A D_bc.h108 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
H A D_msvc.h215 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
H A Dfeatures.h911 #ifndef _STLP_IMPORT_DECLSPEC
912 # define _STLP_IMPORT_DECLSPEC macro
967 # ifndef _STLP_IMPORT_DECLSPEC
968 # define _STLP_IMPORT_DECLSPEC macro
980 # define _STLP_DECLSPEC _STLP_IMPORT_DECLSPEC /* Other modules, importing STLport exports */

Completed in 1005 milliseconds