Lines Matching refs:hdec
830 int hdec;
839 hdec = 94208 / (mt->HTotal);
841 hdec = 0x81;
842 if (hdec > 0x81)
843 hdec = 0x81;
844 if (hdec < 0x41)
845 hdec = 0x41;
846 hdec--;
847 hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) * hdec);
857 94208 / hdec
860 0x3C0000 * i / hdec + Q - R / hdec
870 ib = ((0x3C0000 * i - 0x8000)/ hdec + 0x05E7) >> 8;
877 m->regs[0x90] = hdec; /* < 0x40 || > 0x80 is bad... 0x80 is questionable */