Searched defs:shiftRightValue (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c180 short shiftRightValue = pTableGammaTemp->gDataWidth - 8; /* number of right shifts device -> ramp */ local
188 *(pEntry + indexChan * entries * bytesPerEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
195 *(pEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
334 short shiftRightValue = 8 - dataBits; /* number of right shifts ramp -> device */ local
335 shiftRightValue += ((bytesPerEntry - 1) * 8); /* multibyte entries and the need to map a byte at a time most sig. to least sig. */
339 short currentShift = shiftRightValue; /* reset current bit shift */

Completed in 88 milliseconds