Home
last modified time | relevance | path

Searched refs:cleany (Results 1 – 8 of 8) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_video.cpp1001 …idth, int designheight, int realwidth, int realheight, int *cleanx, int *cleany, int *_cx1, int *_… in V_CalcCleanFacs() argument
1028 *cleany = cy1; in V_CalcCleanFacs()
1033 *cleany = cy2; in V_CalcCleanFacs()
1037 if (*cleany % 6 == 0) in V_CalcCleanFacs()
1039 int newXfactor = *cleany - *cleany/6; in V_CalcCleanFacs()
1043 *cleany = *cleanx; in V_CalcCleanFacs()
1045 else if (*cleanx > 1 && *cleany > 1 && *cleanx != *cleany) in V_CalcCleanFacs()
1047 if (*cleanx < *cleany) in V_CalcCleanFacs()
1048 *cleany = *cleanx; in V_CalcCleanFacs()
1050 *cleanx = *cleany; in V_CalcCleanFacs()
H A Dv_video.h48 …idth, int designheight, int realwidth, int realheight, int *cleanx, int *cleany, int *cx1=NULL, in…
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dv_video.cpp1392 …idth, int designheight, int realwidth, int realheight, int *cleanx, int *cleany, int *_cx1, int *_… in V_CalcCleanFacs() argument
1419 *cleany = cy1; in V_CalcCleanFacs()
1424 *cleany = cy2; in V_CalcCleanFacs()
1427 if (*cleanx < *cleany) in V_CalcCleanFacs()
1428 *cleany = *cleanx; in V_CalcCleanFacs()
1430 *cleanx = *cleany; in V_CalcCleanFacs()
H A Dv_video.h49 …idth, int designheight, int realwidth, int realheight, int *cleanx, int *cleany, int *cx1=NULL, in…
/dports/security/p5-Net-SAML/zxid-1.42/
H A DMakefile2087 cleany: clean perlcleaner phpcleaner pycleaner rubycleaner csharpcleaner javacleaner cleangcov target
2088 @$(ECHO) ------------------ Making cleany
2092 cleaner: cleany
2112 .PHONY: winclean clean regen cleaner cleany miniclean cleanbin distclean docclean megatags tags
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dtriangulation.cpp1240 bool cleany=false; in trigrid_fun_plane() local
1261 cleany=true; in trigrid_fun_plane()
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/
H A DCHANGELOG272 * amend: cleany abort when both `--patch` and `--extract` are passed
/dports/devel/pcsc-lite/pcsc-lite-1.9.4/
H A DChangeLog1575 - src/pcscdaemon.c: the daemon now cleany stops the drivers before exiting