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

/external/libvncserver/test/
H A Dbmp.c34 #define byteswap(i) ( \ macro
228 bh.bfSize=byteswap(bh.bfSize);
229 bh.bfOffBits=byteswap(bh.bfOffBits);
230 bh.biSize=byteswap(bh.biSize);
231 bh.biWidth=byteswap(bh.biWidth);
232 bh.biHeight=byteswap(bh.biHeight);
235 bh.biCompression=byteswap(bh.biCompression);
236 bh.biSizeImage=byteswap(bh.biSizeImage);
237 bh.biXPelsPerMeter=byteswap(bh.biXPelsPerMeter);
238 bh.biYPelsPerMeter=byteswap(b
[all...]

Completed in 110 milliseconds