Searched defs:selected (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/resolv/
H A Dasync_resolv.c2163 int total, selected; local
2204 * associate the running sum in the selected order.
2215 * first in the selected order which is greater than or equal to
2216 * the random number selected.
2218 selected = (int)((total + 1) * (rand()/(RAND_MAX + 1.0)));
2220 if (totals[i] >= selected)
2252 "Bug: no new server has been selected!\n");

Completed in 20 milliseconds