Lines Matching refs:byteswap
31 #define byteswap(i) ( \ macro
225 bh.bfSize=byteswap(bh.bfSize); in loadbmp()
226 bh.bfOffBits=byteswap(bh.bfOffBits); in loadbmp()
227 bh.biSize=byteswap(bh.biSize); in loadbmp()
228 bh.biWidth=byteswap(bh.biWidth); in loadbmp()
229 bh.biHeight=byteswap(bh.biHeight); in loadbmp()
232 bh.biCompression=byteswap(bh.biCompression); in loadbmp()
233 bh.biSizeImage=byteswap(bh.biSizeImage); in loadbmp()
234 bh.biXPelsPerMeter=byteswap(bh.biXPelsPerMeter); in loadbmp()
235 bh.biYPelsPerMeter=byteswap(bh.biYPelsPerMeter); in loadbmp()
236 bh.biClrUsed=byteswap(bh.biClrUsed); in loadbmp()
237 bh.biClrImportant=byteswap(bh.biClrImportant); in loadbmp()
339 bh.bfSize=byteswap(bh.bfSize); in savebmp()
340 bh.bfOffBits=byteswap(bh.bfOffBits); in savebmp()
341 bh.biSize=byteswap(bh.biSize); in savebmp()
342 bh.biWidth=byteswap(bh.biWidth); in savebmp()
343 bh.biHeight=byteswap(bh.biHeight); in savebmp()
346 bh.biCompression=byteswap(bh.biCompression); in savebmp()
347 bh.biSizeImage=byteswap(bh.biSizeImage); in savebmp()
348 bh.biXPelsPerMeter=byteswap(bh.biXPelsPerMeter); in savebmp()
349 bh.biYPelsPerMeter=byteswap(bh.biYPelsPerMeter); in savebmp()
350 bh.biClrUsed=byteswap(bh.biClrUsed); in savebmp()
351 bh.biClrImportant=byteswap(bh.biClrImportant); in savebmp()