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

/external/libvncserver/test/
H A Dbmp.c31 #define byteswap(i) ( \ macro
225 bh.bfSize=byteswap(bh.bfSize);
226 bh.bfOffBits=byteswap(bh.bfOffBits);
227 bh.biSize=byteswap(bh.biSize);
228 bh.biWidth=byteswap(bh.biWidth);
229 bh.biHeight=byteswap(bh.biHeight);
232 bh.biCompression=byteswap(bh.biCompression);
233 bh.biSizeImage=byteswap(bh.biSizeImage);
234 bh.biXPelsPerMeter=byteswap(bh.biXPelsPerMeter);
235 bh.biYPelsPerMeter=byteswap(b
[all...]

Completed in 180 milliseconds