Searched defs:PA_UINT32_SWAP (Results 1 – 1 of 1) sorted by relevance
38 #define PA_UINT32_SWAP(x) ((uint32_t) bswap_32((uint32_t) x)) macro43 #define PA_UINT32_SWAP(x) ( (uint32_t) ( ((uint32_t) (x) >> 24) | ((uint32_t) (x) << 24) | (((uint3… macro