Searched refs:LPLONG (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_atomic.h | 47 #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/ |
D | basic_types_abi.cpp | 51 BOOST_WINAPI_TEST_TYPE_SAME(LPLONG); in main()
|
/third_party/boost/boost/winapi/ |
D | basic_types.hpp | 132 typedef ::LPLONG LPLONG_;
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 184 LPLONG = PLONG = ctypes.POINTER(LONG) variable
|
/third_party/flutter/glfw/deps/mingw/ |
D | dinput.h | 1056 LPLONG rglForceData; 1079 LPLONG rglDirection; 1096 LPLONG rglDirection;
|