| void Mem_LShift( |
| ) |
Left-shift all bytes in a memory buffer
| ptr | Buffer containing data |
| size | Size of the buffer |
| void Mem_RShift( |
| ) |
Right-shift all bytes in a memory buffer
| ptr | Buffer containing data |
| size | Size of the buffer |
| void Mem_Inc( |
| ) |
Increment all bytes in a memory buffer
| ptr | Buffer containing data |
| size | Size of the buffer |
| void Mem_Dec( |
| ) |
Decrement all bytes in a memory buffer
| ptr | Buffer containing data |
| size | Size of the buffer |