GET_2B            268 rdbmp.c          if (GET_2B(bmpfileheader,0) != 0x4D42) /* 'BM' */
GET_2B            287 rdbmp.c            biWidth = (INT32) GET_2B(bmpinfoheader,4);
GET_2B            288 rdbmp.c            biHeight = (INT32) GET_2B(bmpinfoheader,6);
GET_2B            289 rdbmp.c            biPlanes = GET_2B(bmpinfoheader,8);
GET_2B            290 rdbmp.c            source->bits_per_pixel = (int) GET_2B(bmpinfoheader,10);
GET_2B            311 rdbmp.c            biPlanes = GET_2B(bmpinfoheader,12);
GET_2B            312 rdbmp.c            source->bits_per_pixel = (int) GET_2B(bmpinfoheader,14);
GET_2B            354 rdtarga.c        maplen = GET_2B(5);
GET_2B            355 rdtarga.c        width = GET_2B(12);
GET_2B            356 rdtarga.c        height = GET_2B(14);
GET_2B            448 rdtarga.c          if (maplen > 256 || GET_2B(3) != 0)