Home
last modified time | relevance | path

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

/third_party/alsa-utils/aplay/
H A Dformats.h49 #define LE_INT(v) (v) macro
55 #define LE_INT(v) bswap_32(v) macro
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c90 #define LE_INT(v) (v) macro
96 #define LE_INT(v) bswap_32(v) macro
[all...]

Completed in 2 milliseconds