Home
last modified time | relevance | path

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

/dports/net/spread-j/spread-src-3.17.3/
H A Dskiplist.c46 static int get_b_rand() { in get_b_rand() function
231 while(nh < sl->preheight && get_b_rand()) nh++; in sl_insert_compare()
233 while(nh <= sl->height && get_b_rand()) nh++; in sl_insert_compare()
340 while(nh < sl->preheight && get_b_rand()) nh++;
342 while(nh <= sl->height && get_b_rand()) nh++;
/dports/net/spread/spread-src-3.17.4/
H A Dskiplist.c46 static int get_b_rand() { in get_b_rand() function
231 while(nh < sl->preheight && get_b_rand()) nh++; in sl_insert_compare()
233 while(nh <= sl->height && get_b_rand()) nh++; in sl_insert_compare()
340 while(nh < sl->preheight && get_b_rand()) nh++;
342 while(nh <= sl->height && get_b_rand()) nh++;
/dports/devel/apr1/apr-1.7.0/tables/
H A Dapr_skiplist.c63 static int get_b_rand(void) in get_b_rand() function
448 while (nh < sl->preheight && get_b_rand()) { in insert_compare()
453 while (nh <= ch && get_b_rand()) { in insert_compare()