Home
last modified time | relevance | path

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

/third_party/alsa-utils/aplay/
Dformats.h51 #define BE_SHORT(v) bswap_16(v) macro
57 #define BE_SHORT(v) (v) macro
/third_party/alsa-utils/speaker-test/
Dspeaker-test.c81 #define BE_SHORT(v) bswap_16(v) macro
87 #define BE_SHORT(v) (v) macro