Searched refs:last_rand (Results 1 – 3 of 3) sorted by relevance
96 static int last_rand; in avahi_elapse_time() local107 last_rand = rand(); in avahi_elapse_time()110 r = last_rand; in avahi_elapse_time()
76 int last_rand; member
252 c->last_rand = rand(); in next_expiry()256 usec = left + (AvahiUsec) ((double) (right-left) * c->last_rand / (RAND_MAX+1.0)); in next_expiry()