Lines Matching refs:UInt32
66 #define GetUi32(p) (*(const UInt32 *)(p))
69 #define SetUi32(p, d) *(UInt32 *)(p) = (d);
78 ((UInt32)((const Byte *)(p))[1] << 8) | \
79 ((UInt32)((const Byte *)(p))[2] << 16) | \
80 ((UInt32)((const Byte *)(p))[3] << 24))
84 #define SetUi16(p, d) { UInt32 _x_ = (d); \
88 #define SetUi32(p, d) { UInt32 _x_ = (d); \
95 SetUi32(p, (UInt32)_x64_); \
96 SetUi32(((Byte *)(p)) + 4, (UInt32)(_x64_ >> 32)); }
104 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p))
110 ((UInt32)((const Byte *)(p))[0] << 24) | \
111 ((UInt32)((const Byte *)(p))[1] << 16) | \
112 ((UInt32)((const Byte *)(p))[2] << 8) | \
126 UInt32 maxFunc;
127 UInt32 vendor[3];
128 UInt32 ver;
129 UInt32 b;
130 UInt32 c;
131 UInt32 d;