TFRC_CALC_X_ARRSIZE 15 net/dccp/ccids/lib/tfrc_equation.c #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE) TFRC_CALC_X_ARRSIZE 87 net/dccp/ccids/lib/tfrc_equation.c static const u32 tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE][2] = { TFRC_CALC_X_ARRSIZE 593 net/dccp/ccids/lib/tfrc_equation.c u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; TFRC_CALC_X_ARRSIZE 638 net/dccp/ccids/lib/tfrc_equation.c index = p/(1000000/TFRC_CALC_X_ARRSIZE) - 1; TFRC_CALC_X_ARRSIZE 674 net/dccp/ccids/lib/tfrc_equation.c if (fvalue > tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][0]) { TFRC_CALC_X_ARRSIZE 679 net/dccp/ccids/lib/tfrc_equation.c if (fvalue <= tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][1]) { TFRC_CALC_X_ARRSIZE 681 net/dccp/ccids/lib/tfrc_equation.c return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE; TFRC_CALC_X_ARRSIZE 686 net/dccp/ccids/lib/tfrc_equation.c return (index + 1) * 1000000 / TFRC_CALC_X_ARRSIZE;