Searched defs:__LONG32 (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomutil.h99 unsigned __LONG32 AddRef() throw();
100 unsigned __LONG32 Release() throw();
101 unsigned __LONG32 RefCount() const throw();
116 unsigned __LONG32 m_RefCount;
311 inline unsigned __LONG32 _bstr_t::Data_t::AddRef() throw() {
316 inline unsigned __LONG32 _bstr_t::Data_t::Release() throw() {
317 unsigned __LONG32 cRef = InterlockedDecrement(reinterpret_cast<LONG*>(&m_RefCount));
322 inline unsigned __LONG32 _bstr_t::Data_t::RefCount() const throw() { return m_RefCount; }
396 _variant_t(__LONG32 lSrc,VARTYPE vtSrc = VT_I4);
410 _variant_t(unsigned __LONG32 ulSr
[all...]
H A D_mingw.h24 headers have to be replaced by the below defined macro __LONG32. */
26 #define __LONG32 long macro
28 #define __LONG32 int macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomutil.h99 unsigned __LONG32 AddRef() throw();
100 unsigned __LONG32 Release() throw();
101 unsigned __LONG32 RefCount() const throw();
116 unsigned __LONG32 m_RefCount;
311 inline unsigned __LONG32 _bstr_t::Data_t::AddRef() throw() {
316 inline unsigned __LONG32 _bstr_t::Data_t::Release() throw() {
317 unsigned __LONG32 cRef = InterlockedDecrement(reinterpret_cast<LONG*>(&m_RefCount));
322 inline unsigned __LONG32 _bstr_t::Data_t::RefCount() const throw() { return m_RefCount; }
396 _variant_t(__LONG32 lSrc,VARTYPE vtSrc = VT_I4);
410 _variant_t(unsigned __LONG32 ulSr
[all...]
H A D_mingw.h24 headers have to be replaced by the below defined macro __LONG32. */
26 #define __LONG32 long macro
28 #define __LONG32 int macro

Completed in 174 milliseconds