TFRC_CALC_X_ARRSIZE 21 net/dccp/ccids/lib/tfrc_equation.c #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE) TFRC_CALC_X_ARRSIZE 93 net/dccp/ccids/lib/tfrc_equation.c static const u32 tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE][2] = { TFRC_CALC_X_ARRSIZE 599 net/dccp/ccids/lib/tfrc_equation.c u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; TFRC_CALC_X_ARRSIZE 644 net/dccp/ccids/lib/tfrc_equation.c index = p/(1000000/TFRC_CALC_X_ARRSIZE) - 1; TFRC_CALC_X_ARRSIZE 682 net/dccp/ccids/lib/tfrc_equation.c if (fvalue > tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][0]) { TFRC_CALC_X_ARRSIZE 687 net/dccp/ccids/lib/tfrc_equation.c if (fvalue <= tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][1]) { TFRC_CALC_X_ARRSIZE 689 net/dccp/ccids/lib/tfrc_equation.c return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE; TFRC_CALC_X_ARRSIZE 694 net/dccp/ccids/lib/tfrc_equation.c return (index + 1) * 1000000 / TFRC_CALC_X_ARRSIZE;