Searched refs:MSBFirst (Results 1 – 8 of 8) sorted by relevance
108 …ics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_order == MSBFirst ? "MSB First" : "… in main()
676 ximage->byte_order = MSBFirst; in rpng_x_create_window()702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst? in rpng_x_display_image()
1004 ximage->byte_order = MSBFirst; in rpng2_x_create_window()1607 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst? in rpng2_x_redisplay_image()
199 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
104 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
234 xim->byte_order = MSBFirst; in flip_ximage_byte_order()235 xim->bitmap_bit_order = MSBFirst; in flip_ximage_byte_order()
3508 case MSBFirst:3519 case MSBFirst:
767 #define MSBFirst 1 macro