Searched defs:small (Results 1 - 1 of 1) sorted by relevance

/net/dccp/ccids/lib/
H A Dtfrc_equation.c66 granularity for the practically more relevant case of small values of p (up to
594 /* return largest index i such that fval <= lookup[i][small] */
595 static inline u32 tfrc_binsearch(u32 fval, u8 small) argument
601 if (fval <= tfrc_calc_x_lookup[try][small])

Completed in 54 milliseconds