Searched defs:PA_INT16_SWAP (Results 1 – 1 of 1) sorted by relevance
35 #define PA_INT16_SWAP(x) ((int16_t) bswap_16((uint16_t) x)) macro40 #define PA_INT16_SWAP(x) ( (int16_t) ( ((uint16_t) (x) >> 8) | ((uint16_t) (x) << 8) ) ) macro