Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/pktsched/
H A Dpktsched_netem.c142 static int32_t norm_dist_table[] = variable
658 (sizeof (norm_dist_table) / sizeof (norm_dist_table[0]))
670 t = norm_dist_table[rand % NORM_DIST_TABLE_SIZE]; in norm_dist()