HomeSort by relevance Sort by last modified time
    Searched defs:running_total (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 185 int running_total = 0; local
195 running_total += (r.getWeight() + zeroWeight);
196 totals[count] = running_total;
200 if (running_total == 0) {
206 double rnd = Math.random() * running_total;
  /external/srec/srec/include/
specnorm.h 68 long running_total; member in struct:__anon29240

Completed in 391 milliseconds