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

  /system/core/libpixelflinger/
fixed.cpp 112 int32_t bshift = 15; local
115 if (bshift >= 8) temp <<= (bshift-8);
116 else temp >>= (8-bshift);
121 bshift--;
  /external/qemu/
console.h 92 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat

Completed in 282 milliseconds