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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c824 #define BSWAP16(x) { x = (((x & 0xff) << 8) | (x >> 8)); } macro
1011 BSWAP16(pixel);
1025 BSWAP16(pixel);
1061 BSWAP16(pixel);
1075 BSWAP16(pixel);
1112 BSWAP16(pixel);
1126 BSWAP16(pixel);
1149 BSWAP16(pixel);
1173 BSWAP16(pixel);
1219 BSWAP16(pixe
[all...]

Completed in 206 milliseconds