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, 359 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange, 361 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination, 365 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination, 369 short _InterlockedCompareExchange16_np(short volatile *_Destination, 375 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination, 377 void *_InterlockedCompareExchangePointer(void *volatile *_Destination, [all …]
|