RetroArch
|
#include "7zTypes.h"
Go to the source code of this file.
Macros | |
#define | GetUi16(p) (((const uint8_t *)(p))[0] | ((uint16_t)((const uint8_t *)(p))[1] << 8)) |
#define | GetUi32(p) |
#define | GetUi64(p) (GetUi32(p) | ((uint64_t)GetUi32(((const uint8_t *)(p)) + 4) << 32)) |
#define GetUi32 | ( | p | ) |