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

/sound/oss/dmasound/
H A Ddmasound.h42 #define le2be16(x) (((x)<<8 & 0xff00) | ((x)>>8 & 0x00ff)) macro

Completed in 4 milliseconds