ReactOS 0.4.16-dev-814-g656a5dc
|
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) |
Definition in file ff_memory.h.
FF_T_UINT8 FF_getChar | ( | FF_T_UINT8 * | pBuffer, |
FF_T_UINT32 | aOffset | ||
) |
FF_T_UINT32 FF_getLong | ( | FF_T_UINT8 * | pBuffer, |
FF_T_UINT32 | aOffset | ||
) |
FF_T_UINT16 FF_getShort | ( | 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_putLong | ( | FF_T_UINT8 * | pBuffer, |
FF_T_UINT32 | aOffset, | ||
FF_T_UINT32 | Value | ||
) |
void FF_putShort | ( | FF_T_UINT8 * | pBuffer, |
FF_T_UINT32 | aOffset, | ||
FF_T_UINT16 | Value | ||
) |