Searched refs:SWAP_BYTES (Results 1 – 1 of 1) sorted by relevance
167 #define SWAP_BYTES(x) ((\ macro172 SWAP_BYTES(x) << 16) |\173 SWAP_BYTES((x) >> 16))179 SWAP_BYTES(*(ushort_t *)(p)) << 16 |\180 SWAP_BYTES(*(ushort_t *)((p) + 2))