Home
last modified time | relevance | path

Searched defs:dstAddr (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/delibs/dethread/
DdeAtomic.h39 DE_INLINE deInt32 deAtomicIncrementInt32 (volatile deInt32* dstAddr) in deAtomicIncrementInt32()
55 DE_INLINE deUint32 deAtomicIncrementUint32 (volatile deUint32* dstAddr) in deAtomicIncrementUint32()
65 DE_INLINE deInt32 deAtomicDecrementInt32 (volatile deInt32* dstAddr) in deAtomicDecrementInt32()
81 DE_INLINE deUint32 deAtomicDecrementUint32 (volatile deUint32* dstAddr) in deAtomicDecrementUint32()
100 DE_INLINE deUint32 deAtomicCompareExchangeUint32 (volatile deUint32* dstAddr, deUint32 compare, deU… in deAtomicCompareExchangeUint32()
123 DE_INLINE deInt64 deAtomicIncrementInt64 (volatile deInt64* dstAddr) in deAtomicIncrementInt64()
139 DE_INLINE deUint64 deAtomicIncrementUint64 (volatile deUint64* dstAddr) in deAtomicIncrementUint64()
149 DE_INLINE deInt64 deAtomicDecrementInt64 (volatile deInt64* dstAddr) in deAtomicDecrementInt64()
165 DE_INLINE deUint64 deAtomicDecrementUint64 (volatile deUint64* dstAddr) in deAtomicDecrementUint64()
184 DE_INLINE deUint64 deAtomicCompareExchangeUint64 (volatile deUint64* dstAddr, deUint64 compare, deU… in deAtomicCompareExchangeUint64()
[all …]
/external/openthread/src/core/mac/
Dmac.cpp925 Address dstAddr; in BeginTransmit() local
1145 Address dstAddr; in RecordFrameTransmitStatus() local
1268 Address dstAddr; in HandleTransmitDone() local
1645 Address dstAddr; in ProcessEnhAckSecurity() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/
DSocketKeepaliveFacade.java149 InetAddress dstAddr = InetAddress.getByName(dstAddrString); in startNattSocketKeepalive() local
/external/openthread/src/posix/platform/
Dinfra_if.cpp461 struct in6_addr dstAddr; in ReceiveIcmp6Message() local
/external/mesa3d/src/mesa/main/
Dpack.c1335 GLvoid *dstAddr, GLenum dst_format, in _mesa_pack_luminance_from_rgba_float()
1442 GLvoid *dstAddr, in _mesa_pack_luminance_from_rgba_integer()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h44 mDNSAddr dstAddr; member
/external/clang/lib/CodeGen/
DCGBlocks.cpp1465 llvm::Value *dstAddr = in GenerateCopyHelperFunction() local