OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_prod
(Results
1 - 4
of
4
) 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));
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) {
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 30 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025