OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l_tot1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
dccp_tfrc.c
1086
struct fixpoint
l_tot1
= {0,0};
local in function:tfrc_calclmean
1125
fixpoint_add(&
l_tot1
, &
l_tot1
, &tmp);
1143
if (fixpoint_cmp(&l_tot0, &
l_tot1
) < 0){
1144
l_tot.num =
l_tot1
.num;
1145
l_tot.denom =
l_tot1
.denom;
dccp_tfrc.c
1086
struct fixpoint
l_tot1
= {0,0};
local in function:tfrc_calclmean
1125
fixpoint_add(&
l_tot1
, &
l_tot1
, &tmp);
1143
if (fixpoint_cmp(&l_tot0, &
l_tot1
) < 0){
1144
l_tot.num =
l_tot1
.num;
1145
l_tot.denom =
l_tot1
.denom;
Completed in 24 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025