Searched refs:SetUi32 (Results 1 – 1 of 1) sorted by relevance
69 #define SetUi32(p, d) *(UInt32 *)(p) = (d); macro88 #define SetUi32(p, d) { UInt32 _x_ = (d); \95 SetUi32(p, (UInt32)_x64_); \96 SetUi32(((Byte *)(p)) + 4, (UInt32)(_x64_ >> 32)); }