Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c150 uint32_t i, last, xmin; in calc_min_mpath_slots_fast() local
157 xmin = wn[0].storage; in calc_min_mpath_slots_fast()
161 ((wn[i].storage - last < xmin) || xmin == 0)) { in calc_min_mpath_slots_fast()
162 xmin = wn[i].storage - last; in calc_min_mpath_slots_fast()
168 if ((total % xmin) != 0) in calc_min_mpath_slots_fast()
171 if ((wn[i].weight % xmin) != 0) in calc_min_mpath_slots_fast()
175 return ((uint32_t)(total / xmin)); in calc_min_mpath_slots_fast()
/freebsd/sys/dev/fb/
H A Dsplash_pcx.c155 uint16_t xmin; member
188 pcx_info.width = hdr->xmax - hdr->xmin + 1; in pcx_init()
/freebsd/contrib/llvm-project/libcxx/include/
H A Drandom1474 param_type(size_t nw, double xmin, double xmax, UnaryOperation fw);
1488 discrete_distribution(size_t nw, double xmin, double xmax,
1542 param_type(size_t nw, result_type xmin, result_type xmax,
1562 piecewise_constant_distribution(size_t nw, result_type xmin,
1617 param_type(size_t nw, result_type xmin, result_type xmax,
1639 piecewise_linear_distribution(size_t nw, result_type xmin,
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c1151 ipf_pullup(mb_t *xmin, fr_info_t *fin, int len) in ipf_pullup() argument
1154 mb_t *m = xmin; in ipf_pullup()
H A Dfil.c417 ipf_pr_short6(fr_info_t *fin, int xmin) in ipf_pr_short6() argument
420 if (fin->fin_dlen < xmin) in ipf_pr_short6()
1148 ipf_pr_short(fr_info_t *fin, int xmin) in ipf_pr_short() argument
1152 if (fin->fin_dlen < xmin) in ipf_pr_short()
1154 } else if (fin->fin_off < xmin) { in ipf_pr_short()