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

  /external/libpng/contrib/gregbook/
rpng-x.c 148 static ulg RMask, GMask, BMask;
510 RMask = visual->red_mask;
524 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */
530 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */
534 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
625 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
737 pixel = (red & RMask) | (green & GMask) | (blue & BMask);
800 pixel = ((red >> RShift) & RMask) |
832 pixel = ((red >> RShift) & RMask) |
rpng2-x.c 297 static ulg RMask, GMask, BMask;
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1018 milliseconds