MobilityDB 1.1
Macros | Functions
pg_bswap.h File Reference

Go to the source code of this file.

Macros

#define pg_hton16(x)   pg_bswap16(x)
 
#define pg_hton32(x)   pg_bswap32(x)
 
#define pg_hton64(x)   pg_bswap64(x)
 
#define pg_ntoh16(x)   pg_bswap16(x)
 
#define pg_ntoh32(x)   pg_bswap32(x)
 
#define pg_ntoh64(x)   pg_bswap64(x)
 

Functions

static uint16 pg_bswap16 (uint16 x)
 
static uint32 pg_bswap32 (uint32 x)
 
static uint64 pg_bswap64 (uint64 x)