Functions
Mem_LShift
void Mem_LShift(
const u8* ptr,
u16 size
)

Left-shift all bytes in a memory buffer

Mem_RShift
void Mem_RShift(
const u8* ptr,
u16 size
)

Right-shift all bytes in a memory buffer

Mem_Inc
void Mem_Inc(
const u8* ptr,
u16 size
)

Increment all bytes in a memory buffer

Mem_Dec
void Mem_Dec(
const u8* ptr,
u16 size
)

Decrement all bytes in a memory buffer