Lines Matching refs:_Comparand
192 long _Exchange, long _Comparand);
197 short _Exchange, short _Comparand);
200 __int64 _Exchange, __int64 _Comparand);
207 char _Comparand);
360 long _Comparand);
370 short _Exchange, short _Comparand);
376 __int64 _Exchange, __int64 _Comparand);
378 void *_Exchange, void *_Comparand);
380 void *_Exchange, void *_Comparand);
752 char _Exchange, char _Comparand) { in _InterlockedCompareExchange8() argument
753 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, in _InterlockedCompareExchange8()
755 return _Comparand; in _InterlockedCompareExchange8()
759 short _Exchange, short _Comparand) { in _InterlockedCompareExchange16() argument
760 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, in _InterlockedCompareExchange16()
762 return _Comparand; in _InterlockedCompareExchange16()
766 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64() argument
767 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, in _InterlockedCompareExchange64()
769 return _Comparand; in _InterlockedCompareExchange64()