HomeSort by relevance Sort by last modified time
    Searched full:lamt (Results 1 - 1 of 1) sorted by null

  /external/dropbear/
scp.c 770 static int lamt, thresh = 16384; local
779 lamt += amount;
780 if (lamt < thresh)
788 lamt *= 8;
789 waitlen = (double)1000000L * lamt / limit_rate;
816 lamt = 0;

Completed in 26 milliseconds