23 static uint32
MakeUInt32(uint8 byte3, uint8 byte2, uint8 byte1, uint8 byte0);
32 static uint64
MakeUInt64(uint32 highWord, uint32 lowWord);
static uint32 MakeUInt32(uint8 byte3, uint8 byte2, uint8 byte1, uint8 byte0)
Definition: Bits.inl:6
static uint64 MakeUInt64(uint32 highWord, uint32 lowWord)
Definition: Bits.inl:12