Home
last modified time | relevance | path

Searched refs:BE_SHORT (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-utils/aplay/
H A Dformats.h50 #define BE_SHORT(v) bswap_16(v) macro
56 #define BE_SHORT(v) (v) macro
64 ((be) ? BE_SHORT(v) : LE_SHORT(v))
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c91 #define BE_SHORT(v) bswap_16(v) macro
97 #define BE_SHORT(v) (v) macro
336 *samp16++ = BE_SHORT(res.i >> 16); in do_generate()

Completed in 3 milliseconds