Go to the source code of this file.
◆ GetBe16
Value:
((
const Byte *)(p))[1] ))
unsigned short UInt16
Definition bzlib_private.h:47
unsigned char Byte
Definition zconf.h:391
◆ GetBe16_to32
#define GetBe16_to32 |
( |
| p | ) |
|
Value:
#define GetBe16(p)
Definition CpuArch.h:563
◆ GetBe32
Value: ( \
unsigned int UInt32
Definition bzlib_private.h:45
◆ GetBe64
Value:
unsigned long long int UInt64
Definition 7zTypes.h:234
#define GetBe32(p)
Definition CpuArch.h:529
◆ GetUi16
Value:
((
const Byte *)(p))[0] | \
◆ GetUi32
Value: ( \
((
const Byte *)(p))[0] | \
◆ GetUi64
Value:
#define GetUi32(p)
Definition CpuArch.h:480
◆ MY_CPU_pragma_pack_push_1
#define MY_CPU_pragma_pack_push_1 _Pragma("pack(push, 1)") |
◆ MY_CPU_pragma_pop
#define MY_CPU_pragma_pop _Pragma("pack(pop)") |
◆ SetBe32
Value:
_ppp_[0] = (
Byte)(_vvv_ >> 24); \
_ppp_[1] = (
Byte)(_vvv_ >> 16); \
_ppp_[2] = (
Byte)(_vvv_ >> 8); \
_ppp_[3] = (
Byte)_vvv_; }
◆ SetBe64
Value:
_ppp_[0] = (
Byte)(_vvv_ >> 56); \
_ppp_[1] = (
Byte)(_vvv_ >> 48); \
_ppp_[2] = (
Byte)(_vvv_ >> 40); \
_ppp_[3] = (
Byte)(_vvv_ >> 32); \
_ppp_[4] = (
Byte)(_vvv_ >> 24); \
_ppp_[5] = (
Byte)(_vvv_ >> 16); \
_ppp_[6] = (
Byte)(_vvv_ >> 8); \
_ppp_[7] = (
Byte)_vvv_; }
◆ SetUi16
Value:
_ppp_[0] = (
Byte)_vvv_; \
_ppp_[1] = (
Byte)(_vvv_ >> 8); }
◆ SetUi32
Value:
_ppp_[0] = (
Byte)_vvv_; \
_ppp_[1] = (
Byte)(_vvv_ >> 8); \
_ppp_[2] = (
Byte)(_vvv_ >> 16); \
_ppp_[3] = (
Byte)(_vvv_ >> 24); }
◆ SetUi64
Value:
SetUi32(_ppp2_ , (
UInt32)_vvv2_) \
SetUi32(_ppp2_ + 4, (
UInt32)(_vvv2_ >> 32)) }
◆ Z7_BSWAP16
◆ Z7_BSWAP32
Value:
#define Z7_BSWAP32_CONST(v)
Definition CpuArch.h:350
◆ Z7_BSWAP32_CONST
#define Z7_BSWAP32_CONST |
( |
| v | ) |
|
◆ Z7_BSWAP64
Value: ( ( ( (
UInt64)(v) ) << 8 * 7 ) \
| ( ( (
UInt64)(v) >> 8 * 7 ) ) \
)
◆ Z7_has_builtin
#define Z7_has_builtin |
( |
| x | ) |
|