TFRC_CALC_X_SPLIT 15 net/dccp/ccids/lib/tfrc_equation.c #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE) TFRC_CALC_X_SPLIT 627 net/dccp/ccids/lib/tfrc_equation.c if (p <= TFRC_CALC_X_SPLIT) { /* 0.0000 < p <= 0.05 */ TFRC_CALC_X_SPLIT 681 net/dccp/ccids/lib/tfrc_equation.c return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE;