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

/sound/oss/dmasound/
H A Ddmasound.h43 #define le2be16dbl(x) (((x)<<8 & 0xff00ff00) | ((x)>>8 & 0x00ff00ff)) macro

Completed in 5 milliseconds