|
Squid Web Cache master
|
Go to the source code of this file.
Macros | |
| #define | bswap16(x) (((((uint16_t)(x)) >> 8) & 0xff) | ((((uint16_t)(x)) & 0xff) << 8)) |
| #define | htole16(x) (x) |
| #define | bswap32(x) |
| #define | htole32(x) (x) |
| #define | le16toh(x) htole16(x) |
| #define | le32toh(x) htole32(x) |
| #define bswap16 | ( | x | ) | (((((uint16_t)(x)) >> 8) & 0xff) | ((((uint16_t)(x)) & 0xff) << 8)) |
Definition at line 52 of file support_endian.h.
| #define bswap32 | ( | x | ) |
Definition at line 71 of file support_endian.h.
| #define htole16 | ( | x | ) | (x) |
Definition at line 61 of file support_endian.h.
| #define htole32 | ( | x | ) | (x) |
Definition at line 83 of file support_endian.h.
| #define le16toh | ( | x | ) | htole16(x) |
Definition at line 89 of file support_endian.h.
| #define le32toh | ( | x | ) | htole32(x) |
Definition at line 92 of file support_endian.h.