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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound.h42 #define le2be16(x) (((x)<<8 & 0xff00) | ((x)>>8 & 0x00ff)) macro

Completed in 133 milliseconds