Searched refs:tfrc_calc_x_lookup (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/dccp/ccids/lib/
H A Dtfrc_equation.c91 static const u32 tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE][2] = { variable
601 if (fval <= tfrc_calc_x_lookup[try][small]) tfrc_binsearch()
639 f = tfrc_calc_x_lookup[index][1]; tfrc_calc_x()
644 f = tfrc_calc_x_lookup[index][0]; tfrc_calc_x()
674 if (fvalue < tfrc_calc_x_lookup[0][1]) { tfrc_calc_x_reverse_lookup()
678 if (fvalue > tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][0]) { tfrc_calc_x_reverse_lookup()
683 if (fvalue <= tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][1]) { tfrc_calc_x_reverse_lookup()

Completed in 98 milliseconds