Searched defs:PA_UINT32_TO_LE (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ | ||
H A D | endianmacros.h | 120 #define PA_UINT32_TO_LE(x) PA_UINT32_SWAP(x) macro 150 #define PA_UINT32_TO_LE(x) ((uint32_t)(x)) macro |
Completed in 1 milliseconds