Searched refs:byteswap16 (Results 1 – 1 of 1) sorted by relevance
40 #define byteswap16(i) ( \ macro197 if(!littleendian()) bh.bfType=byteswap16(bh.bfType); in loadbmp()233 bh.biPlanes=byteswap16(bh.biPlanes); in loadbmp()234 bh.biBitCount=byteswap16(bh.biBitCount); in loadbmp()341 bh.bfType=byteswap16(bh.bfType); in savebmp()347 bh.biPlanes=byteswap16(bh.biPlanes); in savebmp()348 bh.biBitCount=byteswap16(bh.biBitCount); in savebmp()