kio
kswap.h File Reference
#include <qglobal.h>
#include <sys/types.h>
#include <netinet/in.h>
Include dependency graph for kswap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | KFromToBigEndian (Q_INT64 *out, Q_INT64 *in, uint len) |
Q_INT64 | KFromToBigEndian (Q_INT64 b) |
void | KFromToBigEndian (Q_INT32 *out, Q_INT32 *in, uint len) |
Q_INT32 | KFromToBigEndian (Q_INT32 b) |
void | KFromToBigEndian (Q_INT16 *out, Q_INT16 *in, uint len) |
Q_INT16 | KFromToBigEndian (Q_INT16 b) |
void | KFromToBigEndian (Q_UINT64 *out, Q_UINT64 *in, uint len) |
Q_UINT64 | KFromToBigEndian (Q_UINT64 b) |
void | KFromToBigEndian (Q_UINT32 *out, Q_UINT32 *in, uint len) |
Q_UINT32 | KFromToBigEndian (Q_UINT32 b) |
void | KFromToBigEndian (Q_UINT16 *out, Q_UINT16 *in, uint len) |
Q_UINT16 | KFromToBigEndian (Q_UINT16 b) |
void | KFromToLittleEndian (Q_INT64 *out, Q_INT64 *in, uint len) |
Q_INT64 | KFromToLittleEndian (Q_INT64 b) |
void | KFromToLittleEndian (Q_INT32 *out, Q_INT32 *in, uint len) |
Q_INT32 | KFromToLittleEndian (Q_INT32 b) |
void | KFromToLittleEndian (Q_INT16 *out, Q_INT16 *in, uint len) |
Q_INT16 | KFromToLittleEndian (Q_INT16 b) |
void | KFromToLittleEndian (Q_UINT64 *out, Q_UINT64 *in, uint len) |
Q_UINT64 | KFromToLittleEndian (Q_UINT64 b) |
void | KFromToLittleEndian (Q_UINT32 *out, Q_UINT32 *in, uint len) |
Q_UINT32 | KFromToLittleEndian (Q_UINT32 b) |
void | KFromToLittleEndian (Q_UINT16 *out, Q_UINT16 *in, uint len) |
Q_UINT16 | KFromToLittleEndian (Q_UINT16 b) |
Q_INT16 | KSWAP_16 (Q_INT16 b) |
Q_UINT16 | KSWAP_16 (Q_UINT16 b) |
Q_INT32 | KSWAP_32 (Q_INT32 b) |
Q_UINT32 | KSWAP_32 (Q_UINT32 b) |
Q_INT64 | KSWAP_64 (Q_INT64 b) |
Q_UINT64 | KSWAP_64 (Q_UINT64 b) |
Function Documentation