#include <byteswap.h>
#include <BTypes.h>
Defines | |
#define | BEndian_H 1 |
Functions | |
void | bswap_p8 (const void *s, void *d) |
void | bswap_p16 (const void *s, void *d) |
void | bswap_p32 (const void *s, void *d) |
void | bswap_p64 (const void *s, void *d) |
void | bswap_copy (int swap, const void *src, void *dst, BUInt32 nBytes, const char *swapType) |
#define BEndian_H 1 |
void bswap_copy | ( | int | swap, | |
const void * | src, | |||
void * | dst, | |||
BUInt32 | nBytes, | |||
const char * | swapType | |||
) |
void bswap_p16 | ( | const void * | s, | |
void * | d | |||
) | [inline] |
void bswap_p32 | ( | const void * | s, | |
void * | d | |||
) | [inline] |
void bswap_p64 | ( | const void * | s, | |
void * | d | |||
) | [inline] |
void bswap_p8 | ( | const void * | s, | |
void * | d | |||
) | [inline] |