Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pkg/
H A Ddns_utils.c84 int i, j, totalweight; in compute_weight() local
87 totalweight = 0; in compute_weight()
90 totalweight += d[i]->weight; in compute_weight()
92 if (totalweight == 0) in compute_weight()
100 totalweight); in compute_weight()