Searched refs:_Destination (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | Intrin.h | 191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination, 196 short _InterlockedCompareExchange16(short volatile *_Destination, 199 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination, 206 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange, 360 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange, 362 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination, 366 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination, 370 short _InterlockedCompareExchange16_np(short volatile *_Destination, 376 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination, 378 void *_InterlockedCompareExchangePointer(void *volatile *_Destination, [all …]
|