Searched defs:REV_PIXELS_MASK2 (Results 1 - 1 of 1) sorted by relevance
/drivers/video/fbdev/core/ | ||
H A D | fb_draw.h | 80 #define REV_PIXELS_MASK2 0x3333333333333333ul macro 84 #define REV_PIXELS_MASK2 0x33333333ul macro 94 val = comp(val >> 2, val << 2, REV_PIXELS_MASK2); |
Completed in 45 milliseconds