Home
last modified time | relevance | path

Searched refs:last_rand (Results 1 – 3 of 3) sorted by relevance

/external/avahi/avahi-common/
Dtimeval.c96 static int last_rand; in avahi_elapse_time() local
107 last_rand = rand(); in avahi_elapse_time()
110 r = last_rand; in avahi_elapse_time()
/external/avahi/avahi-core/
Dcache.h76 int last_rand; member
Dcache.c252 c->last_rand = rand(); in next_expiry()
256 usec = left + (AvahiUsec) ((double) (right-left) * c->last_rand / (RAND_MAX+1.0)); in next_expiry()