Lines Matching refs:_Comparand
194 long _Exchange, long _Comparand);
199 short _Exchange, short _Comparand);
202 __int64 _Exchange, __int64 _Comparand);
209 char _Comparand);
368 long _Comparand);
378 short _Exchange, short _Comparand);
384 __int64 _Exchange, __int64 _Comparand);
386 void *_Exchange, void *_Comparand);
388 void *_Exchange, void *_Comparand);
763 char _Exchange, char _Comparand) { in _InterlockedCompareExchange8() argument
764 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); in _InterlockedCompareExchange8()
765 return _Comparand; in _InterlockedCompareExchange8()
769 short _Exchange, short _Comparand) { in _InterlockedCompareExchange16() argument
770 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); in _InterlockedCompareExchange16()
771 return _Comparand; in _InterlockedCompareExchange16()
775 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64() argument
776 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); in _InterlockedCompareExchange64()
777 return _Comparand; in _InterlockedCompareExchange64()