Home
last modified time | relevance | path

Searched defs:PA_UINT32_SWAP (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dendianmacros.h38 #define PA_UINT32_SWAP(x) ((uint32_t) bswap_32((uint32_t) x)) macro
43 #define PA_UINT32_SWAP(x) ( (uint32_t) ( ((uint32_t) (x) >> 24) | ((uint32_t) (x) << 24) | (((uint32_t) (x) & 0xFF00) << 8) | ((((uint32_t) (x)) >> 8) & 0xFF00) ) ) macro

Completed in 2 milliseconds