Searched defs:PA_INT32_SWAP (Results 1 – 1 of 1) sorted by relevance
37 #define PA_INT32_SWAP(x) ((int32_t) bswap_32((uint32_t) x)) macro42 #define PA_INT32_SWAP(x) ( (int32_t) ( ((uint32_t) (x) >> 24) | ((uint32_t) (x) << 24) | (((uint32_… macro