Home | History | Annotate | Download | only in warp

Lines Matching refs:YSIZE

92     for (y=0;y<YSIZE;y++)
99 for (y=0; y<YSIZE; y++)
122 if (inumfriends+inumenemies+inumstars > YSIZE*XSIZE-20)
123 inumstars = YSIZE*XSIZE-20 - inumenemies - inumfriends;
182 y = rand_mod(YSIZE);
195 yoff = rand_mod(YSIZE);
212 if (inumenemies+inumstars > YSIZE*XSIZE-20)
213 inumstars = numstars = YSIZE*XSIZE-20 - inumenemies;
216 yoff = rand_mod(YSIZE); /* how much to shift y */
239 yoff = rand_mod(YSIZE);
269 y = rand_mod(YSIZE);
280 * 12.0) + yoff + x*YSIZE/XSIZE;
288 * 12.0) + yoff - x*YSIZE/XSIZE;
304 y = rand_mod(YSIZE);
312 y %= YSIZE;
343 y = (y + rand_mod(3) + YSIZE99) % YSIZE;
352 y = inity = rand_mod(YSIZE);
360 y = rand_mod(YSIZE);
369 y = rand_mod(YSIZE);
381 y = rand_mod(YSIZE);
391 y = rand_mod(YSIZE);
420 y = rand_mod(YSIZE);
480 y = rand_mod(YSIZE);