Searched defs:_Exchange (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A DIntrin.h208 long _Exchange, long _Comparand);
213 short _Exchange, short _Comparand);
216 __int64 _Exchange, __int64 _Comparand);
222 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
403 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
414 short _Exchange, short _Comparand);
420 __int64 _Exchange, __int64 _Comparand);
422 void *_Exchange, void *_Comparand);
424 void *_Exchange, void *_Comparand);
808 char _Exchange, cha
807 _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange, char _Comparand) argument
813 _InterlockedCompareExchange16(short volatile *_Destination, short _Exchange, short _Comparand) argument
819 _InterlockedCompareExchange64(__int64 volatile *_Destination, __int64 _Exchange, __int64 _Comparand) argument
[all...]

Completed in 507 milliseconds