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

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm.c 179 short bytesPerEntry = (pTableGammaTemp->gDataWidth + 7) / 8; /* size, in bytes, of the device table entries */
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 */
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 */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 141 int headerLen, bytesPerEntry, extraPerEntry;
145 bytesPerEntry = (data.get() & 0xff);
152 extraPerEntry = bytesPerEntry - 18; // we want 18 bytes
169 if (bytesPerEntry >= 18)

Completed in 68 milliseconds