Home
last modified time | relevance | path

Searched refs:YInit (Results 1 – 4 of 4) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/clang-tidy-plugin/
H A DCombineLocalsIntoPointCheck.cpp147 const Expr *YInit = YDecl->getInit(); in CheckDecl() local
150 if( !XInit || !YInit || ( ZDecl && !ZInit ) ) { in CheckDecl()
198 getText( Result, YInit ) ).str(); in CheckDecl()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/clang-tidy-plugin/
H A DCombineLocalsIntoPointCheck.cpp147 const Expr *YInit = YDecl->getInit(); in CheckDecl() local
150 if( !XInit || !YInit || ( ZDecl && !ZInit ) ) { in CheckDecl()
198 getText( Result, YInit ) ).str(); in CheckDecl()
/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dintproto.cpp75 int16_t YInit; member
1312 Filler->YStart = Next->YInit; in GetNextFill()
1316 Filler->YEnd = Next->YInit; in GetNextFill()
1421 Filler->Switch[S1].YInit = Bucket16For(Switch1.y - YAdjust, YS, NB * 256); in InitTableFiller()
1429 Filler->Switch[S2].YInit = Bucket16For(Switch2.y + YAdjust, YS, NB * 256); in InitTableFiller()
1473 Filler->Switch[S1].YInit = Bucket16For(Switch1.y + YAdjust, YS, NB * 256); in InitTableFiller()
1481 Filler->Switch[S2].YInit = Bucket16For(Switch2.y - YAdjust, YS, NB * 256); in InitTableFiller()
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dstd0.c60 static void YInit(char *home, char *site, y_pkg_t **pkgs);
90 YInit(home, site, pkgs); in y_launch()
127 YInit(char *home, char *site, y_pkg_t **pkgs) in YInit() function