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

/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/
H A DMakefile46 fix_html ${DOC}.sgml >${DOC}.htmp
48 $(CATALOGS) ${DSL} $(DOC).htmp >$(DOC).html
53 fix_ps ${DOC}.sgml >${DOC}.htmp
55 $(CATALOGS) ${DSL} $(DOC).htmp
74 fix_html ${DOC}.sgml >${DOC}.htmp
76 $(CATALOGS) ${DSL} $(DOC).htmp
83 rm -f *.aux *.log *.toc *.fot *.dvi *.tex figs *.htmp *.fig
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dsgivwfb.c240 int i,j, htmp, temp; local
462 htmp = currentTiming->hblank_end - 19;
463 if (htmp < 0)
464 htmp += currentTiming->htotal; /* allow blank to wrap around */
465 SET_DBE_FIELD(VT_HPIXEN, VT_HPIXEN_ON, outputVal, htmp);
467 ((htmp + currentTiming->width - 2) % currentTiming->htotal));

Completed in 45 milliseconds