HomeSort by relevance Sort by last modified time
    Searched defs:RMask (Results 1 - 3 of 3) sorted by null

  /external/libpng/contrib/gregbook/
rpng-x.c 147 static ulg RMask, GMask, BMask;
509 RMask = visual->red_mask;
523 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */
529 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */
533 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
624 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
736 pixel = (red & RMask) | (green & GMask) | (blue & BMask);
799 pixel = ((red >> RShift) & RMask) |
831 pixel = ((red >> RShift) & RMask) |
rpng2-x.c 295 static ulg RMask, GMask, BMask;
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 87 milliseconds