Lines Matching defs:_Value
448 _rotl8(unsigned char _Value, unsigned char _Shift) { in _rotl8()
453 _rotr8(unsigned char _Value, unsigned char _Shift) { in _rotr8()
458 _rotl16(unsigned short _Value, unsigned char _Shift) { in _rotl16()
463 _rotr16(unsigned short _Value, unsigned char _Shift) { in _rotr16()
468 _rotl(unsigned int _Value, int _Shift) { in _rotl()
473 _rotr(unsigned int _Value, int _Shift) { in _rotr()
478 _lrotl(unsigned long _Value, int _Shift) { in _lrotl()
483 _lrotr(unsigned long _Value, int _Shift) { in _lrotr()
489 _rotl64(unsigned __int64 _Value, int _Shift) { in _rotl64()
495 _rotr64(unsigned __int64 _Value, int _Shift) { in _rotr64()
615 _InterlockedExchangeAdd8(char volatile *_Addend, char _Value) { in _InterlockedExchangeAdd8()
619 _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) { in _InterlockedExchangeAdd16()
624 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64()
632 _InterlockedExchangeSub8(char volatile *_Subend, char _Value) { in _InterlockedExchangeSub8()
636 _InterlockedExchangeSub16(short volatile *_Subend, short _Value) { in _InterlockedExchangeSub16()
640 _InterlockedExchangeSub(long volatile *_Subend, long _Value) { in _InterlockedExchangeSub()
645 _InterlockedExchangeSub64(__int64 volatile *_Subend, __int64 _Value) { in _InterlockedExchangeSub64()
653 _InterlockedIncrement16(short volatile *_Value) { in _InterlockedIncrement16()
658 _InterlockedIncrement64(__int64 volatile *_Value) { in _InterlockedIncrement64()
666 _InterlockedDecrement16(short volatile *_Value) { in _InterlockedDecrement16()
671 _InterlockedDecrement64(__int64 volatile *_Value) { in _InterlockedDecrement64()
679 _InterlockedAnd8(char volatile *_Value, char _Mask) { in _InterlockedAnd8()
683 _InterlockedAnd16(short volatile *_Value, short _Mask) { in _InterlockedAnd16()
687 _InterlockedAnd(long volatile *_Value, long _Mask) { in _InterlockedAnd()
692 _InterlockedAnd64(__int64 volatile *_Value, __int64 _Mask) { in _InterlockedAnd64()
700 _InterlockedOr8(char volatile *_Value, char _Mask) { in _InterlockedOr8()
704 _InterlockedOr16(short volatile *_Value, short _Mask) { in _InterlockedOr16()
708 _InterlockedOr(long volatile *_Value, long _Mask) { in _InterlockedOr()
713 _InterlockedOr64(__int64 volatile *_Value, __int64 _Mask) { in _InterlockedOr64()
721 _InterlockedXor8(char volatile *_Value, char _Mask) { in _InterlockedXor8()
725 _InterlockedXor16(short volatile *_Value, short _Mask) { in _InterlockedXor16()
729 _InterlockedXor(long volatile *_Value, long _Mask) { in _InterlockedXor()
734 _InterlockedXor64(__int64 volatile *_Value, __int64 _Mask) { in _InterlockedXor64()
742 _InterlockedExchange8(char volatile *_Target, char _Value) { in _InterlockedExchange8()
747 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16()
753 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64()