Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/lib/
H A Dtfrc_equation.c87 static const u32 tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE][2] = { variable
597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
635 f = tfrc_calc_x_lookup[index][1]; in tfrc_calc_x()
640 f = tfrc_calc_x_lookup[index][0]; in tfrc_calc_x()
670 if (fvalue < tfrc_calc_x_lookup[0][1]) { in tfrc_calc_x_reverse_lookup()
674 if (fvalue > tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][0]) { in tfrc_calc_x_reverse_lookup()
679 if (fvalue <= tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][1]) { in tfrc_calc_x_reverse_lookup()