Go to the source code of this file.
Value:
_ppp_[0] = (
Byte)(_vvv_ >> 24); \
_ppp_[1] = (
Byte)(_vvv_ >> 16); \
_ppp_[2] = (
Byte)(_vvv_ >> 8); \
_ppp_[3] = (
Byte)_vvv_; }
Definition at line 271 of file CpuArch.h.
Value:
_ppp_[0] = (
Byte)_vvv_; \
_ppp_[1] = (
Byte)(_vvv_ >> 8); }
Definition at line 224 of file CpuArch.h.
Value:
_ppp_[0] = (
Byte)_vvv_; \
_ppp_[1] = (
Byte)(_vvv_ >> 8); \
_ppp_[2] = (
Byte)(_vvv_ >> 16); \
_ppp_[3] = (
Byte)(_vvv_ >> 24); }
Definition at line 228 of file CpuArch.h.
Value:
SetUi32(_ppp2_ , (
UInt32)_vvv2_); \
SetUi32(_ppp2_ + 4, (
UInt32)(_vvv2_ >> 32)); }
Definition at line 234 of file CpuArch.h.