Searched refs:SetUi16 (Results 1 – 2 of 2) sorted by relevance
205 #define SetUi16(p, v) { *(UInt16 *)(p) = (v); } macro223 #define SetUi16(p, v) { Byte *_ppp_ = (Byte *)(p); UInt32 _vvv_ = (v); \
74 #define Set16(p, v) SetUi16(p, v)