HomeSort by: relevance | last modified time | path
    Searched defs:max_prod (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_jobs.c 1085 u_int64_t max_prod; local in function:adjust_rates_rdc
1095 max_prod = 0;
1150 && cl->delay_prod_others > max_prod)
1151 max_prod = cl->delay_prod_others;
1163 /(max_prod*(max_avg_pkt_size << 2));
  /src/usr.bin/xlint/lint1/
tree.c 177 uint64_t max_prod = (uint64_t)max + (neg ? 1 : 0); local in function:si_mult_sat
178 if (al == 0 || ar <= max_prod / al)
1174 uint64_t max_prod = (uint64_t)max_value + (neg ? 1 : 0); local in function:fold_signed_integer
1175 if (al > 0 && ar > max_prod / al) {

Completed in 43 milliseconds