Searched refs:bytesPerEntry (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c179 short bytesPerEntry = (pTableGammaTemp->gDataWidth + 7) / 8; /* size, in bytes, of the device table entries */ local
188 *(pEntry + indexChan * entries * bytesPerEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
195 *(pEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
333 short bytesPerEntry = (dataBits + 7) / 8; /* size, in bytes, of the device table entries */ local
335 shiftRightValue += ((bytesPerEntry - 1) * 8); /* multibyte entries and the need to map a byte at a time most sig. to least sig. */
342 for (indexByte = 0; indexByte < bytesPerEntry; indexByte++) /* for all bytes */

Completed in 76 milliseconds