ReactOS 0.4.15-dev-7834-g00c4b3d
ff_memory.h File Reference
#include "ff_config.h"
#include "ff_types.h"
Include dependency graph for ff_memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FF_T_SHORT
 
struct  FF_T_LONG
 
union  FF_T_UN16
 16-bit union. More...
 
union  FF_T_UN32
 32-bit union. More...
 

Functions

FF_T_UINT8 FF_getChar (FF_T_UINT8 *pBuffer, FF_T_UINT32 aOffset)
 
FF_T_UINT16 FF_getShort (FF_T_UINT8 *pBuffer, FF_T_UINT32 aOffset)
 
FF_T_UINT32 FF_getLong (FF_T_UINT8 *pBuffer, FF_T_UINT32 aOffset)
 
void FF_putChar (FF_T_UINT8 *pBuffer, FF_T_UINT32 aOffset, FF_T_UINT8 Value)
 
void FF_putShort (FF_T_UINT8 *pBuffer, FF_T_UINT32 aOffset, FF_T_UINT16 Value)
 
void FF_putLong (FF_T_UINT8 *pBuffer, FF_T_UINT32 aOffset, FF_T_UINT32 Value)
 

Detailed Description

Author
James Walmsley

Definition in file ff_memory.h.

Function Documentation

◆ FF_getChar()

FF_T_UINT8 FF_getChar ( FF_T_UINT8 pBuffer,
FF_T_UINT32  aOffset 
)

◆ FF_getLong()

FF_T_UINT32 FF_getLong ( FF_T_UINT8 pBuffer,
FF_T_UINT32  aOffset 
)

◆ FF_getShort()

FF_T_UINT16 FF_getShort ( FF_T_UINT8 pBuffer,
FF_T_UINT32  aOffset 
)

◆ FF_putChar()

void FF_putChar ( FF_T_UINT8 pBuffer,
FF_T_UINT32  aOffset,
FF_T_UINT8  Value 
)

◆ FF_putLong()

void FF_putLong ( FF_T_UINT8 pBuffer,
FF_T_UINT32  aOffset,
FF_T_UINT32  Value 
)

◆ FF_putShort()

void FF_putShort ( FF_T_UINT8 pBuffer,
FF_T_UINT32  aOffset,
FF_T_UINT16  Value 
)