Searched refs:Swap24 (Results 1 – 1 of 1) sorted by relevance
720 #define Swap24(l) ((((l) & 0xff) << 16) | (((l) >> 16) & 0xff) | \ macro732 #define Swap24IfLE(l) (rfbEndianTest ? Swap24(l) : (l))737 #define Swap24IfBE(l) (rfbEndianTest ? (l) : Swap24(l))