Lines Matching full:short

93 short _InterlockedExchangeAdd16_acq(short volatile *_Addend, short _Value);
94 short _InterlockedExchangeAdd16_nf(short volatile *_Addend, short _Value);
95 short _InterlockedExchangeAdd16_rel(short volatile *_Addend, short _Value);
108 short _InterlockedIncrement16_acq(short volatile *_Value);
109 short _InterlockedIncrement16_nf(short volatile *_Value);
110 short _InterlockedIncrement16_rel(short volatile *_Value);
121 short _InterlockedDecrement16_acq(short volatile *_Value);
122 short _InterlockedDecrement16_nf(short volatile *_Value);
123 short _InterlockedDecrement16_rel(short volatile *_Value);
137 short _InterlockedAnd16_acq(short volatile *_Value, short _Mask);
138 short _InterlockedAnd16_nf(short volatile *_Value, short _Mask);
139 short _InterlockedAnd16_rel(short volatile *_Value, short _Mask);
169 short _InterlockedOr16_acq(short volatile *_Value, short _Mask);
170 short _InterlockedOr16_nf(short volatile *_Value, short _Mask);
171 short _InterlockedOr16_rel(short volatile *_Value, short _Mask);
185 short _InterlockedXor16_acq(short volatile *_Value, short _Mask);
186 short _InterlockedXor16_nf(short volatile *_Value, short _Mask);
187 short _InterlockedXor16_rel(short volatile *_Value, short _Mask);
201 short _InterlockedExchange16_acq(short volatile *_Target, short _Value);
202 short _InterlockedExchange16_nf(short volatile *_Target, short _Value);
203 short _InterlockedExchange16_rel(short volatile *_Target, short _Value);
220 short _InterlockedCompareExchange16_acq(short volatile *_Destination,
221 short _Exchange, short _Comparand);
222 short _InterlockedCompareExchange16_nf(short volatile *_Destination,
223 short _Exchange, short _Comparand);
224 short _InterlockedCompareExchange16_rel(short volatile *_Destination,
225 short _Exchange, short _Comparand);