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

/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_mode.c1632 CARD8 seq1, tmpb; local in function:TsengHVSyncDPMSSet
1741 tmpb = HSync & 0xFF;
1742 hwp->writeCrtc(hwp, 0x04, tmpb);
1744 tmpb = (HSync & 0x100) >> 4;
1745 tmpb |= hwp->readCrtc(hwp, 0x3F) & ~0x10;
1746 hwp->writeCrtc(hwp, 0x3F, tmpb);
1754 tmpb = VSync & 0xFF;
1755 hwp->writeCrtc(hwp, 0x10, tmpb);
1757 tmpb = (VSync & 0x100) >> 6;
1758 tmpb |
[all...]
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcGeneric.c870 ByteInfo tmpb; local in function:load_generic
894 tmpb = (codeset->byteM)[M-1].byteinfo ;
897 tmpb[ii].start = (unsigned char)start;
898 tmpb[ii].end = (unsigned char)end;

Completed in 5 milliseconds