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

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dac3026.c485 int hd, hs, he, ht, vd, vs, ve, vt, wd; local in function:MGA3026Init
563 hd = (mode->CrtcHDisplay >> 3) - 1;
599 ((hd & 0x100) >> 7) |
618 pVga->CRTC[1] = hd;
619 pVga->CRTC[2] = hd;
H A Dmga_dacG.c1133 int hd, hs, he, ht, vd, vs, ve, vt, wd; local in function:MGAGInit
1363 hd = (mode->CrtcHDisplay >> 3) - 1;
1396 ((hd & 0x100) >> 7) |
1417 pVga->CRTC[1] = hd;
1418 pVga->CRTC[2] = hd;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_utility.c808 int hd, int vd, int ht, int vt, int hss, int hse, int vss, int vse, int clk,
822 mode = sisFindModeFromTiming(pScrn, hd, vd, ht, vt, hss, hse, vss, vse, clk);
961 int clk, hd, hss, hse, ht, vd, vss, vse, vt, result; local in function:SiSHandleSiSDirectCommand
966 hd = sdcbuf->sdc_parm[2];
976 hd, vd, ht, vt, hss, hse, vss, vse, clk, pSiS->SCLogQuiet) & 0xff;
1552 int clk, hd, hss, hse, ht, vd, vss, vse, vt; local in function:SiSHandleSiSDirectCommand
1556 hd = sdcbuf->sdc_parm[1];
1566 hd, vd, ht, vt, hss, hse, vss, vse, clk,
807 SISGetMergedModeDetails(ScrnInfoPtr pScrn,int hd,int vd,int ht,int vt,int hss,int hse,int vss,int vse,int clk,unsigned int * pos,unsigned int * crt1x,unsigned int * crt1y,unsigned int * crt1clk,unsigned int * crt2x,unsigned int * crt2y,unsigned int * crt2clk) argument
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_driver.c1836 int hd, hss, ht, vt, vd; local in function:TDFXSetMode
1848 hd = (mode->CrtcHDisplay>>3)-1;
1866 tdfxReg->ExtVga[0] = (ht&0x100)>>8 | (hd&0x100)>>6 | (hbs&0x100)>>4 |
1900 int hd, hbs, hss, hse, hbe, ht, hskew; local in function:TDFXModeInit
1903 hd = hbs = hss = hse = hbe = ht = hskew = 0;
1911 hd=mode->CrtcHDisplay;
1918 mode->CrtcHDisplay=hd>>1;
1937 mode->CrtcHDisplay=hd;
/xsrc/external/mit/xeyes/dist/
H A DEyes.c519 double hd, c, s, sx, sy, x, y, px, py; local in function:drawEllipse
526 hd = hypot(pos.width, pos.height)/2;
527 n = (M_PI / acos(hd/(hd+1.0))) + 0.5;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h4725 stbtt_uint32 nm,hd; local in function:stbtt__matches
4730 hd = stbtt__find_table(fc, offset, "head");
4731 if ((ttUSHORT(fc+hd+44) & 7) != (flags & 7)) return 0;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h4725 stbtt_uint32 nm,hd; local in function:stbtt__matches
4730 hd = stbtt__find_table(fc, offset, "head");
4731 if ((ttUSHORT(fc+hd+44) & 7) != (flags & 7)) return 0;

Completed in 56 milliseconds