Searched defs:x_to_byte (Results 1 – 11 of 11) sorted by relevance
71 #define x_to_byte(x) ((x) << 1) macro
43 #define x_to_byte(x) ((x) >> 2) macro
43 #define x_to_byte(x) ((x) >> 1) macro
43 #define x_to_byte(x) ((x) << 2) macro
44 #define x_to_byte(x) (x) macro
61 #define x_to_byte(x) ((x) << 3) macro
61 #define x_to_byte(x) ((x) * PIXEL_SIZE) macro
74 #define x_to_byte(x) ((x) * 3) macro
89 #define x_to_byte(x) ((x) >> 3) macro