Searched refs:randseq (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mod_db4/
H A Dskiplist.c61 static unsigned long randseq; local
64 randseq = lrand48();
67 return ((randseq & (1 << (ph-1))) >> (ph-1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mod_db4/
H A Dskiplist.c61 static unsigned long randseq; local
64 randseq = lrand48();
67 return ((randseq & (1 << (ph-1))) >> (ph-1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mod_db4/
H A Dskiplist.c61 static unsigned long randseq; local
64 randseq = lrand48();
67 return ((randseq & (1 << (ph-1))) >> (ph-1));

Completed in 59 milliseconds