HomeSort by relevance Sort by last modified time
    Searched refs:last_rand (Results 1 - 3 of 3) sorted by null

  /external/avahi/avahi-common/
timeval.c 96 static int last_rand; local
107 last_rand = rand();
110 r = last_rand;
  /external/avahi/avahi-core/
cache.h 76 int last_rand; member in struct:AvahiCache
cache.c 252 c->last_rand = rand();
256 usec = left + (AvahiUsec) ((double) (right-left) * c->last_rand / (RAND_MAX+1.0));

Completed in 3628 milliseconds