HomeSort by: relevance | last modified time | path
    Searched defs:rsmax (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hack/
hack.mklev.c 97 static int rscnt, rsmax; /* 0..rscnt-1: currently under consideration */ variable in typeref:typename:int
98 /* rscnt..rsmax: discarded */
243 rsmax = 1;
245 rscnt = rsmax;
276 rs[rsmax] = *rsp;
278 rs[rscnt] = rs[rsmax];
310 /* walk down since rscnt and rsmax change */
311 for (rsp = &rs[rsmax - 1]; rsp >= rs; rsp--) {
317 *rsp = rs[--rsmax];
319 rsmax--
    [all...]
hack.mklev.c 97 static int rscnt, rsmax; /* 0..rscnt-1: currently under consideration */ variable in typeref:typename:int
98 /* rscnt..rsmax: discarded */
243 rsmax = 1;
245 rscnt = rsmax;
276 rs[rsmax] = *rsp;
278 rs[rscnt] = rs[rsmax];
310 /* walk down since rscnt and rsmax change */
311 for (rsp = &rs[rsmax - 1]; rsp >= rs; rsp--) {
317 *rsp = rs[--rsmax];
319 rsmax--
    [all...]
hack.mklev.c 97 static int rscnt, rsmax; /* 0..rscnt-1: currently under consideration */ variable in typeref:typename:int
98 /* rscnt..rsmax: discarded */
243 rsmax = 1;
245 rscnt = rsmax;
276 rs[rsmax] = *rsp;
278 rs[rscnt] = rs[rsmax];
310 /* walk down since rscnt and rsmax change */
311 for (rsp = &rs[rsmax - 1]; rsp >= rs; rsp--) {
317 *rsp = rs[--rsmax];
319 rsmax--
    [all...]
hack.mklev.c 97 static int rscnt, rsmax; /* 0..rscnt-1: currently under consideration */ variable in typeref:typename:int
98 /* rscnt..rsmax: discarded */
243 rsmax = 1;
245 rscnt = rsmax;
276 rs[rsmax] = *rsp;
278 rs[rscnt] = rs[rsmax];
310 /* walk down since rscnt and rsmax change */
311 for (rsp = &rs[rsmax - 1]; rsp >= rs; rsp--) {
317 *rsp = rs[--rsmax];
319 rsmax--
    [all...]

Completed in 42 milliseconds