HomeSort by: relevance | last modified time | path
    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