Home | History | Annotate | Download | only in rfb

Lines Matching refs:Swap16IfLE

731 #define Swap16IfLE(s) (rfbEndianTest ? Swap16(s) : (s))