HomeSort by: relevance | last modified time | path
    Searched refs:quant (Results 1 - 3 of 3) sorted by relevancy

  /src/games/warp/
them.c 335 modify_amoeba(int y, int x, int where, int ch, int quant)
377 if (ambsize > 100 && quant > 2) {
378 quant >>= (ambsize/100);
380 if ((nuke->energy += quant << 6) > 32767)
382 count = quant << 3; /* endless loop catcher */
383 while (count-- > 0 && quant > 0) {
385 quant--;
  /src/usr.bin/tip/
cmds.c 49 int quant[] = { 60, 60, 24 }; variable in typeref:typename:int[]
722 nums[i] = (int)(a % quant[i]);
723 a /= quant[i];
  /src/usr.sbin/sysinst/arch/i386/
msg.md.fr 57 port s�rie utilise quant � lui le premier port s�rie.

Completed in 13 milliseconds