Home
last modified time | relevance | path

Searched refs:LPLONG (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_atomic.h47 #define atomic_add_int(addr, val) InterlockedExchangeAdd((LPLONG)addr, (LONG)val)
48 #define atomic_fetchadd_int(addr, val) InterlockedExchangeAdd((LPLONG)addr, (LONG)val)
49 #define atomic_subtract_int(addr, val) InterlockedExchangeAdd((LPLONG)addr,-((LONG)val))
50 #define atomic_cmpset_int(dst, exp, src) InterlockedCompareExchange((LPLONG)dst, src, exp)
51 #define SCTP_DECREMENT_AND_CHECK_REFCOUNT(addr) (InterlockedExchangeAdd((LPLONG)addr, (-1L)) == 1)
/third_party/boost/libs/winapi/test/run/
Dbasic_types_abi.cpp51 BOOST_WINAPI_TEST_TYPE_SAME(LPLONG); in main()
/third_party/boost/boost/winapi/
Dbasic_types.hpp132 typedef ::LPLONG LPLONG_;
/third_party/python/Lib/ctypes/
Dwintypes.py184 LPLONG = PLONG = ctypes.POINTER(LONG) variable
/third_party/flutter/glfw/deps/mingw/
Ddinput.h1056 LPLONG rglForceData;
1079 LPLONG rglDirection;
1096 LPLONG rglDirection;