Searched defs:PA_UINT16_SWAP (Results 1 – 1 of 1) sorted by relevance
36 #define PA_UINT16_SWAP(x) ((uint16_t) bswap_16((uint16_t) x)) macro41 #define PA_UINT16_SWAP(x) ( (uint16_t) ( ((uint16_t) (x) >> 8) | ((uint16_t) (x) << 8) ) ) macro