Home
last modified time | relevance | path

Searched refs:maprow (Results 1 – 16 of 16) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Dhyper_debug.lua21 if cell.buffer then maprow = maprow .. ":"
22 elseif cell.space then maprow = maprow .. " "
23 elseif cell.vault then maprow = maprow .. "v"
24 elseif cell.exit then maprow = maprow .. "@"
27 elseif cell.wall then maprow = maprow .. "X"
28 elseif cell.solid then maprow = maprow .. "x"
29 else maprow = maprow .. "." end
47 else maprow = maprow .. "!" end
56 else maprow = maprow .. "?" end
75 else maprow = maprow .. "." end
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dv_debug.lua23 if cell.space then maprow = maprow .. " "
24 elseif cell.solid == false then maprow = maprow .. "."
25 elseif cell.solid == true then maprow = maprow .. "x"
26 else maprow = maprow .. "?" end
40 if cell.usage == "none" then maprow = maprow .. " "
44 else maprow = maprow .. "!" end
47 if cell.normal == nil then maprow = maprow .. "!"
53 else maprow = maprow .. "?" end
75 maprow = maprow .. char
93 else maprow = maprow .. "." end
[all …]
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dsample.c98 DCELL *maprow = Rast_allocate_d_buf(); in Rast_get_sample_nearest() local
110 Rast_get_d_row(fd, maprow, row); in Rast_get_sample_nearest()
112 if (Rast_is_d_null_value(&maprow[col])) { in Rast_get_sample_nearest()
118 char *buf = Rast_get_c_cat((CELL *) & (maprow[col]), cats); in Rast_get_sample_nearest()
124 result = maprow[col]; in Rast_get_sample_nearest()
127 G_free(maprow); in Rast_get_sample_nearest()
/dports/games/vvvvvv/VVVVVV-cb3640e5/mobile_version/levels/
H A Dtowerclass.as83 var maprow:Array;
86 maprow = new Array();
87 maprow = realtmap[j].split(",");
89 back[i + vmult[j]] = maprow[i];
95 var maprow:Array;
98 maprow = new Array();
99 maprow = realtmap[j].split(",");
101 minitower[i + vmult[j]] = maprow[i];
447 var maprow:Array;
450 maprow = new Array();
[all …]
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_LUSOL.c650 int BFP_CALLMODEL bfp_findredundant(lprec *lp, int items, getcolumnex_func cb, int *maprow, int *ma… in bfp_findredundant() argument
657 if((maprow == NULL) && (mapcol == NULL)) in bfp_findredundant()
668 n = cb(lp, mapcol[j], NULL, NULL, maprow); in bfp_findredundant()
693 n = cb(lp, mapcol[j], nzvalues, nzrows, maprow); in bfp_findredundant()
723 maprow[n] = LUSOL->ip[i]; in bfp_findredundant()
725 maprow[0] = n; in bfp_findredundant()
H A Dlp_BFP.h50 …P_CALLMODEL bfp_findredundant)(lprec *lp, int items, getcolumnex_func cb, int *maprow, int*mapcol);
H A Dlp_lib.h1078 …ODEL BFPint_lpintrealcbintint)(lprec *lp, int items, getcolumnex_func cb, int *maprow, int*mapcol);
/dports/games/vvvvvv/VVVVVV-cb3640e5/mobile_version/src/
H A DPreloader.as269 var maprow:Array;
272 maprow = new Array();
273 maprow = tstring.split(",");
275 bfontlen[k + 32] = 8;// int(maprow[k]);
H A Dmapclass.as470 var maprow:Array;
473 maprow = new Array();
474 maprow = realtmap[j].split(",");
476 areamap[i + (j * 20)] = maprow[i];
490 var maprow:Array;
493 maprow = new Array();
494 maprow = tmap[j].split(",");
496 contents[i + vmult[j]] = maprow[i];
H A Ddwgraphicsclass.as516 var maprow:Array;
519 maprow = new Array();
520 maprow = tstring.split(",");
522 bfontlen[k + 32] = 8;// int(maprow[k]);
/dports/math/lp_solve/lp_solve_5.5/bfp/bfp_LUSOL/
H A Dlp_LUSOL.c651 int BFP_CALLMODEL bfp_findredundant(lprec *lp, int items, getcolumnex_func cb, int *maprow, int *ma… in bfp_findredundant() argument
658 if((maprow == NULL) && (mapcol == NULL)) in bfp_findredundant()
669 n = cb(lp, mapcol[j], NULL, NULL, maprow); in bfp_findredundant()
694 n = cb(lp, mapcol[j], nzvalues, nzrows, maprow); in bfp_findredundant()
724 maprow[n] = LUSOL->ip[i]; in bfp_findredundant()
726 maprow[0] = n; in bfp_findredundant()
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DTower.cpp109 std::vector<std::string> maprow = split(tmap[j], ','); in fillbackground() local
112 back[i + vmult[j]] = atoi(maprow[i].c_str()); in fillbackground()
123 std::vector<std::string> maprow = split(tmap[j], ','); in fillminitower() local
126 minitower[i + vmult[j]] = atoi(maprow[i].c_str()); in fillminitower()
478 std::vector<std::string> maprow = split(tmap[j], ','); in fillcontents() local
481 contents[i + vmult[j]] = atoi(maprow[i].c_str()); in fillcontents()
H A DMap.cpp745 std::vector<std::string> maprow = split(tmap[j], ','); in fillareamap() local
748 areamap[i + (j * 20)] = atoi(maprow[i].c_str()); in fillareamap()
766 std::vector<std::string> maprow = split(tmap[j], ','); in fillcontent() local
770 contents[i + vmult[j]] = atoi(maprow[i].c_str()); in fillcontent()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cblast/
H A Dcblastutil.c1138 ValNodePtr maprow_head = NULL, maprow = NULL, Amaprow_head = NULL, Amaprow = NULL; in FillCdInfo() local
1280 maprow = maprow_head; in FillCdInfo()
1281 while(maprow){ in FillCdInfo()
1282 Amaprow_head = maprow->data.ptrvalue; in FillCdInfo()
1297 maprow->data.ptrvalue = Amaprow_head; in FillCdInfo()
1299 cnip[cd_num]->iMaprow = maprow->choice; in FillCdInfo()
1314 maprow->data.ptrvalue = Amaprow_head; in FillCdInfo()
1317 cnip[cd_num]->iMaprow = maprow->choice; in FillCdInfo()
1321 maprow = maprow->next; in FillCdInfo()
/dports/math/lp_solve/lp_solve_5.5/bfp/
H A Dlp_BFP.h50 …P_CALLMODEL bfp_findredundant)(lprec *lp, int items, getcolumnex_func cb, int *maprow, int*mapcol);
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_lib.h1103 …ODEL BFPint_lpintrealcbintint)(lprec *lp, int items, getcolumnex_func cb, int *maprow, int*mapcol);