Home
last modified time | relevance | path

Searched refs:shiftRightValue (Results 1 – 1 of 1) sorted by relevance

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