Searched defs:SWAP16 (Results 1 – 2 of 2) sorted by relevance
44 #define SWAP16(x) ((((x) & 0xff) << 8) | ((x) >> 8)) macro
413 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[0] ) |\ macro425 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[1] ) |\ macro