OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsmall_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
dccp_tfrc.c
1952
if (i >= sizeof(
fsmall_table
) / sizeof(
fsmall_table
[0]))
1953
panic("
fsmall_table
lookup failed");
1956
return &
fsmall_table
[i];
1988
} else if (fixpoint_cmp(fvalue, &
fsmall_table
[0]) >= 0) {
1990
while (ctr < sizeof(
fsmall_table
) / sizeof(
fsmall_table
[0]) &&
1991
fixpoint_cmp(fvalue, &
fsmall_table
[ctr]) > 0)
dccp_tfrc_lookup.h
37
const struct fixpoint
fsmall_table
[] = {
variable in typeref:typename:const struct fixpoint[]
Completed in 17 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025