Searched refs:xmin (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhgrp_ctl.c | 150 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 D | splash_pcx.c | 155 uint16_t xmin; member 188 pcx_info.width = hdr->xmax - hdr->xmin + 1; in pcx_init()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | random | 1474 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 D | ip_fil_freebsd.c | 1151 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 D | fil.c | 417 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()
|