Home
last modified time | relevance | path

Searched defs:PA_UINT16_SWAP (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dendianmacros.h36 #define PA_UINT16_SWAP(x) ((uint16_t) bswap_16((uint16_t) x)) macro
41 #define PA_UINT16_SWAP(x) ( (uint16_t) ( ((uint16_t) (x) >> 8) | ((uint16_t) (x) << 8) ) ) macro